Timeline
08/12/2008:
- 23:39 Ticket #8279 (Models with multiple ManyToManyField to 'self' use the last table for ...) created by
- […] From the database (postgres): […] And from ./manage.py …
- 23:32 Ticket #8278 (QueryDict.update eats data when other_dict is a MultiValueDict) created by
- django.http.QueryDict supports .update, but it seems to assume that …
- 23:22 Ticket #6769 (QueryDict's iteritems() wraps lists in another list) closed by
- duplicate: Dupe of #7331.
- 23:12 DevelopersForHire edited by
- (diff)
- 22:25 PolishLocalflavor edited by
- + related stuff (diff)
- 22:17 Ticket #8277 (Typo in forms documentation) created by
- "You might want to allow the user to create several articles at once. …
- 22:11 PolishLocalflavor edited by
- - source code + link to terc.py (diff)
- 22:07 PolishLocalflavor created by
- Initial creation
- 21:42 Ticket #8276 (Change fields' names in django.contrib.localflavor.pl.forms) created by
- I would like to propose backward incompatible change …
- 21:38 Ticket #8275 (Unused and unnecessary imports in auth views) created by
- Attached patch removes those.
- 21:23 Ticket #8274 (Auth views should allow form customization) created by
- It is possible to make your own authentication backend. However, if …
- 21:13 Ticket #8273 (Reduce amount of redundant code in django.contrib.localflavor) created by
- There is a plenty of somehow redundant code in …
- 21:11 Ticket #8272 (Patch to forms to add a fieldset attribute to Field for use with templates) created by
- I needed to create a complex form that used fieldsets to divide …
- 20:35 Ticket #8181 (Documentation error leads to 'model already registered exceptions') reopened by
- I was able to reproduce the problem this way: 1. Part 2 of the …
- 18:42 Ticket #8271 (Typo in "Activate your djangoproject.com account" email body) created by
- Here's the text of the "Activate your djangoproject.com account" …
- 18:41 Ticket #8189 (FileField documentation still mentions get_<fieldname>_url) closed by
- fixed: Fixed in r8335.
- 18:34 Changeset [cb1368b]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 #8189, another use of get_FOO_url() missed in the docs after …
- 18:31 Changeset [bb30805]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 #8131: use reverse() in auth views. Patch from davenaff. …
- 18:31 Ticket #8131 (Make new auth views 'reversable') closed by
- fixed: (In [8334]) Fixed #8131: use reverse() in auth views. Patch from davenaff.
- 18:29 Ticket #7725 (File uploads not listed in index) closed by
- fixed: (In [8333]) Updated docs/index with new documents. Fixes #7725.
- 18:29 Changeset [bfac0b73]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 docs/index with new documents. Fixes #7725. git-svn-id: …
- 18:22 Ticket #7714 (corrected documentation for {% url %} resolver) closed by
- fixed: (In [8332]) Clarified a bit of the {% url %} documentation. Fixes #7714.
- 18:22 Changeset [3d1795d]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
- Clarified a bit of the {% url %} documentation. Fixes #7714. …
- 18:18 Ticket #8269 (sessions should only be marked modified when data actually changes) closed by
- wontfix: Yeah, if you don't want the session to be marked as changed, don't …
- 18:13 Ticket #7979 (django doesn't give a traceback for errors resulting from importing ...) closed by
- duplicate: This is a duplicate of #7524 that also has a patch.
- 18:13 Ticket #8270 (Add convenience method to ContentTypeManager) created by
- app_label, model_name (e.g. ('news', 'story')) is often passed around …
- 17:53 Ticket #8269 (sessions should only be marked modified when data actually changes) created by
- the modified flag on sessions currently is set on any assignment, even …
- 17:12 Changeset [d05c725]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 #8253: fixed xmlns regression for Atom feeds, and in the process …
- 17:12 Ticket #8253 (Regression: Atom feed lacks xmlns root attribute) closed by
- fixed: (In [8331]) Fixed #8253: fixed xmlns regression for Atom feeds, and in …
- 17:02 VersionOneFeatures edited by
- Updated Jython status (diff)
- 17:00 Ticket #8268 (admin_scripts test doesn't take into account the JYTHONPATH ...) created by
- Very recently Jython started to recognize the JYTHONPATH environment …
- 16:46 Ticket #8267 (Default FileStore setting show wrong module) created by
- The default settings looks to be …
- 16:01 Ticket #8266 (Form composed entirely of BooleanFields fails FormWizard hash validation) created by
- FormWizard's call method checks the hash of the previous forms …
- 15:51 Ticket #8265 (Debug template exception message is confuse) closed by
- duplicate: This is basically the same as #8178.
- 15:47 Ticket #8265 (Debug template exception message is confuse) created by
- When some error happens and the debug page for error 500 is shown with …
- 15:10 Ticket #8264 (Replace get_absolute_url with more sane alternative) created by
- See http://code.djangoproject.com/wiki/ReplacingGetAbsoluteUrl
- 15:09 ReplacingGetAbsoluteUrl edited by
- (diff)
- 15:09 ReplacingGetAbsoluteUrl edited by
- (diff)
- 15:03 ReplacingGetAbsoluteUrl edited by
- (diff)
- 14:54 ReplacingGetAbsoluteUrl edited by
- (diff)
- 14:53 ReplacingGetAbsoluteUrl edited by
- (diff)
- 14:53 ReplacingGetAbsoluteUrl created by
- 14:38 WikiStart edited by
- (diff)
- 13:49 Changeset [ca020a5e]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 oracle-specific test DB creation code so the test suite will run …
- 13:28 Ticket #8243 (model-api docs not updated to FileField refactor) closed by
- duplicate: Duplicate of #8189/
- 13:28 SprintIsraelAugust2008 edited by
- remove the community part (diff)
- 13:25 Ticket #8263 (models.TextField max_length) closed by
- invalid: Text fields have no maximum length -- that's the whole point of text …
- 13:23 Ticket #8220 (ForeignKey dropdown sorting in Admin) closed by
- wontfix: The object is sorted according to its …
- 13:18 Ticket #8213 (Make use of "select_related(tables)" in admin) closed by
- wontfix: Actually, you don't need this patch at all; you can just override …
- 13:15 Ticket #8263 (models.TextField max_length) created by
- if some model has file type of models.CharField. When field string …
- 12:27 Signals edited by
- Adding django-stdimage to the list of applications that uses signals (diff)
- 12:21 Ticket #8195 (Importing models from same directory throws unhelpful exception ...) closed by
- worksforme: Marking worksforme; kcarnold, please feel free to reopen when you …
- 12:10 Ticket #8155 (Random session timeouts when setting request.set_expiry(0)) closed by
- worksforme: I've not seen this happen, personally. A couple things to …
- 12:09 Ticket #8262 (ADMINS setting referred to as ADMIN in settings.txt) created by
- There's one spot where ADMINS is erroneously called ADMIN. Fixed in …
- 11:45 CookBookNewformsAdminAndUser edited by
- (diff)
- 11:28 Changeset [a14f41f3]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 #8260 -- Changed [8318] to also work with MySQLdb 1.2.1p2. …
- 11:28 Ticket #8260 (MySQLDb v 1.2.1 -- no VARCHAR) closed by
- fixed: (In [8329]) Fixed #8260 -- Changed [8318] to also work with MySQLdb …
- 11:14 Ticket #8048 (Wiki Registration Link) closed by
- fixed: Added.
- 11:06 Changeset [bb5a35cc]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 group of missing imports, aliases and parameter passings from …
- 11:00 Ticket #8039 (Incompatibillity with extra and order_by in some cases) closed by
- duplicate: Duplicate of #8191.
- 10:55 Ticket #7974 (cannot replace custom fields without using database format) closed by
- wontfix: This is by design: SubfieldBase is a shortcut for using some …
- 10:51 Ticket #7941 (ModelChoiceField gets an error when you pass an String instead of an ...) closed by
- worksforme: Looking at the code for ModelChoiceField, it doesn't care which type …
- 10:35 Ticket #7418 (session middleware claims user tampered with session cookie) closed by
- worksforme: I can't reproduce this on trunk. Please reopen if you have more …
- 10:29 Ticket #8261 (ModelAdmin hook for customising the "show on site" button) created by
- As Simon Willison …
- 10:24 CookBookNewformsAdminAndUser edited by
- (diff)
- 10:19 CookBookNewformsAdminAndUser edited by
- (diff)
- 10:07 Changeset [e42748db]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 my URL in the AUTHORS file git-svn-id: …
- 10:05 Ticket #8260 (MySQLDb v 1.2.1 -- no VARCHAR) created by
- The Change in r8318 i assumes Mysqldb 1.2.2, 1.2.1 does not have have …
- 09:50 SprintAustinAugust2008 edited by
- (diff)
- 09:42 Ticket #8259 (core/handlers/wsgi.py: raises TypeError in _get_raw_post_data if ...) created by
- * write a view which gets raw_post_data from request. * run …
- 09:35 Ticket #8255 (Nobody reads the BackwardsIncompatibleChanges page) closed by
- wontfix: Please don't reopen tickets that have been marked as wontfix. We will …
- 09:23 Ticket #8003 (paginaton docs don't mention orphan support) closed by
- fixed: It appears I fixed this in [8195].
- 09:19 Changeset [ec2ee4fc]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
- Minor correction for [8325]. git-svn-id: …
- 09:17 Ticket #8258 (Double escaping in admin delete confirmation) closed by
- duplicate: #6101 reported this a long time ago.
- 09:15 Changeset [1697f4e]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 typos in the modeltests' descriptions and made use of …
- 08:51 Ticket #8258 (Double escaping in admin delete confirmation) created by
- As reported by Pryankster in [1], the related objects to be deleted …
- 08:41 Changeset [c4d07d4d]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 documentation error. Thanks sk1p for catching this. …
- 08:39 Changeset [05ef002]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 #8246 -- Corrected the handling of settings files. Thanks to …
- 08:39 Ticket #8246 (Subpackage Settings Fix) closed by
- fixed: (In [8323]) Fixed #8246 -- Corrected the handling of settings files. …
- 08:04 Ticket #8256 (Changeset [8282] broke settings.py) closed by
- duplicate: Duplicate of #8246.
- 08:03 Ticket #8257 (Wiki at code.djangoproject.com incorrectly rejecting edits as spam) closed by
- invalid: Sign up for an account and this won't happen: …
- 08:02 Ticket #8257 (Wiki at code.djangoproject.com incorrectly rejecting edits as spam) created by
- Tried to add several Django error messages and their causes. Got "500 …
- 08:01 Changeset [d7503c5a]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 svn:ignore property on some recently added directories. …
- 07:58 Ticket #8255 (Nobody reads the BackwardsIncompatibleChanges page) reopened by
- I behaved like that because I didn't know where to look for …
- 07:58 Changeset [63ea5764]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 #8134 -- Corrected serialization of m2m fields with intermediate …
- 07:57 Ticket #8256 (Changeset [8282] broke settings.py) created by
-
When doing
manage.py runserver
it seems the settings in … - 07:41 SprintIsraelAugust2008 edited by
- (diff)
- 07:22 Ticket #8255 (Nobody reads the BackwardsIncompatibleChanges page) closed by
- invalid: What's your point? This isn't a bug report, it's a casual observation …
- 07:19 Ticket #8255 (Nobody reads the BackwardsIncompatibleChanges page) created by
- From the django irc room: […]
- 06:51 Changeset [dd970bf]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
- Deleted a block of test code that got duplicated in applying a patch. …
- 06:17 Ticket #8254 (incorrect sql query in many to many backwards relation using an ...) created by
- using the following models: […] I've made the following query: …
- 05:02 Signals edited by
- adding site that uses signals (diff)
- 03:47 Ticket #8253 (Regression: Atom feed lacks xmlns root attribute) created by
- Since [8311], the atom feed has no xmlns declaration anymore. The …
- 03:06 Ticket #8252 (roadmap charts consider "invalid", "duplicate", etc. tickets as active) closed by
- invalid: This doesn't look to be correct, at least not for the milestones we …
- 03:02 BackwardsIncompatibleChanges edited by
- Changed "exact" filtering on MySQL (again) (diff)
- 03:00 Ticket #8252 (roadmap charts consider "invalid", "duplicate", etc. tickets as active) created by
- roadmap charts (http://code.djangoproject.com/roadmap) consider …
- 02:54 Ticket #8102 (get_or_create is unable to handle unicode characters) closed by
- fixed: This has been fixed by the reversion of the changes from [7798].
- 02:53 Ticket #7789 (get_or_create fails due to case sensivity) closed by
- fixed: The above commit now makes this a ticket a moot point (although we …
- 02:52 Changeset [6294fc71]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 "exact" matches in MySQL to use the database's native …
- 02:52 Changeset [ca71eacd]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
- Convert binary-matched VARCHAR fields to unicode objects in the MySQL …
- 02:20 Ticket #8251 (Receiving NoReverseMatch using {% url %} and Generic Views) created by
- My project uses only generic views with named URL patterns. After …
- 01:31 Changeset [6bebb23]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
- Do not use savepoints with PostgreSQL prior to 8.0. git-svn-id: …
- 01:29 Ticket #8227 (Minor bug in italian translation) closed by
- fixed: (In [8316]) Fixes #8227. Thanks, marcob.
- 01:29 Changeset [97da73a9]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
- Fixes #8227. Thanks, marcob. git-svn-id: …
- 00:59 Ticket #7402 (get_or_create can cause a transaction to fail silently) closed by
- fixed: (In [8315]) Added savepoint protection to get_or_create() to avoid …
- 00:59 Changeset [3eb80748]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 savepoint protection to get_or_create() to avoid problems on …
- 00:52 SprintIsraelAugust2008 edited by
- Added self to TLV sprint attendees page (diff)
- 00:46 Ticket #8250 ("information on MySQL transactions" link in transaction docs no longer ...) created by
- The current link: …
- 00:34 Changeset [220993b]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 savepoint support to the transaction code. This is a no-op for …
- 00:21 Ticket #8249 (Regression of ticket #6820 (at least when using with GeoDjango)) created by
- It seems that the recent refactoring of introspection (changeset:8296) …
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 …
Note: See TracTimeline
for information about the timeline view.