Timeline
08/11/2008:
- 22:46 Ticket #8248 (Built-in python function, help(), does not work on models with ...) created by
- If a model refers to a Site model, the help() function stops working, …
- 21:15 Changeset [e73bf2b]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #3203 (again!) -- Install data files in the right place on MS …
- 21:15 Ticket #3203 ([patch] bdist_wininst does not place package data files correctly) closed by
- fixed: (In [8313]) Fixed #3203 (again!) -- Install data files in the right …
- 20:48 Ticket #8247 (Incomplete documentation for AdminSite (left out step 4)) created by
- This mentions step 4: "Instantiate your own AdminSite ..." but never …
- 20:19 Ticket #8118 (AlreadyRegistered exception is inaccurate on a second request with ...) closed by
- duplicate: Closing this one has dupe of #8245. I believe both tickets are …
- 19:18 Ticket #1553 ([patch] missing validate and to_python methods) closed by
- wontfix: Please don't reopen tickets closed as wontfix. This ticket was closed …
- 19:03 Ticket #8246 (Subpackage Settings Fix) created by
- r8282 introduces a regression by adding a line like so: […] I …
- 18:41 Ticket #8245 (Exceptions in admin.py can get hidden by an AlreadyRegistered exception) reopened by
- Wait. I am wrong. My bad.
- 18:40 Changeset [54c313af]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- Added a quick regression test that shows why Meta.ordering and …
- 18:37 Ticket #8245 (Exceptions in admin.py can get hidden by an AlreadyRegistered exception) closed by
- duplicate: This is indeed a duplicate of #8118.
- 18:32 Ticket #8232 (django-admin.py should work with the `yes` utility) closed by
- invalid: This is what the --noinput option is for. The same option is used for …
- 18:28 Ticket #8245 (Exceptions in admin.py can get hidden by an AlreadyRegistered exception) created by
- Consider the following admin.py file: […] It's loaded by …
- 17:30 Ticket #8244 (File storage tests fail intermittantly when run in parallel) created by
-
The file storage tests use
tempfile.gettempdir()
as a storage … - 17:25 Ticket #1553 ([patch] missing validate and to_python methods) reopened by
- Lack of to_python on IntegerField is breaking our tests when reading …
- 17:22 Changeset [942e524]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- Added a number of callbacks to SyndicationFeed for adding custom …
- 17:16 Ticket #8243 (model-api docs not updated to FileField refactor) created by
- Please see patch attached to ticket
- 17:01 Ticket #8242 (INSTALLED_APPS with "foo.*" not populated consistently) created by
- On different filesystems, but using the same list of INSTALLED_APPS, …
- 16:16 Ticket #8241 (Primary ForeignKeys don't work with FormSets) created by
- Using this UserProfile as an example: […] Trying to save a User …
- 15:49 Changeset [899ca54f]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- Added a couple of extra syndication tests, and generally sanitized the …
- 15:05 Ticket #8240 (settings no longer availiable in urls.py) closed by
- invalid: As noted on the mailing list, Karen Tracey has tried this exact …
- 15:01 Ticket #8240 (settings no longer availiable in urls.py) created by
- the edit of /django/core/management/init.py in [8282] has made it …
- 14:20 Ticket #8239 (django.core.management uses "from imp import find_module") created by
- The early lookup of imp.find_module causes problems when run under …
- 14:16 Ticket #8238 (django/db/__init__.py assumes it is loaded from the filesystem) created by
- There is code in the django.db package init.py that lists the …
- 14:13 Changeset [efaa891]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #8235: use subprocess instead of popen3 so that Python 2.6 is …
- 14:13 Ticket #8235 (admin_scripts tests deprecation warning on Linux/Python 2.6b2) closed by
- fixed: (In [8309]) Fixed #8235: use subprocess instead of popen3 so that …
- 14:05 Ticket #8237 (Apply Meta ordering to SQL table) closed by
- wontfix: This is a MySQL-specific syntax; besides, it's easy enough with a …
- 14:01 Ticket #8237 (Apply Meta ordering to SQL table) created by
- This is at least applicable for MySQL, but it would make sense to use …
- 14:00 Ticket #8236 (Signals Documentation) created by
- Signals have been un-documented for as long as I can remember. To …
- 13:57 Ticket #8235 (admin_scripts tests deprecation warning on Linux/Python 2.6b2) created by
- Running the admin_scripts tests on Python 2.6 beta 2 I get a …
- 13:53 Ticket #7662 (Reverser Bug) closed by
- duplicate: duplicate of #7206
- 13:29 Ticket #8234 (typo in cache middleware docs) created by
- towards the end there's a spot that says 'middlewaare'
- 13:20 Ticket #5943 (django-admin.py should work like manage.py if --setting option is provided) closed by
- fixed: i_i, please open a new ticket to track this. In general, it's bad form …
- 13:19 Ticket #8233 (Decimal Field can accept float value) closed by
- wontfix: The point of a Decimal type is that it doesn't have the precision …
- 13:19 SprintAustinAugust2008 edited by
- (diff)
- 13:08 Sprints edited by
- we're sprinting the 16th too (diff)
- 12:54 Changeset [1613903]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 the
gis
test suite, finished conversions missed in r8296. … - 12:35 Ticket #8233 (Decimal Field can accept float value) created by
- The Decimal Field accepts the following types: * a …
- 12:23 BackwardsIncompatibleChanges edited by
- (diff)
- 12:21 BackwardsIncompatibleChanges edited by
- (diff)
- 12:20 Changeset [8ad96b4d]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- Added back save_model that was removed from [8273] to allow for both …
- 11:51 Ticket #4948 (Saving FileField files is not thread-safe) closed by
- fixed: (In [8306]) Fixed #4948, a race condition in file saving. Thanks to …
- 11:51 Changeset [58cd4902]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #4948, a race condition in file saving. Thanks to Martin von …
- 11:27 Ticket #8232 (django-admin.py should work with the `yes` utility) created by
-
I am trying to build
./django-admin.py test
into a build script and … - 11:25 Ticket #8231 (tutorial part 2 is obsolete.) closed by
- invalid: Sometimes two documents don't match each other word-for-word, but …
- 11:08 Ticket #8231 (tutorial part 2 is obsolete.) created by
- tutorial part 2 is obsolete. it says different from /documentation/admin/
- 11:00 Ticket #8230 (Changeset 8303 introduced a syntax error) closed by
- fixed: (In [8305]) -- Thanks
- 10:56 Ticket #8228 (Failure to use manage.py syncdb after updating to revision 8301.) closed by
- fixed: The last was an error in my last commit, which is now fixed. The other …
- 10:54 Changeset [ab1a442]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 stupid syntax error in [8303]. git-svn-id: …
- 10:39 Ticket #8230 (Changeset 8303 introduced a syntax error) created by
- I'm sure it will be corrected seconds after I submit this, but [8303] …
- 10:33 Ticket #8228 (Failure to use manage.py syncdb after updating to revision 8301.) reopened by
- The problem seems to be fixed (and BTW: Wow! That was fast!), but …
- 10:24 Ticket #8229 (Spanish ID card checksum validation fails on a specific case) created by
- The Spanish localflavor has a form field that validates a Spanish ID …
- 10:24 Ticket #8228 (Failure to use manage.py syncdb after updating to revision 8301.) closed by
- fixed: (In [8303]) Fixed #8228: fixed a Python 2.3 compatibility from [8296].
- 10:24 Changeset [c17c8dde]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- Refs #7742 -- Got bug639 regression tests using newforms instead of …
- 10:24 Changeset [5d837afe]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #8228: fixed a Python 2.3 compatibility from [8296]. …
- 10:17 Ticket #8228 (Failure to use manage.py syncdb after updating to revision 8301.) created by
- Here is what I did to update my version of django: I deleted the …
- 10:13 Changeset [f09f14d0]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #8226 -- Fixed a Python 2.3 incompatibility in a unicode string …
- 10:13 Ticket #8226 (django/contrib/auth/models.py UnicodeDecodeError. Permissions ...) closed by
- fixed: (In [8302]) Fixed #8226 -- Fixed a Python 2.3 incompatibility in a …
- 10:07 Ticket #8227 (Minor bug in italian translation) created by
- In django/trunk/django/conf/locale/it/LC_MESSAGES/django.po line 4176 …
- 09:51 Ticket #8223 (Infinite loop caused by ordering) closed by
- invalid: The error isn't related to data in the database. It's an error in the …
- 09:43 Ticket #7658 (Streaming file uploads fail on Windows XP) reopened by
- As of Django r8301 I am still getting a WindowsError when streaming …
- 09:37 Ticket #8226 (django/contrib/auth/models.py UnicodeDecodeError. Permissions ...) created by
- The "permission selection" widget was not shown in the "change user" …
- 09:16 Changeset [97fd752]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- Removed some empty modules that are no longer required after [8296]. …
- 09:02 DjangoSpecifications/Core/Threading edited by
- (diff)
- 09:01 Ticket #8225 (Small fix for admin css in RTL mode) closed by
- fixed: (In [8300]) Fixed #8225 -- Right align radio fields in RTL mode, …
- 09:01 Changeset [222e7983]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #8225 -- Right align radio fields in RTL mode, thanks …
- 09:00 Ticket #5632 (Problems with DB objects on a multithreaded scenario) closed by
- invalid: This can be closed especially now that Malcolm has checked r8267 in.
- 08:52 Ticket #8224 ('Managing files' contains a dead link) closed by
- fixed: fixed in [8299].
- 08:52 Changeset [12c7918a]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #8224 -- Corrected link in files documentation. git-svn-id: …
- 08:47 Ticket #8225 (Small fix for admin css in RTL mode) created by
- radio_fields are left aligned, should be right aligned in RTL mode.
- 08:22 Ticket #8221 (NoReverseMatch should not swallow ImportError/AttributeError) reopened by
-
[8272] fixed two occurences of
NoReverseMatch
near line 291. … - 08:17 Ticket #8224 ('Managing files' contains a dead link) created by
- 'Managing files' at http://www.djangoproject.com/documentation/files/ …
- 08:15 Changeset [4e5aa1b]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- Purged the mysql_old backend directory. git-svn-id: …
- 08:11 Changeset [3958c363]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- Corrected a problem with the error message when the nominated database …
- 08:06 Ticket #8223 (Infinite loop caused by ordering) created by
- The model itself contains no data in the database: […]
- 07:47 BackwardsIncompatibleChanges edited by
- Typo (diff)
- 07:38 BackwardsIncompatibleChanges edited by
- Added a note on the test utility methods that were affected by [8296] (diff)
- 07:33 BackwardsIncompatibleChanges edited by
- Added notes on the creation backend refactor (diff)
- 07:11 Ticket #5461 (Give database backends a "creation" attribute instead of using ...) closed by
- fixed: (In [8296]) Fixed #5461 -- Refactored the database backend code to use …
- 07:11 Changeset [9dc4ba87]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #5461 -- Refactored the database backend code to use classes for …
- 06:07 SprintIsraelAugust2008 edited by
- (diff)
- 05:38 Ticket #8222 (Storage should reset file's cursor after saving) created by
- I had some trouble finding the cause of that problem. Basically, I was …
- 05:29 Ticket #8221 (NoReverseMatch should not swallow ImportError/AttributeError) closed by
- invalid: This should have been fixed in [8272]. Try with a more recent version …
- 05:25 Ticket #7821 (Add exception value to NoReverseMatch exception) closed by
- invalid: This was fixed in [8272]. Try with a more recent version of trunk.
- 04:47 Ticket #8221 (NoReverseMatch should not swallow ImportError/AttributeError) created by
-
In
django.core.urlresolver.reverse
around line 200, … - 04:34 Ticket #5943 (django-admin.py should work like manage.py if --setting option is provided) reopened by
-
[8282] breaks
manage.py startapp
if called from outside project … - 03:39 SprintLondonAugust2008 edited by
- (diff)
- 03:22 Sprints edited by
- (diff)
- 03:21 Sprints edited by
- (diff)
- 01:32 SprintIsraelAugust2008 edited by
- adding irc info (diff)
- 00:46 SprintIsraelAugust2008 edited by
- Ticket not found? (diff)
08/10/2008:
- 23:51 BackwardsIncompatibleChanges edited by
- /was/ there, missed it in the normal newforms-admin description (diff)
- 23:46 BackwardsIncompatibleChanges edited by
- copied from ticket (diff)
- 23:42 BackwardsIncompatibleChanges edited by
- (diff)
- 23:35 Ticket #8220 (ForeignKey dropdown sorting in Admin) created by
- I have a model with a unique ForeignKey field called "user" to the …
- 23:33 Changeset [cec69eb7]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
-
Refs #7742 -- Removed oldforms bits from
contrib.gis
app. … - 23:31 Changeset [dd842ad3]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- Refs #7742 -- Changed the …
- 23:30 Changeset [0b01d500]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
-
Refs #7742 -- Removed unused
validator_list
argument (this is … - 23:28 Changeset [00bebaf]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
-
Refs #7742 -- newforms-admin does not use oldforms
validator_list
… - 21:44 Ticket #8216 (Fix redirect on sucessful password_reset_confirm) closed by
- duplicate: This looks like it's better addressed by #8131.
- 21:29 Ticket #7912 (Add what kind of exception is through) closed by
- duplicate: This will be addressed by #6845.
- 21:26 Ticket #8204 (FileSystemStorage should make it easy to save other types of files) closed by
-
wontfix: No, since
File
is sufficiently file-like, there's no good reason … - 20:56 Ticket #8219 (RSS Syndication UnicodeDecodeError) created by
- i'm generating a rss feed from a model... it works fine.. but if i use …
- 20:37 Ticket #8212 ('Manager' object is unsubscriptable on Sitemaps app) closed by
- invalid: It looks like your sitemap class's items method isn't returning a QuerySet.
- 20:34 SprintIsraelAugust2008 edited by
- Announcements, links to ~. (diff)
- 20:19 Ticket #8218 (extra() with params and filter() does not return results) closed by
- worksforme: Indeed select_params works. Thanks!
- 20:06 Ticket #8218 (extra() with params and filter() does not return results) created by
- I'm seeing some strange behavior with the latest 1.0 alpha when using …
- 19:40 SprintIsraelAugust2008 edited by
- (diff)
- 19:18 VersionOneFeatures edited by
- Jython status (diff)
- 18:52 VersionOneRoadmap edited by
- (diff)
- 18:49 VersionOneFeatures edited by
- INSTALLED_APPS & comments refactoring have been deffered until post-1.0 (diff)
- 18:29 VersionOneFeatures edited by
- (diff)
- 17:41 VersionOneRoadmap edited by
- (diff)
- 17:29 DjangoResources edited by
- djangohq inserted (diff)
- 17:29 DjangoResources edited by
- (diff)
- 16:40 VersionOneRoadmap edited by
- Typo fix (diff)
- 16:38 VersionOneRoadmap edited by
- Typo fix (diff)
- 16:16 BackwardsIncompatibleChanges edited by
- (diff)
- 16:10 Ticket #7830 (removal of some deprecated features for 1.0) closed by
- fixed: (In [8291]) Fixed #7830 -- Removed all of the remaining, deprecated, …
- 16:10 Changeset [ef48a3e]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #7830 -- Removed all of the remaining, deprecated, non-oldforms …
- 15:36 Ticket #8217 (Alphabetical sorted FilePathField) created by
- When using the …
- 15:28 Ticket #8215 (Tests raise UnicodeDecodeError instead of showing the test that failed) closed by
- wontfix: This is a known problem with Python's standard doctest.py file, which …
- 15:13 Ticket #8216 (Fix redirect on sucessful password_reset_confirm) created by
- Currently the redirect points to "../done/". The …
- 15:00 Ticket #8215 (Tests raise UnicodeDecodeError instead of showing the test that failed) created by
- This problem bit me while trying to adjust the regressionstests for …
- 14:43 Ticket #8214 (Filtering a date/time field omits results.) created by
- If the pub_date of an poll is today, then it ought to show up when I …
- 14:31 VersionOneFeatures edited by
- Reordered it a bit and updated it to reflect the current state, even … (diff)
- 14:28 Ticket #8213 (Make use of "select_related(tables)" in admin) created by
- There is an easy way to make use of select_realated(tables) features …
- 14:18 Ticket #8212 ('Manager' object is unsubscriptable on Sitemaps app) created by
- I'm (OS X 10.5, Django SVN, mySQL backend) having this error when …
- 13:18 Ticket #8211 (Typo in add-ons documentation) closed by
- fixed: (In [8290]) Fixed #8211 -- Corrected a misspelt word in …
- 13:17 Changeset [94e8f4f]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #8211 -- Corrected a misspelt word in docs/add_ons.txt. Thanks …
- 13:07 Ticket #8211 (Typo in add-ons documentation) created by
-
Just
s/utilties/utilities/
. - 13:03 Ticket #8210 (USStateField should be moved to django.contrib.localflavor.us) created by
-
USStateField
is currently indjango.db.models.fields
. … - 12:57 VersionOneRoadmap edited by
- (diff)
- 12:51 Ticket #730 (more explicit middlware ordering) closed by
- fixed: After a long conversation with Malcolm, we realized that this has …
- 12:48 Ticket #7744 (cache.add() should return result) closed by
- fixed: Whoops. I hadn't noticed this existed. I needed to fix this yesterday …
- 12:43 Ticket #7915 (Add additional exception information from validators) closed by
- wontfix: Internal setup problems aren't appropriate to display as …
- 12:42 Ticket #8081 ([settings.py] Permalinks to referenced resources) closed by
- wontfix: Both of the currently referenced sites have been available and …
- 12:36 Changeset [5b27c360]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- gis: Fixed #8207; now shield 2.4 test runners from attempting to …
- 12:36 Ticket #8207 (Tests fail without ctypes on Python 2.4) closed by
- fixed: (In [8289]) gis: Fixed #8207; now shield 2.4 test runners from …
- 11:27 Ticket #3214 ([patch] raw sql file doesn't recognize quotes correctly) closed by
- wontfix: Due to variations between all the different SQL variants accepted by …
- 10:43 Ticket #8209 (ModelForms (and hence the admin) don't check unique constraints) created by
- They don't - in fact in SQLite a raw exception is propagated all the …
- 10:37 Ticket #8208 (ImageField does not set width/height_field using 'actual' file) created by
- As mentioned in …
- 10:13 Ticket #8207 (Tests fail without ctypes on Python 2.4) created by
- Output is as follows: […] Tested on r8287, Debian Etch, Python 2.4.4
- 09:50 Ticket #8206 (Remove models.base.Model.validate(), manipulator field functions, ...) created by
- With the model-aware validation being pushed to after 1.0, we should …
- 09:39 Changeset [56f1f1f]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- it translation: updated, formal tone lessened, djangojs included …
- 08:05 Changeset [eb77898]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- * Updated Swedish JS translations. git-svn-id: …
- 07:41 Changeset [2845e43]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #8205 -- Corrected a misspelling in the API introduced in [8265] …
- 07:41 Ticket #8205 (check_dependancies should be spelt check_dependencies) closed by
- fixed: (In [8286]) Fixed #8205 -- Corrected a misspelling in the API …
- 07:29 Ticket #8041 (Media should render as safe strings) closed by
- fixed: (In [8285]) Fixed #8041 -- Modified media rendering to return safe …
- 07:29 Changeset [4ecc5f49]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #8041 -- Modified media rendering to return safe strings. Thanks …
- 07:05 Ticket #8205 (check_dependancies should be spelt check_dependencies) created by
- In [8265] and [8274] functions called check_dependancies were added or …
- 05:40 SprintIsraelAugust2008 edited by
- (diff)
- 05:19 Changeset [2e08591]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- Fix typo in docs/files.txt git-svn-id: …
- 05:09 Ticket #8204 (FileSystemStorage should make it easy to save other types of files) created by
- It is quite common to use PIL to modify an uploaded image, e.g. create …
- 05:07 SprintLondonAugust2008 edited by
- (diff)
- 05:06 SprintLondonAugust2008 edited by
- (diff)
- 04:43 Ticket #8202 (The "Change Password" form in the admin site does not work when using ...) closed by
- fixed: (In [8283]) Fixed #8202 -- Moved user_change_password to UserAdmin. …
- 04:43 Changeset [a7d3c927]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #8202 -- Moved user_change_password to UserAdmin. This enables …
- 03:42 Changeset [ec7d8b7c]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #5943 -- Modified django-admin to behave like manage.py if …
- 03:42 Ticket #5943 (django-admin.py should work like manage.py if --setting option is provided) closed by
- fixed: (In [8282]) Fixed #5943 -- Modified django-admin to behave like …
- 03:39 Ticket #8203 (File Storage can't delete temporary uploaded files in Windows) created by
- In windows (at least in XP, AFAICT), the file storage system can't …
- 03:19 Changeset [7610983b]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #8201 -- Corrected typo in files docs. Thanks Julien. …
- 03:19 Ticket #8201 (Typo in files.txt) closed by
- fixed: (In [8281]) Fixed #8201 -- Corrected typo in files docs. Thanks Julien.
- 02:44 Ticket #8202 (The "Change Password" form in the admin site does not work when using ...) created by
- Instead of using a profile model, I've decided to simplify things by …
- 02:33 Ticket #8201 (Typo in files.txt) created by
- Patch attached.
- 00:48 Ticket #8200 (manage.py syncdb fails following The flatpages app docs) closed by
- worksforme: I cannot recreate on r8277. Specifying InnoDB as the storage engine …
08/09/2008:
- 23:22 Ticket #7932 (Make it easier to use a subclass of auth.User in the admin site.) closed by
- fixed: (In [8280]) Fixed #7932 -- Made it easier to use a custom User model …
- 23:22 Changeset [baac791]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #7932 -- Made it easier to use a custom User model with the …
- 23:18 Ticket #8200 (manage.py syncdb fails following The flatpages app docs) created by
- I was following along with the The flatpages app docs ( …
- 23:17 VersionOneRoadmap edited by
- (diff)
- 23:03 Ticket #4667 ([newforms-admin] add edit_inline support for generic relations) closed by
- fixed: (In [8279]) Fixed #4667 -- Added support for inline generic relations …
- 23:03 Changeset [02cc5918]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #4667 -- Added support for inline generic relations in the …
- 22:52 Changeset [f6670e13]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- Added a return value to the add() method for caches. It's now possible …
- 21:31 Ticket #8199 (incorrect parameter for 'CharField' in ...) closed by
- invalid: No, maxlength has been removed in favor of max_length in the latest …
- 21:30 Ticket #8199 (incorrect parameter for 'CharField' in ...) created by
- Doco's indicates : CharField has an extra required argument, …
- 20:07 Ticket #7250 (Internal data shown when uploading a ImageField fails) closed by
- fixed: (In [8277]) Fixed #7250 -- Don't show internal data of a FileField in …
- 20:07 Ticket #8198 (Append slash broken when SCRIPT_NAME is present) reopened by
- This problem is specific to cases where a SCRIPT_NAME exists. The …
- 20:07 Changeset [38dc472]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #7250 -- Don't show internal data of a FileField in the admin …
- 19:51 Ticket #4516 (newforms-admin: Move AdminModel's URL handling into a method) closed by
- duplicate: Ultimately #6470 will address this issue, but recently the dependancy …
- 18:59 Ticket #7921 (Tests that use 8-bit bytestrings fail on Python 2.6/sqlite3) closed by
- fixed: (In [8276]) Fixed #7921: for sqlite3 2.4.1 or later, adapt str objects …
- 18:59 Changeset [049d4908]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #7921: for sqlite3 2.4.1 or later, adapt str objects to unicode, …
- 18:56 Changeset [b5b1295]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- Added a missing import in AdminSite.check_dependancies. git-svn-id: …
- 18:40 Changeset [89a8990]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- Moved ModelAdmin.check_dependancies to AdminSite. Make debugging …
- 18:17 SprintLawrenceAugust2008 edited by
- (diff)
- 17:43 Ticket #8198 (Append slash broken when SCRIPT_NAME is present) closed by
- worksforme: Can you be more specific, I just can access URLs without the trailing …
- 17:35 Ticket #8198 (Append slash broken when SCRIPT_NAME is present) created by
- Since updating to trunk (r8273), the "append slash to url" …
- 17:11 ForumAppsComparison edited by
- Django Forum's demo link is dead. (diff)
- 16:40 Ticket #8197 (Update Polish administrative entites) created by
- Attached file contains a list of Polish administrative entites from a …
- 16:11 CookBookNewformsAdminAndUser edited by
- (diff)
- 16:09 CookBookNewformsAdminAndUser edited by
- (diff)
- 16:07 BackwardsIncompatibleChanges edited by
- note to self. use preview next time :) (diff)
- 16:04 BackwardsIncompatibleChanges edited by
- added [8273] info. (diff)
- 16:03 CookBookNewformsAdminAndUser edited by
- (diff)
- 16:01 CookBookNewformsAdminAndUser edited by
- (diff)
- 15:53 Ticket #5780 (pass the created/updated object to formsets in edit_inline for validation) closed by
- fixed: Fixed in [8273].
- 15:52 Changeset [65be5681]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #5780 -- Adjusted the ModelAdmin API to allow the …
- 15:36 Ticket #8196 (modeltests/model_forms tests fail on a system without PIL installed) created by
- This is the output (Linux + Python 2.4.4): […] Also tested on a …
- 15:07 Ticket #8195 (Importing models from same directory throws unhelpful exception ...) created by
- Before: […] After attached patch, the relative import succeeds.
- 14:56 DevelopersForHire edited by
- Added myself. (diff)
- 14:46 Ticket #8194 (Admin form keyboard focus does not respect fields or fieldsets options) created by
-
When you re-order the fields in an admin add form using the
fields
… - 14:29 CustomUploadAndFilters edited by
- Added a note about new file options (diff)
- 14:22 CookBookNewformsAdminAndUser edited by
- (diff)
- 14:21 CookBookNewformsAdminAndUser edited by
- (diff)
- 14:11 Ticket #8193 (`__import__(mod, {}, {}, [''])` causes double import of modules ...) created by
- As discussed at …
- 13:25 AuditTrail edited by
- I updated the code to handle the 1.0 signal refactoring. I left the … (diff)
- 13:08 Ticket #8177 (reverse() should report the reverse lookup that fails.) closed by
- fixed: Fixed in [8272]
- 13:06 Changeset [50e6928]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- Made NoReverseMatch exceptions more helpful. Thanks, mrts …
- 13:04 CookBookNewformsAdminAndUser edited by
- (diff)
- 12:35 Ticket #5801 (GET parameters are ignored in redirect when user requests URL with GET ...) closed by
- fixed: (In [8271]) Fixed #5801: admin requests with GET args now get properly …
- 12:35 Changeset [47473473]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #5801: admin requests with GET args now get properly bounced …
- 12:30 CookBookNewformsAdminAndUser edited by
- (diff)
- 12:27 CookBookNewformsAdminAndUser edited by
- (diff)
- 12:20 Ticket #8176 (New django.po for Japanese language.) closed by
- fixed: (In [8270]) Fixed #8176 -- Updated Japanese translation from Takashi …
- 12:20 Changeset [400a6b2]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #8176 -- Updated Japanese translation from Takashi Matsuo. …
- 12:20 Changeset [342f9f0e]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- Removed a translator name from a PO file (they all go in AUTHORS). …
- 12:19 Changeset [c763f261]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- Updated the tests. git-svn-id: …
- 12:19 Ticket #5775 (staff_member_required decorator loses query parameters) closed by
- duplicate: Yeah, the patch on #5801 is better; marking this as a dup.
- 12:19 Changeset [dc14b29]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- Added the ability to force an SQL insert (or force an update) via a …
- 12:13 Ticket #6002 (Better saving in newforms-admin ModelAdmin) closed by
- fixed: [8266] should have said "fixed" instead of "refs"; this is done now.
- 12:12 Changeset [f53e4d8]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- Added ModelAdmin.save_model() and ModelAdmin.save_formset() methods to …
- 11:52 Ticket #8192 (django.VERSION missing in alpha-2) closed by
- invalid: oops, sorry. This was due to umask 077 then I installed django so …
- 11:45 Changeset [6ba64896]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- Broke the admin's use of LogEntry and user messages out into callbacks …
- 11:42 Ticket #8192 (django.VERSION missing in alpha-2) created by
- Hello. The django.VERSION is missing on alpha-2: […]
- 11:18 Ticket #7961 (Removing select statements added through extra() does not remove the ...) closed by
- duplicate: Closing as a dupe of #8191 just so that there's a single tracking …
- 11:17 Ticket #7957 (Chaining Queryset.extra() methods that contain parameters breaks the query) closed by
- duplicate: Closing as a dupe of #8191, which is for the broader problem. This …
- 11:16 Ticket #8191 (Queryset improvements for extra() calls) created by
-
There are a few related problems in calling the
extra()
on querysets … - 11:14 Ticket #8190 (Utilise help_text for TabularInline in Admin) created by
- When using TabularInline in the automatic admin interface the …
- 11:00 Ticket #8005 (Make it easier to alter a model saved by the admin (e.g. add the user ...) closed by
- duplicate: This is dancing around the same problems as #6406 and #8005. For …
- 10:59 Ticket #6406 (form_save_add and form_save_change method for ModelAdmin) closed by
- duplicate: This is dancing around the same problems as #6002 and #8005. For …
- 10:53 Changeset [88baf06]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #7811: moved admindocs templates into admindocs/templates. This …
- 10:53 Ticket #7811 (The contrib.admindocs templates are still part of the contrib.admin ...) closed by
- fixed: (In [8264]) Fixed #7811: moved admindocs templates into …
- 10:40 Ticket #8181 (Documentation error leads to 'model already registered exceptions') closed by
-
invalid: I cannot see where in
admin.txt
we are saying to put the … - 10:38 Ticket #8182 (infinite loop iterating over context_processors.PermWrapper) closed by
- fixed: (In [8263]) No, really: PermWrapper is not iterable. Fixes #8182.
- 10:38 Changeset [69d8ff3]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- No, really: PermWrapper is not iterable. Fixes #8182. git-svn-id: …
- 10:19 Ticket #8188 (file_move_safe not imported in storage.py) closed by
- fixed: Fixed [8262].
- 10:16 Changeset [be5350f2]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 a couple imports in django.core.files.storage. Fixes #8188. …
- 10:11 Changeset [88639e9b]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 silly whitespace error in cache docs. git-svn-id: …
- 10:09 Ticket #8189 (FileField documentation still mentions get_<fieldname>_url) created by
- model-api.txt still reads: […] where it should mentions …
- 10:07 Changeset [7526590]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- Split CacheMiddleware up into two parts -- an update-cache and a …
- 10:04 Ticket #8121 (LocaleMiddleware should not set Content-Language header if already present) closed by
- fixed: (In [8259]) Fixed #8121 -- Don't override the Content-Language HTTP …
- 10:04 Changeset [e8f18643]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #8121 -- Don't override the Content-Language HTTP header in the …
- 09:44 Ticket #8188 (file_move_safe not imported in storage.py) created by
- Uploading a File larger than FILE_UPLOAD_MAX_MEMORY_SIZE raises a …
- 09:40 Changeset [9959401]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- Updated LICENSE file to acknowledge individual copyrights as well …
- 09:18 Ticket #8187 (Import PIL consistently and with exception handling, list as optional ...) closed by
- fixed: (In [8257]) Fixed #8187: made PIL imports consistant. Thanks, bastih.
- 09:18 Changeset [750f5c8d]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #8187: made PIL imports consistant. Thanks, bastih. …
- 09:17 Ticket #8180 (Typo in docs/files.txt) closed by
- fixed: (In [8256]) Fixed a typo in files documentation. Fixes #8180.
- 09:17 Changeset [6a06db0]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 a typo in files documentation. Fixes #8180. git-svn-id: …
- 09:15 Ticket #8183 (Main Documention page have no link to new page "files/") closed by
- fixed: Fixed - thanks!
- 08:44 Ticket #8187 (Import PIL consistently and with exception handling, list as optional ...) created by
- Some projects import PIL, some Imaging intending to reach the same …
- 08:36 Ticket #8185 (A picture in documentation is in wrong format) closed by
- duplicate: Duplicate of #6828
- 08:00 Ticket #8186 (Updated German translation) created by
- Some improvements to the German translations.
- 07:49 Ticket #8185 (A picture in documentation is in wrong format) created by
- In the tutorial, "Writing your first Django app, part 2" …
- 06:20 Ticket #7368 (Problem when overriding '__init__' / 'save' methods (models.model)) closed by
- worksforme: Having tested your example I couldn't encounter any problems running …
- 06:10 Ticket #2170 (db lookup methods not case sensitive on mysql) closed by
- fixed: Follow-up: It turns out that MySQL *will* correctly lookup non-ASCII …
- 05:55 Ticket #2170 (db lookup methods not case sensitive on mysql) reopened by
- Even though the patch fixes the original problems, it now fails to …
- 05:38 Ticket #8184 (urlresolver doc) created by
- I think this nice comment from the mailing list should be added to the …
- 03:32 Ticket #8183 (Main Documention page have no link to new page "files/") created by
- When I read the 1.0 alpha 2 release notes I noticed that the …
- 02:45 Ticket #7818 (Merging querysets can result in wrong operator grouping) reopened by
- I remembered what this bug was about. The title is still accurate but …
- 02:33 Ticket #8182 (infinite loop iterating over context_processors.PermWrapper) created by
- The template code below will cause an infinite memory-eating loop if …
- 01:33 Ticket #8181 (Documentation error leads to 'model already registered exceptions') created by
- The documentation says to add admin model registration to the end of …
- 01:17 Ticket #8180 (Typo in docs/files.txt) created by
- The new file storage docs contain a typo. When explaining the default …
08/08/2008:
- 22:26 Ticket #8179 (most cross-references in sphinx-generated HTML are wrong) created by
- to reproduce (an example) * generate the sphinx html documentation …
- 21:47 Ticket #8178 (Insert linebreaks in debug summary) created by
- When exceptions are raised, in particular in templates (e.g. with URL …
- 20:31 Ticket #8177 (reverse() should report the reverse lookup that fails.) created by
- Now that {% url foo %} does not fail silently any more, it's really …
- 20:25 BackwardsIncompatibleChanges edited by
- more detail on fixing a simple lighttpd config for change 8015. (diff)
- 20:04 Ticket #8176 (New django.po for Japanese language.) created by
- I translated django.po against svn rev 8255.
- 18:06 Changeset [6185093]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- Use a FileField instead of an ImageField in the admin_widgets test so …
- 18:02 SprintLawrenceAugust2008 edited by
- Typo. (diff)
- 18:01 SprintLawrenceAugust2008 edited by
- Updated Berlin/Potsdam Sprint to reflect current situation (diff)
- 17:36 Ticket #7820 (django.core.exceptions.MiddlewareNotUsed documentation is difficult to ...) closed by
- fixed: (In [8254]) Fixed #7820: MiddlewareNotUsed is finally documented …
- 17:36 Changeset [b30ee21d]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #7820: MiddlewareNotUsed is finally documented somewhere else …
- 17:27 FileStorageRefactor edited by
- Add a note on django-storages (diff)
- 17:23 Ticket #7593 (Temporary uploaded file API (TemporaryFile) is inadequate) closed by
- fixed: #7769 is tracking these improvements. Jonathan, in general, please …
- 17:20 Ticket #7110 (select_related returns incorrect results when one model has two ...) closed by
- fixed: #8106 is slighty different, actually, so let's take that discussion …
- 17:18 Ticket #4562 (unique_together uses 'iexact' instead of 'exact') closed by
- wontfix: Manipulators are gone, so this is wontfix. However, this is part of a …
- 17:18 VersionOneRoadmap edited by
- (diff)
- 17:08 Ticket #8175 (FileStorage-rf: Why does 'close' call 'open'?) created by
- Just got the new FileStorage re-factor, ran a battery of little tests …
- 17:05 Changeset [097a19c3]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- Changed the version number to not include a space. git-svn-id: …
- 17:04 Changeset [438b816]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- Bumped version number prior to release. git-svn-id: …
- 17:00 Changeset [2e01d59]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- 1.0 alpha 2 release notes git-svn-id: …
- 16:57 Changeset [6f602475]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- Don't import PIL until needed so that systems without PIL don't barf. …
- 16:45 Ticket #7768 (r 'str' object is not callable in base.py) closed by
- worksforme: Ask on django-users, more than likely the tutorial is correct.
- 16:36 Ticket #7690 (obj.manytomanyrel = None no longer works, needs reference in ...) closed by
- wontfix: I honestly can't recall that this ever worked, but I'll take your word …
- 16:36 Ticket #8174 (Typo in [8247]) closed by
- fixed: Got it ;)
- 16:33 Ticket #8174 (Typo in [8247]) created by
- Please, see patch
- 16:33 Changeset [84afcf5a]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- Removed an extraneous } that regressed from an older patch for [8247]. …
- 16:33 Ticket #7681 (Updating user (from auth model) in admin does not create nor update ...) closed by
- invalid: You need to update your user profile module in the save() method.
- 16:27 Ticket #8169 (New Admin Widgets don't regard attrs passed to them) closed by
- fixed: (In [8247]) Fixed #8169 -- Honor attrs from subclasses of the new …
- 16:27 Changeset [1c9ca83d]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #8169 -- Honor attrs from subclasses of the new admin widgets …
- 16:24 Changeset [19bbc74]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #7115: tweaked ordering on Permission to more closely match the …
- 16:24 Ticket #7115 ([Patch] django.contrib.auth Permissions ordering changed due to qsrf) closed by
- fixed: (In [8246]) Fixed #7115: tweaked ordering on Permission to more …
- 16:22 BackwardsIncompatibleChanges edited by
- (diff)
- 16:19 Changeset [660b9095]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #8107 -- Fixed a missing forced_unicode() call in admin. Patch …
- 16:19 Ticket #8107 (Invalid HTML output generated for BooleanFields using Python 2.3) closed by
- fixed: (In [8245]) Fixed #8107 -- Fixed a missing forced_unicode() call in …
- 16:19 Ticket #8173 (manage.py startapp should create admin.py file) created by
- It would be very useful if manage.py and django-admin.py create the …
- 16:17 SprintLawrenceAugust2008 edited by
- (diff)
- 16:15 SprintLawrenceAugust2008 edited by
- (diff)
- 16:13 Ticket #8172 (Decruftify contrib templates) created by
- The [source:django/trunk/django/contrib/admin/templates/ admin …
- 16:06 Ticket #6805 (Get exception when initializing a GenericForeignKey using ...) closed by
- wontfix: As you've no doubt discovered, GFK's aren't "really" fields -- they're …
- 16:03 Ticket #5966 (FileField doesn't clean up directory after deletion) closed by
- wontfix: File storage is in as of [8244], so I'm marking this as wontfix -- as …
- 16:01 VersionOneRoadmap edited by
- (diff)
- 16:00 Ticket #5485 (Changing repetitive uploaded files from underscores to numbers) closed by
- wontfix: File storage is in as of [8244], so I'm marking this as wontfix -- as …
- 16:00 Ticket #4339 (Override an existing file, using Model.save_FIELD_file method,) closed by
- wontfix: File storage is in as of [8244], so I'm marking this as wontfix -- as …
- 16:00 Ticket #2983 (ImageField not deleing previously attached file when updated) closed by
- wontfix: File storage is in as of [8244], so I'm marking this as wontfix -- as …
- 15:59 Changeset [7899568e]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- File storage refactoring, adding far more flexibility to Django's file …
- 15:59 Tickets #3567,3621,4345,5361,5655,7415 batch updated by
- fixed: (In [8244]) File storage refactoring, adding far more flexibility to …
- 15:57 Ticket #8171 (Invalid formset when form is missing from POST data) created by
- A forms that doesn't have ordered prefix will not be process. On the …
- 15:33 VersionOneRoadmap edited by
- Updated the dates with the current plan. (diff)
- 15:27 Ticket #8069 (inconsistent case for class BaseInlineFormset) closed by
- fixed: (In [8243]) Fixed #8069 -- Corrected the inconsistent case with …
- 15:27 Changeset [c49eac7]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #8069 -- Corrected the inconsistent case with BaseInlineFormset. …
- 15:19 Ticket #8170 (Managers should be inherited correctly from extended Models) created by
- If I have a base model which has a manager and is inherited later, all …
- 15:12 Ticket #8076 (get_previous(next)_by_foo problem with parent's datetime field) reopened by
- My mistake, this is a valid bug :) Or :( depending on how you …
- 15:09 Changeset [32d5c390]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #6523 -- Use the correct cast on field types for PostgreSQL when …
- 15:09 Ticket #6523 (PostgreSQL 8.3 cannot do text matching on uncast non-text columns) closed by
- fixed: (In [8242]) Fixed #6523 -- Use the correct cast on field types for …
- 15:09 SprintLawrenceAugust2008 edited by
- (diff)
- 15:04 SprintLawrenceAugust2008 edited by
- (diff)
- 15:02 Ticket #8166 (typo in admin docs) closed by
- fixed: (In [8241]) Fixed #8166 -- Corrected a typo in the admin …
- 15:02 Changeset [6d4b143]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #8166 -- Corrected a typo in the admin documentation. Thanks …
- 15:00 Ticket #8169 (New Admin Widgets don't regard attrs passed to them) created by
- The Admin Widgets added in #8240 don't regard attrs passed to them
- 14:54 Ticket #8163 (Improvements to post NFA admin interface) closed by
- fixed: (In [8240]) Fixed #8163 -- Restore oldforms admin styling on input …
- 14:54 Changeset [5d199ba9]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #8163 -- Restore oldforms admin styling on input fields. Also …
- 14:54 Ticket #7472 (Potentially sensitive information leaked if an error occurs when a ...) closed by
- wontfix: While I appreciate the problem, this isn't something that we need to …
- 14:53 Ticket #8076 (get_previous(next)_by_foo problem with parent's datetime field) closed by
- invalid: get_next_by_FOO only works for a field FOO on the current model. In …
- 14:48 Ticket #7864 (Forms documentation needs update, renaming from "newforms") closed by
- fixed: Yeah, I don't know what I was thinking. This is done.
- 14:29 Ticket #6947 (Auto increment field in sqlite) closed by
- invalid: Deleting an object via the django-orm will result in deleting related …
- 14:23 Ticket #8168 (Need another Pre Delete Signal Type (feature)) created by
- the Pre delete signal is not all its cracked up to be ... there …
- 14:11 Ticket #8167 (Allow custom message to be set in the create/update/delete generic views) created by
- The views in django.views.generic.create_update automatically creates …
- 13:51 Ticket #8100 (Re-enable isatty() on Jython) closed by
- fixed: (In [8239]) Fixed #8100: Jython, apparently, is now a TTY.
- 13:51 Changeset [5fb95990]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #8100: Jython, apparently, is now a TTY. git-svn-id: …
- 13:48 Ticket #8047 (admin_scripts tests doesn't work on Jython) closed by
- fixed: (In [8238]) Fixed #8047: property detect an external database backend …
- 13:48 Changeset [176fabcc]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #8047: property detect an external database backend and set …
- 13:42 Ticket #8166 (typo in admin docs) created by
- Silly, I know, but the word is "correlate", not "corrolate." :p
- 13:33 Ticket #8142 (DeprecationWarning on Python 2.6 about tzinfo.__init__ taking no parameters) closed by
- fixed: (In [8237]) Fixed #8142 -- Removed an unnecessary parameter in a …
- 13:33 Changeset [34028f3e]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #8142 -- Removed an unnecessary parameter in a superclass init …
- 13:24 Ticket #8165 (When using can_order=True on formset, ordered_forms is not avaible ...) created by
- IMO ordered_forms attribute needs to be available even then the …
- 13:12 Ticket #8164 (Custom field order in ModelForms) created by
- When deriving forms from models it may be wanted to have a custom …
- 13:07 Changeset [ab8965c4]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- Added a few force_unicode() calls around objects in the admin. …
- 13:07 Ticket #8163 (Improvements to post NFA admin interface) reopened by
- Gah, didn't mean to mark this fixed.
- 13:06 Ticket #8163 (Improvements to post NFA admin interface) closed by
- fixed: #5609 had a different patch.
- 13:06 Ticket #7324 ({{ block.super }} doesn't work with nested {% block %} statements) closed by
- invalid: What do you mean by "doesn't work"? Are you expecting this to get the …
- 13:06 Ticket #5609 (newforms-admin: input fields do not regard field class) closed by
- duplicate: #8163 has a better (looking, mostly) patch.
- 13:02 Ticket #8163 (Improvements to post NFA admin interface) created by
- Cleaned up some of the input fields to reflect the original admin …
- 12:54 Changeset [be4390f8]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- Made auto-reloading for the dev server a little more friendly in the …
- 12:54 Tickets #8147,8157 batch updated by
- fixed: (In [8235]) Made auto-reloading for the dev server a little more …
- 12:20 Ticket #6491 (Improvements to User and Permission models) closed by
- invalid: Splitting into one separate ticket. ref: …
- 12:06 Ticket #8162 (Increase Permission.name max_length) created by
- Splitting ticket #6491 to …
- 12:04 Ticket #7123 (Model.from_sequence() bypasses Model.__init__()) closed by
- fixed: This was reverted ages ago.
- 12:03 SprintLawrenceAugust2008 edited by
- (diff)
- 11:41 Ticket #5463 (make-messages.py process only .html (not .tpl etc)) closed by
- fixed: (In [8234]) Fixed #5463 -- Allow alternate file extensions on files …
- 11:41 Changeset [3735f276]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #5463 -- Allow alternate file extensions on files that are …
- 11:38 Ticket #7358 ([patch] create_default_site: configurable default domain name) closed by
- invalid: Since example.com is explicitly reserved in RFC 2606, it's not open to …
- 11:35 Ticket #4111 (Warning References stored in memory when DEBUG=True) closed by
-
invalid: The only reference to
Warning
that I can find indjango.db
… - 11:22 Ticket #7038 (FormWizard fails on forms with BooleanField when field is unselected) closed by
- duplicate: The patch to Ticket #6209 solves this using BooleanField's clean() …
- 11:03 Ticket #8143 (Missed an import of sha in #7919) closed by
- fixed: (In [8233]) Added an import that was missed in [8193]. Thanks Karen …
- 11:03 Changeset [afa98db]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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
- Added an import that was missed in [8193]. Thanks Karen Tracey. Fixed …
- 11:00 Changeset [169b8894]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #7546 -- Fixed an incorrect example in the docs that was …
- 11:00 Ticket #7546 (Exact lookups on DateTimeField() with datetime.date object does not work) closed by
- fixed: (In [8232]) Fixed #7546 -- Fixed an incorrect example in the docs that …
- 10:42 Ticket #8084 (Int division in int_to_base_36) closed by
- wontfix: The current code isn't wrong. Python 2.x will always treat dividing …
- 10:40 Ticket #8020 (python process crashes when using sitemaps after [8088]) closed by
- fixed: (In [8231]) Fixed #8020 -- Fixed paginator initialisation in sitemaps …
- 10:40 Changeset [90b6e143]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #8020 -- Fixed paginator initialisation in sitemaps framework. …
- 10:36 BackwardsIncompatibleChanges edited by
- Changed Peruvian district designations. (diff)
- 10:34 Ticket #7575 (Peruvian departments are now regions) closed by
- fixed: (In [8230]) Fixed #7575 -- Peru now has regions, not departments …
- 10:34 Changeset [44e407b]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #7575 -- Peru now has regions, not departments (changed at some …
- 09:50 Ticket #8161 (ManyToManyField with relation to self not saved in admin when using ...) created by
- In the following example code, the 'links' field does not get saved in …
- 09:26 BackwardsIncompatibleChanges edited by
- Moved the pre-0.96 changes to the OlderBackwardsIncompatibleChanges as … (diff)
- 09:24 OlderBackwardsIncompatibleChanges edited by
- Added the pre-0.96 changes (diff)
- 09:24 Changeset [567b9f2]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #8111 -- Error message typo fix. Thanks mzgur. git-svn-id: …
- 09:24 Ticket #8111 (Minor mistake in the DateTimeField ValidationError description) closed by
- fixed: (In [8229]) Fixed #8111 -- Error message typo fix. Thanks mzgur.
- 09:10 SprintLawrenceAugust2008 edited by
- (diff)
- 08:40 Tickets #7997,8120 batch updated by
- fixed: (In [8228]) Fixed #8120, #7997 -- Cleaned up the help messages …
- 08:40 Changeset [9dfad99]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #8120, #7997 -- Cleaned up the help messages displayed by …
- 08:31 Signals edited by
- New Signals API (diff)
- 08:22 Signals edited by
- (diff)
- 07:52 Signals edited by
- (diff)
- 07:34 SprintLawrenceAugust2008 edited by
- (diff)
- 07:27 Changeset [196b2827]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/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 #5825 -- Modified the custom command loader to allow for …
- 07:27 Ticket #5825 (Customized actions for manage.py not working) closed by
- fixed: (In [8227]) Fixed #5825 -- Modified the custom command loader to allow …
- 07:17 Ticket #7110 (select_related returns incorrect results when one model has two ...) reopened by
- The problem still exists, and can be triggered using a more …
- 06:50 Ticket #4405 (MultiValueField does not allow sub-fields to be blank) closed by
- invalid: MultiValueField is currently made to completely ignore the required …
- 06:47 SprintLawrenceAugust2008 edited by
- (diff)
- 06:42 Ticket #8160 (ModelFormset ignores form properties) created by
- The implementation of modelformset_factory and inlineformset_factory …
- 04:00 GoFlow/applications edited by
- (diff)
- 03:31 GoFlow/applications edited by
- (diff)
- 03:30 GoFlow/applications edited by
- (diff)
- 03:26 GoFlow/applications edited by
- (diff)
- 03:08 SprintLondonAugust2008 edited by
- (diff)
Note: See TracTimeline
for information about the timeline view.