Timeline
05/18/2009:
- 23:47 Ticket #2538 (Add throttling middleware) closed by
- wontfix: Closing again - no need to bloat Django just for app engine's sake. …
- 23:26 Ticket #11077 (Django's built-in tests fail when using url reverse tags in default ...) closed by
- fixed: I believe this was fixed in response to #10747
- 18:56 Ticket #11148 (Inline Views don't support editable=False for PK value) created by
- When saving the second record of a ManyToMany relationship via …
- 16:31 Ticket #11147 (manage.py doesn't work with settings directory in pydev) created by
- The fix for #9751 - r10751 - completely broken manage.py for our …
- 16:17 Ticket #11146 (RequestSite needs __unicode__ parameter) closed by
-
invalid: RequestSite has a
__unicode__
method: … - 15:46 Ticket #11146 (RequestSite needs __unicode__ parameter) created by
- Request site needs the following code […]
- 13:56 Ticket #11145 (problems with LIMIT on Oracle backend) closed by
- invalid: the problem disappeared :-) so marking has invalid
- 12:48 Ticket #11145 (problems with LIMIT on Oracle backend) created by
- shell commands: […] sql executed by the shell commands: […] …
- 12:21 Ticket #11144 (UnicodeEncodeError when unicode characters present in To/From/Cc and ...) created by
- This address will work fine: "Joe Blöggs" …
- 11:31 Ticket #11143 (AttributeError: 'str' object has no attribute '_default_manager') closed by
- duplicate: Looks like #10405. You should be able to fix it in your code by …
- 11:25 Ticket #11143 (AttributeError: 'str' object has no attribute '_default_manager') created by
- Hi, since months ago i've getting sometimes this error: […] I …
- 11:06 Changeset [c6f7f2f]stable/1.0.x by
- [1.0.X] Blocked new function doc fix changesets from merge to branch. …
- 11:02 Changeset [ad2efbd]stable/1.0.x by
- [1.0.X] Fixed #11138 -- Corrected the description of behavior related …
- 11:00 Ticket #11138 (Minor errors in ModelForm documentation) closed by
- fixed: (In [10819]) Fixed #11138 -- Corrected the description of behavior …
- 11:00 Changeset [ae95edf9]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #11138 -- Corrected the description of behavior related to the …
- 10:36 Ticket #11137 (Typo in Proxy Model documentation (topics/db/models)) closed by
- fixed: (In [10818]) Fixed #11137 -- Add missing base class in proxy model …
- 10:36 Changeset [5a5842cc]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #11137 -- Add missing base class in proxy model extra managers …
- 09:51 Ticket #11142 (internalization of forms bug) closed by
- invalid: You need to use ugettext_lazy since it's a module level string.
- 09:39 Ticket #11139 (Screenshots missing from tutorial) closed by
- invalid: Despite the fact that it is styled much like the Django project docs …
- 09:06 Ticket #11142 (internalization of forms bug) created by
- I am trying to translate my website to french version and I don't know …
- 08:58 Ticket #11140 (modelForm fields Meta, if only one specified results empty form) closed by
- invalid: That's because you specified a string, not an iterable (such as a …
- 08:50 Ticket #11141 (django.contrib.admin docs -- Error in code example) created by
- In one of the django.contrib.admin doc examples, the …
- 08:47 Ticket #11140 (modelForm fields Meta, if only one specified results empty form) created by
- I have the following Modelform. […] If I change fields to …
- 08:05 Ticket #11139 (Screenshots missing from tutorial) created by
- The tutorial which starts at …
- 06:24 Ticket #11138 (Minor errors in ModelForm documentation) created by
- I've noted the following minor errors in …
- 02:49 Ticket #11137 (Typo in Proxy Model documentation (topics/db/models)) created by
- The documentation for proxy models in …
05/17/2009:
- 19:23 Ticket #11117 (placeholder confusion when using aggregated query with extra) closed by
- duplicate: I'm going to close this as a dupe of #11104. It's not a literal …
- 18:30 Ticket #11136 (add button to related field in admin to be put only if user is ...) created by
- Here is the example situation: […] it would be nicer not to show …
- 18:18 Ticket #11135 ('was_published_today' in Tutorial 2) closed by
- invalid: Why do you think the quotes should be removed? was_published_today, …
- 17:28 Ticket #11135 ('was_published_today' in Tutorial 2) created by
- The line list_display = ('question', 'pub_date', …
- 15:08 Ticket #11134 (Signals don't work properly when they are being disconnected during ...) created by
-
This happens because
disconnect()
method does {{{del … - 14:45 Ticket #11132 (dumpdata with a year<1000 can't be loaded with loaddata) closed by
- duplicate: #10866 proposes the same change.
- 14:35 Ticket #11133 (contrib.auth.tests to work without contrib.site installed) created by
- the LoginTest assumeds that the site contrib app is installed
- 14:11 Ticket #6286 (tutorial part 3 - Design your urls misses admin views) closed by
- fixed: This was addressed independently in r10727 by just not dropping the …
- 13:47 Changeset [efbe48c]stable/1.0.x by
- [1.0.X] Fixed #10400: Added a note in the file uploads doc about the …
- 13:45 Ticket #10400 (File upload documentation should emphasize the need to add ...) closed by
- fixed: (In [10816]) Fixed #10400: Added a note in the file uploads doc about …
- 13:45 Changeset [a6a0b293]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10400: Added a note in the file uploads doc about the correct …
- 13:11 Changeset [65966ce]stable/1.0.x by
- [1.0.X] Fixed #10817 -- Corrected some grammar in the forms doc. …
- 13:10 Ticket #10817 (grammar in forms section) closed by
- fixed: (In [10814]) Fixed #10817 -- Corrected some grammar in the forms doc. …
- 13:10 Changeset [b2d2aba7]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10817 -- Corrected some grammar in the forms doc. Thanks …
- 13:06 Ticket #10846 (deployment typo + updated link) closed by
- fixed: (In [10813]) [1.0.X] Fixed #10846: Corrected typo in modwsgi.txt and …
- 13:06 Changeset [d4e44699]stable/1.0.x by
- [1.0.X] Fixed #10846: Corrected typo in modwsgi.txt and updated …
- 13:04 Changeset [21c6f980]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10846: Corrected typo in modwsgi.txt and updated reference to …
- 12:57 Changeset [fc24a69]stable/1.0.x by
- [1.0.X] Fixed #10855: Reference doc on creating superusers in the …
- 12:57 Ticket #11132 (dumpdata with a year<1000 can't be loaded with loaddata) created by
- running dumpdata on a date of 0001-01-01 gives the string " 1-01-01" …
- 12:54 Ticket #10855 (tutorial doesn't give sufficient warning about superuser account or ...) closed by
- fixed: (In [10810]) Fixed #10855: Reference doc on creating superusers in the …
- 12:54 Changeset [b527a59d]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10855: Reference doc on creating superusers in the tutorial at …
- 12:45 Changeset [e2189f6]stable/1.0.x by
- [1.0.X] Fixed #10925 -- Clarified the location of some code referenced …
- 12:43 Ticket #10925 (Django tutorial part 2: was_published_today example) closed by
- fixed: (In [10808]) Fixed #10925 -- Clarified the location of some code …
- 12:43 Changeset [33e77db6]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10925 -- Clarified the location of some code referenced in the …
- 12:36 Ticket #10971 (Test client response.redirect_chain documentation example missing ...) closed by
- fixed: (In [10807]) Fixed #10971 -- Corrected code example involving …
- 12:36 Changeset [5a4ad739]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10971 -- Corrected code example involving redirect_chain in the …
- 12:28 Changeset [509dfdd]stable/1.0.x by
- [1.0.X] Fixed #11031 -- Added doc for some additional roles needed …
- 12:25 Ticket #11031 (Docs change - django user needs more roles in Oracle database) closed by
- fixed: (In [10805]) Fixed #11031 -- Added doc for some additional roles …
- 12:24 Changeset [c8e071b]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #11031 -- Added doc for some additional roles needed when …
- 12:14 Ticket #11034 (Typo in admin actions documentation) closed by
- fixed: Fixed in r10804.
- 12:13 Changeset [3465ac05]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #11034: Corrected serialization example in admin actions doc. …
- 12:01 Ticket #11054 (Small typo in docs/howto/auth-remote-user.txt) closed by
- fixed: Fixed in r10803. (Why doesn't the post-commit hook like me?)
- 11:57 Changeset [21cee79]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #11054 -- Corrected typo in auth-remote-user.txt. Thanks Jan …
- 11:53 Changeset [02b6f164]stable/1.0.x by
- [1.0.X] Fixed #11066 -- Corrected 11 duplicate "the"s found in docs …
- 11:46 Ticket #11066 (Fix the the Documentation) closed by
- fixed: Fixed in r10801.
- 11:45 Changeset [50745cc3]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code …
- 11:33 Changeset [1f5626d0]stable/1.0.x by
- [1.0.X] Fixed #11130 -- Corrected code example in custom template tag …
- 11:31 Ticket #11130 (incorrect namespace error in ...) closed by
- fixed: (In [10799]) Fixed #11130 -- Corrected code example in custom template …
- 11:31 Changeset [92e5249a]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #11130 -- Corrected code example in custom template tag doc. …
- 11:22 Changeset [e6a6ce4]stable/1.0.x by
- [1.0.X] Fixed #11106 -- Corrected typo in models doc. Thanks mnieber. …
- 11:20 Ticket #11106 (typo in documentation?) closed by
- fixed: (In [10797]) Fixed #11106 -- Corrected typo in models doc. Thanks mnieber.
- 11:20 Changeset [2cbec63f]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #11106 -- Corrected typo in models doc. Thanks mnieber. …
- 11:15 Changeset [ebd74921]stable/1.0.x by
- [1.0.X] Fixed #11128 -- Misc. fixes and improvements to the model …
- 11:15 Ticket #11128 (Misc. small fixes to model formset documentation) closed by
- fixed: (In [10796]) [1.0.X] Fixed #11128 -- Misc. fixes and improvements to …
- 11:12 Changeset [7ba62f2]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #11128 -- Misc. fixes and improvements to the model forms doc. …
- 05:18 DevelopersForHire edited by
- (diff)
05/16/2009:
- 21:43 Ticket #11131 (Add watchlist to Trac) created by
- There are some bugs in Django's Trac that I want to keep updated …
- 21:05 Ticket #11130 (incorrect namespace error in ...) created by
- The surrounding code examples assume that the import statement used is …
- 18:17 Ticket #11129 (We must not try to select Site object from DB in ...) closed by
- duplicate: Dupe of #10608.
- 18:13 Ticket #11129 (We must not try to select Site object from DB in ...) created by
- We must not try to select Site object from DB in …
- 15:42 Ticket #11128 (Misc. small fixes to model formset documentation) created by
- Fixes for a duplicate and unclear section (overriding model formset …
- 14:01 Changeset [a04fd1ef]stable/1.0.x by
- [1.0.X] Updated blocked and merged metadata for svnmerge.py. …
- 11:11 Ticket #11125 (comment redirect does not work with preview) closed by
- invalid: On further review, don't bother: this isn't a bug. The redirect …
- 09:12 Ticket #11127 (Consistent regex for django.contrib.auth.forms.AuthenticationForm) created by
- In django/contrib/auth/forms.py, two out of three forms validate the …
- 08:02 Ticket #11126 (Admin model.ManyToManyField doesn't support legacy db tables and ...) closed by
- invalid: As you suspected, if you test things (with you STEP 3 option) in the …
- 01:30 Changeset [e21c85c5]stable/1.0.x by
- [1.0.X] Updated svnmerge properties for recent commits git-svn-id: …
- 01:27 Changeset [f5dcd07]stable/1.0.x by
- [1.0.X] Fixed #9206 -- Added documentation on savepoints, and how to …
- 01:23 Ticket #9206 (Improve documentation on PostgreSQL transactions, exceptions and savepoints) closed by
- fixed: (In [10791]) Fixed #9206 -- Added documentation on savepoints, and how …
- 01:23 Changeset [975ec18]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #9206 -- Added documentation on savepoints, and how to use them …
05/15/2009:
- 22:10 Ticket #11126 (Admin model.ManyToManyField doesn't support legacy db tables and ...) created by
- There appear to be issues using the models.ManyToManyFields with …
- 16:54 Ticket #11125 (comment redirect does not work with preview) created by
- I'm using rev. 10790, the latest version as of the time this ticket …
- 13:57 Version1.1Roadmap edited by
- Removed reference to definitively releasing on April 13th. (diff)
- 10:37 DjangoJobs edited by
- (diff)
- 10:06 Changeset [985c939d]stable/1.0.x by
- [1.0.X] Fixed import statement in admin_views test to work with Python …
- 10:01 Changeset [56f3ed7f]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed import statement in admin_views test to work with Python 2.3. …
- 08:06 Changeset [55f1c3e1]stable/1.0.x by
- [1.0.X] Fixed #11120 -- Corrected handling of inlines attached to …
- 07:46 Ticket #11120 (Changeset 10756 breaks foreign key inline for multi-table subclasses) closed by
- fixed: (In [10787]) Fixed #11120 -- Corrected handling of inlines attached to …
- 07:44 Changeset [a00be663]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #11120 -- Corrected handling of inlines attached to inherited …
- 06:35 Ticket #11124 (ModelAdmin's has_change_permission() and has_delete_permission() ...) created by
-
ModelAdmin's
has_change_permission(self, request, obj=None)
and … - 03:52 Ticket #11123 (Irish localflavor) created by
- Irish localflavor contribution with county names
- 02:57 Ticket #11122 (views.static.serve does not work with if-modified-since header the ...) closed by
- invalid: I'm actually getting mixed results now, without the code I added it's …
- 02:30 Ticket #11122 (views.static.serve does not work with if-modified-since header the ...) created by
- This is a very strange bug, but I will try to explain. I have a …
- 02:19 Ticket #11121 (Admin inlines break when the foreign key points to a model using MTI) closed by
- duplicate: Replying to Michael Strickland <moriogawa@gmail.com>: > …
- 02:15 Ticket #11121 (Admin inlines break when the foreign key points to a model using MTI) created by
- Take a model ("Picture" below) which includes a foreign key to another …
- 01:57 Ticket #11120 (Changeset 10756 breaks foreign key inline for multi-table subclasses) created by
-
In [10756]
BaseInlineFormSet.add_fields()
added …
Note: See TracTimeline
for information about the timeline view.