Timeline
03/26/2009:
- 22:48 Ticket #10596 (There should be a better way to remove the actions provided by parent ...) reopened by
- Reopened with a better, more general title; I agree this needs to be …
- 21:49 Ticket #10641 (manage.py runserver fails on windows) closed by
- invalid: It would be more appropriate to ask the question on the user-list …
- 21:46 Ticket #10641 (manage.py runserver fails on windows) created by
- following the setup and tutorial word for word under winxp fails when …
- 16:40 Ticket #10640 (Add `add_form_template` option to ModelAdmin) created by
- In some use cases we've found that we need to slightly tweak our …
- 16:20 Ticket #10639 ("manage.py dbshell" on windows causes strange command line / mysql ...) closed by
- duplicate: I suspect this is due to the same root cause as #10357. You might try …
- 16:14 Ticket #10638 (Inline forms do not render correctly for models with custom primary keys) closed by
- duplicate: #8903 already reports this, I believe. I noted there the existence of …
- 15:45 Ticket #10639 ("manage.py dbshell" on windows causes strange command line / mysql ...) created by
- This is hard to explain. I run this on a Windows XP machine: […] …
- 15:11 Ticket #10638 (Inline forms do not render correctly for models with custom primary keys) created by
- When using a model with a custom primary key as an inline in the …
- 13:52 Ticket #10636 (Development server fails if settings module does not define ...) closed by
- invalid: Replying to kmtracey: OK, your explanation is good, so …
- 11:47 Ticket #10635 (list_editable: mention Meta class in ordering exception) reopened by
- Reopening, and reassigning to docs with a changed summary. I had an …
- 10:46 Ticket #10637 (Documentation of fixture loading misleading) created by
- Django documentation at …
- 10:15 Ticket #10635 (list_editable: mention Meta class in ordering exception) closed by
- invalid: This looks correct, we want it to evaluate that code only when there …
- 10:14 Ticket #10636 (Development server fails if settings module does not define ...) created by
- I defined ADMIN_MEDIA_PREFIX = "" in my settings module and found that …
- 09:44 Ticket #10635 (list_editable: mention Meta class in ordering exception) created by
- […] Following patch fixes this bug. […]
- 09:14 Ticket #10634 (Confusing differential exceptions: get_or_create vs get with psycopg2) created by
- I'm using Psycopg2. I hope the models here are somewhat …
- 08:26 Ticket #10633 (Missing msgids for comment application) created by
- The comment framework is missing many msgids (translation keys), …
- 07:48 Ticket #10632 (rare bug with log deletion in admin) created by
- Admin interface. When we delete object with long unicode …
- 07:31 Ticket #10631 (Documentation: SQL for second exclude example is incorrect) created by
- See …
- 06:39 Ticket #10630 ([PATCH] GZipMiddleware does not handle all MSIE issues.) created by
- There is a hook in the GZipMiddleware which bypass compression for …
- 03:11 Ticket #10629 (allow login redirects to traverse a secure connection) created by
- To protect user's login details in-transit, I like to have my login …
- 02:46 Ticket #10628 (RelatedManager and NULL) closed by
- invalid: Please ask support questions on the django-users mailing list. The SQL …
- 02:44 Ticket #10623 (scheme for filtering an object based on a ManyToManyField or a reverse ...) closed by
-
invalid: The suggested change isn't correct. All successive
filter()
calls … - 02:42 Ticket #10628 (RelatedManager and NULL) reopened by
- 02:20 Ticket #10623 (scheme for filtering an object based on a ManyToManyField or a reverse ...) reopened by
- 02:19 Ticket #10628 (RelatedManager and NULL) closed by
-
invalid: Your filter is asking for things where
rubrica__isnull=True
, which … - 02:05 Ticket #10628 (RelatedManager and NULL) created by
- My Model: […] Code: […] return empty result. but a have data …
03/25/2009:
- 23:29 Ticket #6192 (url or reverse raise ViewDoesNotExists but fail to properly identify ...) closed by
- worksforme: This was addressed by r8272 and improved on in r8672. The error for …
- 22:43 Ticket #8275 (Unused and unnecessary imports in auth views) closed by
- fixed: The latest SVN version doesn't have the extra import statements. Fixed …
- 21:07 Ticket #10620 (All .py files have LF line endings except test_mutable_list.py) closed by
- fixed: (In [10174]) Fixed #10620 -- removed carriage returns in a GEOS tests …
- 21:07 Changeset [0b9a855b]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10620 -- removed carriage returns in a GEOS tests module; fixed …
- 19:03 Ticket #10627 (Middleware using len() on response.content is gobbling generators) created by
- We recently found that a slow view (4 to 5 minutes) was made even …
- 17:53 Ticket #10623 (scheme for filtering an object based on a ManyToManyField or a reverse ...) closed by
- invalid: I have no idea what this ticket is referring to. Is it a correction …
- 16:18 Ticket #10626 (Default model ordering affects annotation query) closed by
- duplicate: This is a dupe of #10574.
- 16:08 Ticket #10626 (Default model ordering affects annotation query) created by
- Example models without default orderings: […] Use values() and …
- 12:50 Version1.1Roadmap edited by
- Moved to 1.2 (diff)
- 12:23 Ticket #10625 (Ewkt regexp incorrectly escaped in GeoDjango admin javascript) created by
- Hi in …
- 12:12 Ticket #10624 (has_add_permission not working correctly) closed by
- duplicate: This is a dupe of #9036.
- 12:09 Ticket #10624 (has_add_permission not working correctly) created by
- There's a remaining issue regarding ticket …
- 09:07 Ticket #10623 (scheme for filtering an object based on a ManyToManyField or a reverse ...) created by
- http://docs.djangoproject.com/en/dev/topics/db/queries/#spanning-multi- …
- 07:55 SchemaEvolution edited by
- fixed markup for some links (diff)
- 06:48 XML-RPC edited by
- (diff)
- 06:46 Ticket #10622 (List editable breaks with model inheritance) created by
- I register a model in the adminsite that is inherited from another …
- 06:39 XML-RPC edited by
- (diff)
- 06:00 Changeset [2e059204]stable/1.0.x by
- [1.0.X] Fixed a breakage with ManyToManyFields in admin caused by …
- 04:35 Ticket #10621 (Add a way to have an aggregate() result as a queryset) created by
- If one is trying to construct a complex queryset, involving nesting …
- 04:27 Ticket #10478 (Multiple querysets as rvalues generating bad SQL) closed by
- invalid: I wasn't thinking clearly here. The results produced by this query are …
- 04:25 Ticket #9518 (Wrong JSON snippet on fixture documentation) reopened by
- Sorry, still incorrect. As shown in claude@…'s correction, …
- 04:05 Changeset [6fa30faa]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10574 -- Documented interaction between annotations and …
- 04:05 Ticket #10574 (Remove unnecessary ordering in values() queries) closed by
- fixed: (In [10172]) Fixed #10574 -- Documented interaction between …
- 03:28 Changeset [68288219]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Regenerated and recompiled Polish translations after [10168] (no real …
- 01:35 Ticket #10620 (All .py files have LF line endings except test_mutable_list.py) created by
- Source file …
03/24/2009:
- 23:41 Changeset [6671b8b]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a breakage with ManyToManyFields in admin caused by r10139. …
- 22:45 DjangoJobs edited by
- (diff)
- 22:45 Changeset [2c6c60ce]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Template filters now pass numerical arguments through as numbers. …
- 22:28 Ticket #10619 (Typo in contrib/admin/validation.py) created by
- http://code.djangoproject.com/browser/django/trunk/django/contrib/admin …
- 20:31 Changeset [7f63d000]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a ungettext() call to prevent spurious string extraction by …
- 19:17 DjangoJobs edited by
- Added Lockheed-Martin position. (diff)
- 18:35 Ticket #9041 (invalid count result when paired with select_related) closed by
- invalid: This example seems to be based on some misunderstanding, possibly in …
- 18:20 Ticket #10603 (DateField DEFAULT_DATE_INPUT_FORMATS) closed by
- wontfix: This isn't the correct solution for this problem, since date input …
- 18:02 Changeset [dce8fdbc]stable/1.0.x by
- [1.0.X] Made a couple of cross-references in the model fields …
- 17:07 Ticket #10618 (Admin Actions: Action form doesn't takes care whose submit button was ...) created by
- If you have a action-bar on top and on bottom, the response_action …
- 15:55 Ticket #10616 (Meta.permission does not work with lazy translations) closed by
- duplicate: Upon reexamination this is really a dupe of #6460.
- 15:44 Ticket #10617 (Typo in docs/ref/contrib/admin/index.txt) created by
- Line 680: "actions_on_top, actions_on_buttom" should read …
- 15:17 Ticket #10616 (Meta.permission does not work with lazy translations) created by
- http://paste.pocoo.org/show/109432/ Problem is this line: […] As …
- 13:58 Ticket #10615 (Admin Actions: Add a "X of Y objects selected" notification) created by
- This would improve the UI as it makes clear, what the …
- 13:57 Ticket #10614 (Typo in docs/topics/db/models.txt) created by
- The phrase "... that will make be used in your templates" should read …
- 13:43 Ticket #10613 (Doc search page links should go to first occurence of search term) created by
- When you type a search term into the search field of the TOC search …
- 13:39 Ticket #10612 (list_editable admin documentation) created by
- In the note for the list_editable options the first bullet reads: "To …
- 13:32 Changeset [fff55111]stable/1.0.x by
- [1.0.X] Updated svnmerge metadata to indicate 10078 was backported to …
- 13:32 Ticket #10611 (Doc TOC becomes invisible during scroll down) created by
- Most of the Doc pages are much longer than the TOC, and when you …
- 13:28 Changeset [c0379b9]stable/1.0.x by
- [1.0.X] Added some more blocked revsions. git-svn-id: …
- 13:11 Changeset [69e228e8]stable/1.0.x by
- [1.0.X] Fixed svnmerge-blocked: block r10128-10135, not 10028-10135. …
- 12:12 Ticket #10610 (When you run syncdb for the first time with django.contrib.auth you ...) created by
- The email address field on the User model isn't a required field, so …
- 11:39 DjangoBrasil edited by
- Page updated. (diff)
- 11:31 DjangoInBrazilianPortuguese edited by
- Abstract changed. (diff)
- 11:24 DjangoInBrazilianPortuguese edited by
- (diff)
- 11:08 Ticket #10609 (Permissions on admin actions) created by
- Often one would not want an option to appear in the actions select box …
- 09:24 Ticket #10608 (Support RequestSite along with Sites.objects.get_current() in contrib) created by
- Most contrib apps assume that the Site model from contrib.sites is …
- 07:52 Ticket #10607 (Use 'get_fieldset' to retieve fieldsets for inline related forms) created by
- Previously the fieldsets for inline related forms where determined …
- 07:34 Ticket #10606 (FormWizard and admindocs) created by
-
admindocs
gives an attribute error when trying to view the … - 07:34 Changeset [c04a28d]stable/1.0.x by
- [1.0.X] Updated svnmerge properties for some recent trunk changesets …
- 07:32 Changeset [6485d9bb]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Updated Spanish translation. git-svn-id: …
- 07:31 Changeset [e89a9a84]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Updated catalan translation. git-svn-id: …
- 07:12 Changeset [1c670a7]stable/1.0.x by
- [1.0.X] Fixed #10329 -- Added link target for get_FOO_display, …
- 07:09 Changeset [1740144]stable/1.0.x by
- [1.0.X] Fixed #10503 -- Clarified docs on the operation of the noop …
- 07:07 Changeset [2363f608]stable/1.0.x by
- [1.0.X] Fixed #10434 -- Corrected FastCGI example. Thanks to vithlani. …
- 07:04 Changeset [ade3dcb4]stable/1.0.x by
- [1.0.X] Fixed #10437 -- Corrected typo in Widget media example. Thanks …
- 07:01 Changeset [c2e4e54e]stable/1.0.x by
- [1.0.X] Fixed #10570 -- Grammar fix for Manager docs. Thanks to adamv. …
- 06:57 Changeset [fae6702]stable/1.0.x by
- [1.0.X] Fixed #10591 -- Corrected link to Jython in docs. Thanks to …
- 06:53 Changeset [177e9974]stable/1.0.x by
- [1.0.X] Fixed #10592 -- Corrected typo in initial-data howto. Thanks …
- 06:50 Ticket #10589 (Duplicate model definition in tests) closed by
- fixed: (In [10153]) [1.0.X] Fixed #10589 -- Removed duplicated model …
- 06:50 Changeset [d9eb87ad]stable/1.0.x by
- [1.0.X] Fixed #10589 -- Removed duplicated model definition in …
- 06:46 Ticket #10329 (link "get_FOO_display()" in model field reference) closed by
- fixed: (In [10152]) Fixed #10329 -- Added link target for get_FOO_display, …
- 06:46 Changeset [cce822c]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10329 -- Added link target for get_FOO_display, …
- 06:44 Ticket #10503 (trans noop documentation could be made more clear) closed by
- fixed: (In [10151]) Fixed #10503 -- Clarified docs on the operation of the …
- 06:44 Changeset [539beba]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10503 -- Clarified docs on the operation of the noop option to …
- 06:43 Ticket #10434 (Lighttpd and FastCGi configuration) closed by
- fixed: (In [10150]) Fixed #10434 -- Corrected FastCGI example. Thanks to vithlani.
- 06:43 Changeset [2aa8890]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10434 -- Corrected FastCGI example. Thanks to vithlani. …
- 06:43 Ticket #10605 (Updated Japanese(ja) translation for trunk(rev10148).) created by
- Please see the attachment.
- 06:42 Ticket #10437 (Typo in forms media docs) closed by
- fixed: (In [10149]) Fixed #10437 -- Corrected typo in Widget media example. …
- 06:42 Changeset [f55aba5]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10437 -- Corrected typo in Widget media example. Thanks to …
- 06:41 Ticket #10510 (formfield_for_foreignkey) closed by
- fixed: (In [10148]) Fixed #10510 -- Added missing versionadded marker for …
- 06:41 Changeset [c4eb2883]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10510 -- Added missing versionadded marker for …
- 06:40 Ticket #10570 (Typo in topics/db/managers) closed by
- fixed: (In [10147]) Fixed #10570 -- Grammar fix for Manager docs. Thanks to adamv.
- 06:40 Changeset [01757192]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10570 -- Grammar fix for Manager docs. Thanks to adamv. …
- 06:38 Changeset [d379ebd]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10591 -- Corrected link to Jython in docs. Thanks to framos. …
- 06:38 Ticket #10591 (Wrong link to Jython in docs) closed by
- fixed: (In [10146]) Fixed #10591 -- Corrected link to Jython in docs. Thanks …
- 06:37 Changeset [af997a16]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10592 -- Corrected typo in initial-data howto. Thanks to Paul …
- 06:37 Ticket #10592 (typo s/the/then/) closed by
- fixed: (In [10145]) Fixed #10592 -- Corrected typo in initial-data howto. …
- 06:36 Changeset [6cd8e0f]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added versionadded markers for ModelForm field ordering, added in …
- 06:35 Changeset [214c7921]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10589 -- Removed duplicated model definition in …
- 06:16 Ticket #10604 (Document that blocktrans fails if a defined expression is not used) created by
- Blocktrans doesn't handle non-used expressions: […] The above …
- 05:59 Ticket #10603 (DateField DEFAULT_DATE_INPUT_FORMATS) created by
- Wouldn't it be better to move DEFAULT_DATE_INPUT_FORMATS to …
- 05:49 Ticket #10602 (Proposal / Fix: auto_now should set a date for DateField) created by
- For a DateField, if auto_now is enabled, a datetime value …
- 03:51 Ticket #10601 (with rtl languages, inline delete checkbox+label are not aligned to ...) created by
- When enabling the delete checkbox for inlines, on ltr and rtl …
- 03:50 Changeset [cc2d0c30]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Polish translations updated (still one missing) git-svn-id: …
- 03:22 Ticket #10600 (Broken msgid in r.10140 translations) closed by
- fixed: (In [10141]) Fixed #10600 -- Allow for format marker reordering in a …
- 03:22 Changeset [2dfdc2b]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10600 -- Allow for format marker reordering in a translatable …
- 02:51 Ticket #10600 (Broken msgid in r.10140 translations) created by
- I tried to update messages catalog for pl and got: […] This error …
- 02:34 Ticket #10599 (URLNode raises "Reverse for 'settings.view_name' ... not found.") created by
- URLNode raises strange exception as below > Reverse for …
- 02:14 Changeset [50379f4c]stable/1.0.x by
- [1.0.X] Fixed #9994 -- Fixed admin filtering when to_field is used on …
- 02:05 Ticket #9994 (list_filter ignores to_field) closed by
- fixed: (In [10139]) Fixed #9994 -- Fixed admin filtering when to_field is …
- 02:05 Changeset [37f25d4]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #9994 -- Fixed admin filtering when to_field is used on …
- 01:08 Ticket #9643 (Custom managers on related objects generating incorrect SQL) closed by
-
invalid: I'm an idiot. The bug is in the example code:
get_milestones()
… - 00:54 Changeset [2fba099]stable/1.0.x by
- [1.0.X] Fixed #9926 -- Fixes for some select_related() situations. …
03/23/2009:
- 23:41 Ticket #10598 (Recent GIS changes break tests for python 2.3) closed by
- fixed: Fixed by r10137.
- 23:26 Changeset [91ebe9a]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed error when trying to import the GEOS tests from their new …
- 23:19 Ticket #10598 (Recent GIS changes break tests for python 2.3) created by
- Following r10131, some decorators are visible to the test suite, …
- 23:09 Ticket #10458 (next_month and previous_month in ...) reopened by
- Since nothing's been checked into the source tree, this isn't fixed. …
- 23:05 Ticket #10458 (next_month and previous_month in ...) closed by
- fixed
- 22:59 Ticket #9926 (Nullable FK to inherited model excludes results when using ...) closed by
- fixed: (In [10136]) Fixed #9926 -- Fixes for some select_related() …
- 22:59 Changeset [fd46f673]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #9926 -- Fixes for some select_related() situations. Using …
- 22:11 Changeset [c5aa6fa]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10597 -- select all checkbox on admin changelist now works …
- 22:11 Ticket #10597 (Admin Actions "Select all" checkbox doesn't work in IE6/7) closed by
- fixed: (In [10135]) Fixed #10597 -- select all checkbox on admin changelist …
- 22:01 Ticket #10586 (@last_modified call condition(last_modified=callable), but condition ...) closed by
- fixed: (In [10134]) A bunch of improvements for conditional HTTP processing. …
- 22:01 Changeset [e5a8d9e8]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- A bunch of improvements for conditional HTTP processing. Fixed some …
- 21:43 Ticket #10597 (Admin Actions "Select all" checkbox doesn't work in IE6/7) created by
- The select all checkbox doesn't work in Internet Explorer 6 or 7. …
- 20:41 Ticket #10596 (There should be a better way to remove the actions provided by parent ...) closed by
- duplicate: This can currently be done by overiding get_actions() to remove the …
- 20:31 Ticket #10596 (There should be a better way to remove the actions provided by parent ...) created by
- The people who use my admin site have very clear instructions to set …
- 19:26 Changeset [2fb7f5e]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Updated download_url for eventual 1.1 beta package. git-svn-id: …
- 19:24 Changeset [da986b7]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Bumped version for 1.1 beta. git-svn-id: …
- 19:12 Tickets #9557,9877,10222 batch updated by
- fixed: (In [10131]) Refactored the GEOS interface. Improvements include: * …
- 19:12 Changeset [66e1670e]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Refactored the GEOS interface. Improvements include: * Geometries …
- 18:25 Changeset [4246c832]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added 1.1 beta release notes. git-svn-id: …
- 18:20 Changeset [cdc8c61]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Made default MIDDLEWARE_CLASSES same as in project_template. And …
- 18:02 Changeset [20f7e51]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Reverted 10094 and 10095 (in favour of solution that will hopefully …
- 17:42 Ticket #10595 (Add the ability to set actions to None in order to avoid admin actions ...) created by
- After a discussion with Jacob on irc: […] I'll try to submit a …
- 17:17 ReadOnlyAdmin edited by
- (diff)
- 17:14 Changeset [2b098e64]stable/1.0.x by
- [1.0.X] Added an import that should have been included in [10126]. …
- 17:11 Changeset [7499416d]stable/1.0.x by
- [1.0.X] Fixed a false failure in the test suite when running Oracle. …
- 17:08 Version1.1Features edited by
- (diff)
- 17:04 Version1.1Features edited by
- (diff)
- 17:01 Changeset [64ddff1]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a false failure in the test suite when running Oracle. …
- 17:00 ReadOnlyAdmin edited by
- (diff)
- 17:00 Changeset [9797d51]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Fixed an error in the
firstof
template tag when used with … - 16:57 Ticket #10594 (GeoQuerySet methods should filter out NULL values by default) created by
- Given the following GIS model: […] When populated with instances …
- 16:51 ReadOnlyAdmin created by
- 16:27 Version1.1Features edited by
- (diff)
- 16:26 Version1.1Roadmap edited by
- (diff)
- 16:22 Changeset [f22418a]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Oops, added missing file from [10122]. git-svn-id: …
- 16:07 Ticket #9282 (Inclusion of comment-utils moderator facility) closed by
- fixed: (In [10122]) Fixed #9282: added a generic comment moderation toolkit. …
- 16:07 Changeset [f0560df]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #9282: added a generic comment moderation toolkit. See the …
- 15:34 Version1.1Features edited by
- (diff)
- 15:34 Version1.1Roadmap edited by
- (diff)
- 15:31 Ticket #2383 ([patch] delete multiple items at once) closed by
- fixed: Fixed in r10121, allowing bulk actions in the admin.
- 15:22 Changeset [44f30802]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10505: added support for bulk admin actions, including a …
- 15:22 Ticket #10505 (Integrate django-batchadmin) closed by
- fixed: (In [10121]) Fixed #10505: added support for bulk admin actions, …
- 14:10 Ticket #10593 (Brazilian portuguese translation of POT files for 1.1) created by
- Translation and review of POT files are started. Portuguese speakers …
- 13:53 Ticket #9640 (BooleanField with choices, defaults, and blank=False still given blank ...) reopened by
- 13:52 Ticket #9640 (BooleanField with choices, defaults, and blank=False still given blank ...) closed by
- fixed: […]
- 11:37 Changeset [4e253343]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed erroneous changes to 1.1 alpha 1 release notes. git-svn-id: …
- 06:38 Ticket #10592 (typo s/the/then/) created by
- Dear Django folks, in [1] please do s/and the run/and then run/ to …
- 05:14 Ticket #10591 (Wrong link to Jython in docs) created by
- [http://docs.djangoproject.com/en/dev/howto/jython/ Django …
- 04:42 Changeset [7db24dd2]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #5756, #6296 -- Most template tags can now handle filters in …
- 04:42 Tickets #5756,6296 batch updated by
- fixed: (In [10119]) Fixed #5756, #6296 -- Most template tags can now handle …
- 04:40 Changeset [a6f429e3]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added consistent support for double- and single-quote delimiters in …
- 04:40 Ticket #7295 (quotes, escaping and translation of string literals handled ...) closed by
- fixed: (In [10118]) Added consistent support for double- and single-quote …
- 04:19 Changeset [f5c07f89]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed an invalid template test (translating an empty string is a bad …
- 04:06 Ticket #10590 (Support nested fieldsets in administration) created by
- Administration options should allow to have nested fieldsets for …
- 02:55 DevelopersForHire edited by
- (diff)
- 02:53 DevelopersForHire edited by
- added my contact info (Jay Liew) (diff)
Note: See TracTimeline
for information about the timeline view.