Timeline
05/26/2011:
- 23:22 Changeset [69cfee2f]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Moved a bunch of imports in the defaultfilters library out of …
- 23:06 Changeset [20fbfbad]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Explicitly close a file in the static serve view. Thanks to Benjamin …
- 17:27 Ticket #16106 (Test client session not set for unauthenticated requests) closed by
- duplicate: Thanks for the report. This issue is documented in #15740 and #10899, …
- 16:03 Changeset [c3db0b05]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Modified a couple of i18n regression tests to make them run under …
- 11:19 Ticket #16106 (Test client session not set for unauthenticated requests) created by
- In …
- 10:31 Ticket #16105 (libgdal1-1.7.0 broke django.contrib.gis.gdal.libgdal) created by
- importing django.contrib.gis.gdal.libgdal results in a segfault when I …
- 10:10 Ticket #16104 (inspectdb of a Mysql table fails to add null=True for Varchars) created by
- Using inspectdb for the following table: […] I get the model: …
- 08:26 Ticket #16103 (webpage document: django.contrib.admin is forward to a dead link) closed by
- duplicate: This is a dupe of #15878.
- 08:03 Ticket #16103 (webpage document: django.contrib.admin is forward to a dead link) created by
- In page: https://docs.djangoproject.com/en/1.3/py-modindex/, when I …
- 06:25 Ticket #16102 (Link to the old django book + improving section) created by
- In this pharagraph about auth: …
- 05:47 Ticket #14548 (Docs and implementation don't match regading return values of certain ...) closed by
- duplicate: Following favorable opinions about implementing a default value …
- 05:45 Ticket #16101 (SingleObjectMixin should accept parameters for overriding the URL ...) created by
-
Currently, in
SingleObjectMixin
, Django looks for a 'pk' or 'slug' … - 05:39 Ticket #16098 (Release notes for Django 1.2.3 are missing) closed by
- duplicate: Duplicate of #15330.
- 03:21 Ticket #16082 (Directory creation race condition in FileSystemStorage) closed by
- fixed: In [16280]: […]
- 03:21 Changeset [723b620c]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16082 -- Fixed race condition in the FileSystemStorage backend …
- 01:46 Ticket #16100 (date_hierarchy in admin weirdly broken) created by
- My django Installation runns in fcgi. And I get an error like this …
05/25/2011:
- 20:05 Ticket #16099 (Development web server sometimes hangs with Chrome) created by
- I'm able to reproduce on the default Amazon ec2 tiny instance (Linux …
- 18:29 Ticket #16098 (Release notes for Django 1.2.3 are missing) created by
- This page is missing the 1.2.3 release notes: …
- 18:07 Ticket #2445 ([patch] allow callable values for limit_choices_to) reopened by
- I don't know if the previous update was a mistake or spam, but this is …
- 17:36 Ticket #2445 ([patch] allow callable values for limit_choices_to) closed by
- fixed
- 16:55 Ticket #16097 (Trac query builder is broken) closed by
-
fixed: Ok, fixed it by using Trac's
use_base_url_for_redirect
option and … - 16:41 Reports edited by
- (diff)
- 16:34 Ticket #16097 (Trac query builder is broken) created by
- Steps to reproduce: 1. Click 'View tickets' above 2. Click 'Update' …
- 12:31 Changeset [7f3eda2]stable/1.3.x by
- [1.3.X] Fixed #16004 - csrf_protect does not send cookie if view …
- 12:31 Changeset [afa09285]stable/1.3.x by
- [1.3.X] Changed utils/decorators.py tests to use RequestFactory …
- 12:22 Ticket #16096 (Template instances should have an origin attribute.) created by
- Templates are constructed with an optional origin argument; this is …
- 05:53 DevelopersForHire edited by
- (diff)
- 05:52 DevelopersForHire edited by
- (diff)
- 05:47 DjangoJobs edited by
- (diff)
- 00:14 Ticket #16094 (Documentation for Custom permissions is ambiguous.) created by
- The example in …
05/24/2011:
- 16:35 Ticket #16093 (Typo in "Performing raw SQL queries") created by
- http://docs.djangoproject.com/en/1.3/topics/db/sql/ has the following: …
- 16:33 Changeset [0065d8a1]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Made expected output platform-independent in a test for the template …
- 16:28 Ticket #16004 (csrf_protect does not send cookie if view returns TemplateResponse) closed by
- fixed: In [16276]: […]
- 16:28 Changeset [a482cc0b]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16004 - csrf_protect does not send cookie if view returns …
- 16:24 Ticket #2331 (Related Field has invalid lookup: icontains) closed by
- invalid: Ignore me. I am an idiot. Fixed. Re-resolving as invalid.
- 16:01 Ticket #2331 (Related Field has invalid lookup: icontains) reopened by
- I'm getting this in 1.3, some 2 years later than the last comment …
- 15:06 Ticket #16092 (QuerySet F() fields should be able to reference .extra() select keys) created by
- […] Disclaimer: I wrote the above code without testing it based on …
- 14:45 Ticket #16091 (typo in model instance docs) created by
- http://docs.djangoproject.com/en/1.3/ref/models/instances/#validating-o …
- 13:39 Changeset [d7036e5]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Made some small tweaks/fixes to documentation from IGNORABLE_404_URLS …
- 13:09 Ticket #16090 (typo in cbv docs) created by
- http://docs.djangoproject.com/en/1.3/ref/class-based-views/#django.view …
- 12:29 Ticket #16089 (Adding/Removing admin Inlines on the fly) created by
- Inlines are very useful for creating/updating related objects at the …
- 12:23 Ticket #16088 (Multi-database tests fail in ContentType) created by
- I have a multi-database setup: […] I have 2 routers, one handles …
- 10:54 Ticket #8408 (Add a new meta option: don't do count(*) in admin) reopened by
- Replying to lrekucki: > Replying to kmike: > …
- 08:21 Ticket #16087 (Add ResolverMatch object to test client responses.) created by
- The docs say that you can use the test client to "Test that the …
- 07:04 Ticket #16086 (Unicode string used for module name when doing imports.) created by
- The equivalence of ASCII strings whether they be held as standard byte …
- 06:45 Ticket #16085 (pagination documentary code raises error) closed by
- invalid: wrong version
- 06:42 Ticket #16085 (pagination documentary code raises error) created by
- about this doc page …
- 06:26 Ticket #16081 (export_selected_objects example doesn't work when selecting all) closed by
- duplicate: This is #15742.
- 04:17 Ticket #16080 (list_filter broken for fields with lenght 2) closed by
- fixed: In [16274]: […]
- 04:17 Changeset [4a4b6b2]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16080 -- Handle admin list filter items with two characters …
- 02:25 Ticket #5625 (Custom admin views get wrong 'Home' breadcrumb url) reopened by
- The bug is still alive in Django 1.3.
05/23/2011:
- 22:51 Ticket #16084 (makemessages command doesn't respect LOCALE_PATHS setting) created by
- The makemessages command won't check the paths in LOCALE_PATHS as …
- 17:08 Ticket #16083 (incorrect link in the class based views details docs) created by
- http://docs.djangoproject.com/en/1.3/ref/class-based-views/#django.view …
- 16:30 Ticket #16082 (Directory creation race condition in FileSystemStorage) created by
- My company recently encountered the following problem on a production …
- 13:54 Changeset [c0303f5d]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Workaround particularities of Python under Windows that interfere with …
- 13:20 Ticket #16081 (export_selected_objects example doesn't work when selecting all) created by
- In …
- 11:44 DjangoPoweredSites edited by
- removed spam (diff)
- 11:39 Ticket #15768 (The setUp() method FileStorageTests in ...) closed by
- fixed: Fixed in [16267].
- 11:08 Changeset [e683beb6]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Changed utils/decorators.py tests to use RequestFactory git-svn-id: …
- 11:08 Changeset [55c2c302]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Refactoring of 'fully_decorated' for clarity and removal of …
- 11:04 DjangoPoweredSites edited by
- (diff)
- 09:28 Ticket #16080 (list_filter broken for fields with lenght 2) created by
- Commit 16144 broke list_filter refering to model fields, when its name …
- 09:16 Ticket #16079 (Clarify that handler404 and handler500 only applies to project) created by
- The documentation states that you can define handler404 and handler500 …
- 09:12 DjangoPoweredSites edited by
- Update it (diff)
- 08:23 Ticket #16078 (Typo in the new signing docs) closed by
- fixed: In [16270]: […]
- 08:23 Changeset [4c4e46e6]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16078 -- Fixed a few typos in the signing documentation. …
- 08:06 Ticket #16078 (Typo in the new signing docs) created by
- The docs about signing say "BadSigature" instead of "BadSignature". …
- 08:00 Ticket #16077 (syncdb, PostgreSQL: models.IntegerField default value is absent in the ...) created by
- If some model has an IntegerField with option "default" set, then …
- 04:44 Ticket #16076 (Updated locale formats for hungarian language) created by
- The formats module for the hungarian language was very poor, so I …
- 03:04 Ticket #16075 (Django 1.3 new "localize" tag/filter doesn't work?) created by
- I've noticed that Django 1.3 introduced the new "localize" tag/filter. …
- 02:25 Ticket #16074 (Class-based views clash get_context_data) created by
- One of the best advantages of class-based views is the possibility to …
Note: See TracTimeline
for information about the timeline view.