Timeline



Feb 16, 2010:

10:58 PM Ticket #12889 (Database layer (models, ORM) - Using annotation unexpectedly returns DecimalFields as floats) created by KyleMac
Using the following models: […] Compare the following results: …
10:31 PM ForumAppsComparison edited by Bayo Opadeyi
(diff)
10:24 PM Ticket #2443 (Database layer (models, ORM) - Add IntervalField to database models) updated by John Paulett
Cc changed
I am not sure if this is appropriate, but I took the latest patch by …
9:15 PM Ticket #12772 (Template system - Allow loading template tags by fully qualified python module path) updated by unbracketed
Cc changed
8:10 PM Ticket #12888 (Database layer (models, ORM) - typo in django/db/models/fields/related.py version : 1.2 beta 1 SVN-12453) created by joshg
In django/db/models/fields/related.py "is is" should be "is" […]
6:55 PM Ticket #5786 (contrib.auth - Relax character restrictions on auth usernames) updated by clayg
patch -p1 < django-auth-username-relax-character-restrictions.diff …
6:51 PM django-auth-username-relax-character-restrictions.diff attached to Ticket #5786 by clayg
diff from the top-level trunk directory including tests
6:47 PM Ticket #5786 (contrib.auth - Relax character restrictions on auth usernames) updated by clayg
Triage Stage: Design decision needed "we just need to relax the …
6:43 PM django-docs-grammar.diff attached to Ticket #12887 by Daniel Hahler
6:43 PM Ticket #12887 (Documentation - Minor fixes to release docs) created by Daniel Hahler
Please find attached a small patch which fixes two minor issues with …
6:36 PM Ticket #12886 (Database layer (models, ORM) - .aggregate() does not honour sliced queryset) created by til@…
If I aggregate a sliced queryset, the result is an aggregate across …
6:35 PM Ticket #12705 (contrib.admin - Admin date widget not working on inlines until after validation failure) updated by jbronn
Patch needs improvement, Has patch changed
Appears to work fine in Firefox/Safari/Chrome; however still having …
5:53 PM Ticket #12883 (Database layer (models, ORM) - Adding values in a m2m field breaks (_state.db is None instead of ...) closed by Russell Keith-Magee
invalid: This is a concerning report because it covers an area of new …
5:45 PM Ticket #12779 (Internationalization - Form fields don't handle localized numbers correctly) updated by Jannis Leidel
Status, Owner changed
This is about THOUSAND_SEPARATOR especially.
5:19 PM Ticket #12885 (contrib.contenttypes - GenericRelation fails to join the related table from a inherited model) updated by Ramiro Morales
Owner, Component changed
Can you exercise the same test case you've created against SVN trunk …
4:47 PM Ticket #9403 (HTTP handling - _set_content needs to perform the same _is_string check as the Constructor) updated by yozh
Cc changed
4:37 PM Ticket #12885 (contrib.contenttypes - GenericRelation fails to join the related table from a inherited model) updated by Carl Meyer
Cc changed
4:17 PM 12705.2.diff attached to Ticket #12705 by jbronn
Now works with SelectFIlter
3:53 PM Ticket #12845 (Core (Serialization) - JSON serialization of empty query set raises "cannot serialize" error.) updated by Oroku Saki
Oops. My mistake: I put json.dumps but meant: […]
3:32 PM Ticket #12883 (Database layer (models, ORM) - Adding values in a m2m field breaks (_state.db is None instead of ...) updated by Ilya Semenov
IonelMaries, do you realize that in order to fix a bug, it needs to be …
3:25 PM Ticket #12885 (contrib.contenttypes - GenericRelation fails to join the related table from a inherited model) created by Ilya Semenov
A minimalistic crashing example is worth thousands words: […]
2:35 PM DevelopersForHire edited by José Moreira
added my profile (diff)
2:02 PM Ticket #11115 (Template system - overriding change_list.html causes 'maximum recursion depth exceeded' ...) updated by broderboy
Version changed
I don't think the workaround works anymore {% extends …
12:16 PM Ticket #9318 (Core (Other) - "Virtual" behaviour for signal dispatcher and model inheritance) updated by Alex Robbins
Cc changed
You can get around this pretty easily. When you register the signal, …
12:05 PM form_wizard.diff attached to Ticket #12884 by Anand Kumria <wildfire@…>
patch to allow backwards traversal in FormWizard
12:02 PM Ticket #12884 (contrib.formtools - Allow a FormWizard to go backward through the form list) created by Anand Kumria <wildfire@…>
The FormWizard, as designed, assume that users will only ever want to …
11:34 AM Ticket #12883 (Database layer (models, ORM) - Adding values in a m2m field breaks (_state.db is None instead of ...) created by Ionel Cristian Maries
[…] I don't understand why this happens. I don't have any explicit …
11:01 AM Ticket #12881 (Database layer (models, ORM) - Unique constraint error with model inheritance while ModelForm should ...) updated by Karen Tracey
Triage Stage, Component, Milestone changed
Ugh. The model class used for the unique checks is the model class …
9:46 AM Ticket #12882 (contrib.admin - jQuery.noConflict() in admin breaks site specific code with jQuery) updated by Jannis Leidel
Triage Stage changed
9:32 AM Ticket #12882 (contrib.admin - jQuery.noConflict() in admin breaks site specific code with jQuery) created by krejcik@…
JQuery javascipt included by django admin calls noConflict method ( …
9:32 AM Ticket #12881 (Database layer (models, ORM) - Unique constraint error with model inheritance while ModelForm should ...) updated by fgaudin
Same bug in django 1.2 with sqlite
9:07 AM Ticket #12867 (contrib.admin - admin::list_editable causes failure of reverse one to many lookup) updated by Karen Tracey
The last comment in #11448 is not a particularly helpful one. The …
9:05 AM Ticket #12090 (contrib.admin - Show admin actions on the edit pages too) updated by Jannis Leidel
Triage Stage changed
8:19 AM Ticket #12867 (contrib.admin - admin::list_editable causes failure of reverse one to many lookup) updated by daniel oberski
Replying to kmtracey: > OK, now this looks like #11448. …
7:46 AM Ticket #12867 (contrib.admin - admin::list_editable causes failure of reverse one to many lookup) closed by Karen Tracey
duplicate: OK, now this looks like #11448. Note putting that bug aside, you …
7:19 AM Ticket #7283 (Documentation - Documentation mixes up the terms "internationalization" and "localization") closed by Ramiro Morales
fixed: Fixed in r12440 (trunk pre-1.2) and r12449 (1.1.X branch).
7:17 AM Ticket #11793 (Documentation - i18n documentation makemessages format doesn't work) closed by Ramiro Morales
fixed: Fixed in r12440 (trunk pre-1.2) and r12449 (1.1.X branch).
6:52 AM Changeset [77192eb]stable/1.1.x by Jannis Leidel <jannis@…>
[1.1.X] Fixed #12716 - Typo in the admin change list template. Thanks, …
6:52 AM Ticket #7720 (Internationalization - LocaleMiddleware doesn't fallback to the first part of the language ...) closed by Jannis Leidel
fixed: (In [12452]) [1.1.X] Fixed #7720 - Fallback to the base language if …
6:52 AM Changeset [df1ad56]stable/1.1.x by Jannis Leidel <jannis@…>
[1.1.X] Fixed #7720 - Fallback to the base language if the sub …
6:51 AM Ticket #11764 (Database layer (models, ORM) - Bugfix: typo with avoid.update(..) in ...) updated by Ramiro Morales
Replying to wogan: > Updated patch as the typo had moved …
6:51 AM Ticket #4695 (Internationalization - xgettext skips some translation strings in javascript files) updated by Jannis Leidel
(In [12451]) [1.1.X] Fixed #4695 - Worked around a problem of xgettext …
6:51 AM Changeset [6a3c915]stable/1.1.x by Jannis Leidel <jannis@…>
[1.1.X] Fixed #4695 - Worked around a problem of xgettext ignoring …
6:51 AM Ticket #11284 (Internationalization - Support i18n tags in templates with .js extension) updated by Jannis Leidel
(In [12450]) [1.1.X] Fixed #11284 - Stop forcing the use of the …
6:51 AM Changeset [a1ecd07]stable/1.1.x by Jannis Leidel <jannis@…>
[1.1.X] Fixed #11284 - Stop forcing the use of the djangojs domain …
6:50 AM Ticket #10260 (Documentation - i18n documentation refactoring) updated by Jannis Leidel
(In [12449]) [1.1.X] Fixed #10260 - Refactored internationalization …
6:50 AM Changeset [a23edb64]stable/1.1.x by Jannis Leidel <jannis@…>
[1.1.X] Fixed #10260 - Refactored internationalization documentation. …
6:17 AM Changeset [34251700]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Jannis Leidel <jannis@…>
Added missing tests for fix committed in r12398. Thanks Karen for the …
6:17 AM Ticket #11384 (Internationalization - Django Internationalization override translation mechanisim not ...) closed by Jannis Leidel
fixed: (In [12447]) Fixed #11384 - Make sure translations in the project …
6:17 AM Changeset [12d40a9]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Jannis Leidel <jannis@…>
Fixed #11384 - Make sure translations in the project directory really …
6:16 AM Changeset [16942e17]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Jannis Leidel <jannis@…>
Removed Python 2.3 compat code in translation framework. git-svn-id: …
6:15 AM Ticket #6505 (Internationalization - make messages should copy the plural rules from the django po files) closed by Jannis Leidel
fixed: (In [12445]) Fixed #6505 - Copy plural forms from Django translation …
6:15 AM Changeset [89df0432]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Jannis Leidel <jannis@…>
Fixed #6505 - Copy plural forms from Django translation files for …
6:15 AM Ticket #7050 (Internationalization - make-messages should be able to ignore apps that have their own locale ...) closed by Jannis Leidel
fixed: (In [12444]) Fixed #7050 - Allow the makemessages command to …
6:15 AM Changeset [eb26c968]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Jannis Leidel <jannis@…>
Fixed #7050 - Allow the makemessages command to optionally ignore …
6:14 AM Ticket #6380 (Internationalization - make-messages.py don't follow symlinks) closed by Jannis Leidel
fixed: (In [12443]) Fixed #6380 - Follow symlinks when examining source code …
6:14 AM Changeset [fef575a]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Jannis Leidel <jannis@…>
Fixed #6380 - Follow symlinks when examining source code and templates …
6:13 AM Changeset [71da5f62]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Jannis Leidel <jannis@…>
Fixed #7720 - Fallback to the base language if the sub language given …
6:13 AM Ticket #4695 (Internationalization - xgettext skips some translation strings in javascript files) closed by Jannis Leidel
fixed: (In [12441]) Fixed #4695 - Worked around a problem of xgettext …
6:13 AM Changeset [e50eefce]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Jannis Leidel <jannis@…>
Fixed #4695 - Worked around a problem of xgettext ignoring some …
6:12 AM Ticket #10260 (Documentation - i18n documentation refactoring) closed by Jannis Leidel
fixed: (In [12440]) Fixed #10260 - Refactored internationalization …
6:12 AM Changeset [f93f056]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Jannis Leidel <jannis@…>
Fixed #10260 - Refactored internationalization documentation. Thanks, …
6:12 AM Ticket #11284 (Internationalization - Support i18n tags in templates with .js extension) closed by Jannis Leidel
fixed: (In [12439]) Fixed #11284 - Stop forcing the use of the djangojs …
6:12 AM Changeset [9b630a0]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Jannis Leidel <jannis@…>
Fixed #11284 - Stop forcing the use of the djangojs domain when the …
6:08 AM Ticket #12866 (contrib.admin - Unsecured fields in ModelAdmin) closed by Russell Keith-Magee
worksforme: The form that saves an object (which is developed from the ModelAdmin …
6:02 AM Ticket #12485 (Documentation - Add Links to poll tutorial) updated by Derek Willis
Triage Stage changed
5:54 AM Ticket #12866 (contrib.admin - Unsecured fields in ModelAdmin) reopened by Dusan Maliarik
You got your point, depends no how you perceive admin interface. It's …
4:26 AM Ticket #6148 (Database layer (models, ORM) - Add generic support for database schemas) updated by Antti Kaihola
Replying to ramiro: > * Test against MySQL and Oracle …
4:09 AM django_bug.tar.gz attached to Ticket #12881 by fgaudin
project which shows the validation behaviour of ModelForm in case of …
4:08 AM Ticket #12881 (Database layer (models, ORM) - Unique constraint error with model inheritance while ModelForm should ...) created by fgaudin
The use case is : * ParentClass has an attribute "name" with …
4:00 AM Ticket #12867 (contrib.admin - admin::list_editable causes failure of reverse one to many lookup) reopened by daniel oberski
OK, I created a clean new test project and app. The code below will …
3:58 AM Ticket #12874 (Translations - Updated French translation) updated by Stephane Raimbault
The comment was to catch your attention (to remove in the final …
3:41 AM Ticket #11890 (Database layer (models, ORM) - Defer/only + annotate is broken) updated by ruosteinen
Status changed
3:40 AM 11980_defer_plus_annotate_fix.diff attached to Ticket #11890 by ruosteinen
3:40 AM Ticket #11890 (Database layer (models, ORM) - Defer/only + annotate is broken) updated by ruosteinen
Owner, Version changed
Select fields were getting garbled for only/defer fields as already …
3:17 AM Ticket #12874 (Translations - Updated French translation) updated by David Larlet
Ok, Jannis confirms that strings marked as translations... should be …
3:09 AM Ticket #12874 (Translations - Updated French translation) updated by David Larlet
Suggestion from IRC, replacing "Tous les %(total_count)s" (happens …
3:08 AM Ticket #12868 (Internationalization - Updated French formats.py) updated by Claude Paroz
Replying to stephaner: > Claude, could you check the new …
3:01 AM Ticket #12874 (Translations - Updated French translation) updated by David Larlet
I wonder if we should translate strings under localflavor/* (except …
2:58 AM Ticket #12874 (Translations - Updated French translation) updated by Stephane Raimbault
I've fixed the typo on succès, thank you. I don't want to mess the …
2:55 AM Ticket #12868 (Internationalization - Updated French formats.py) updated by David Larlet
Triage Stage changed
2:38 AM fr-formats.diff attached to Ticket #12868 by Stephane Raimbault
Updated to include fr_CH date inputs (diff)
2:37 AM qualified_names.diff attached to Ticket #12880 by Peter Sagerson
rev 12438
2:36 AM formats.py attached to Ticket #12868 by Stephane Raimbault
Updated to include fr_CH date inputs
2:36 AM Ticket #12868 (Internationalization - Updated French formats.py) updated by Stephane Raimbault
Like you, I don't think it's worth creating a whole Django locale for …
2:35 AM Ticket #12880 (Documentation - Structural documentation fix: unqualified method directives) created by Peter Sagerson
In the documentation, there are a few references to methods in …
1:52 AM Ticket #12868 (Internationalization - Updated French formats.py) updated by Claude Paroz
In Switzerland (fr_CH), we use the dot to separate dates. I wonder if …
1:05 AM Ticket #12879 (contrib.admin - jquery gets included multiple times) created by mariarchi
ModelAdmin adds jquery.min.js to the self.media if self.actions is not …
12:47 AM Ticket #12878 (contrib.admin - Formset wide errors are not properly rendered in the template) created by KyleMac
Errors raised by a FormSet's clean() method are converted straight to …

Feb 15, 2010:

10:53 PM Ticket #11764 (Database layer (models, ORM) - Bugfix: typo with avoid.update(..) in ...) updated by Greg Wogan-Browne
Cc, Summary changed
Updated patch as the typo had moved from …
10:47 PM 11764.2.diff attached to Ticket #11764 by Greg Wogan-Browne
Updated patch against rev12438
10:04 PM Ticket #12877 (Documentation - An error in settings documentation) created by aruseni.magiku@…
Section THOUSAND_SEPARATOR incorrectly refers to another setting: …
9:17 PM Ticket #5472 (GIS - Implement Individual Map Widgets for Geometry Fields) updated by springmeyer
Cc changed
8:28 PM Ticket #7198 (Core (Other) - improved error message on apps without models.py files) updated by Gabriel Hurley
Cc changed
At the very least, the error messages needs to point to the real …
7:01 PM Ticket #12874 (Translations - Updated French translation) updated by David Larlet
Triage Stage, Patch needs improvement changed
s/succés/succès/ "sélectionné(e|s)" is a bit geeky to translate …
6:41 PM results.txt attached to Ticket #12876 by zbyte64
Stack trace of exception
6:41 PM Ticket #12876 (Database layer (models, ORM) - maximum recursion error when caching querysets on models) created by zbyte64
The following test case causes a runtime exception against django 1.2 …
6:40 PM Ticket #12868 (Internationalization - Updated French formats.py) updated by David Larlet
Triage Stage changed
Looks good to me, set as Accepted given there is no French people in …
6:03 PM ticket_12875.diff attached to Ticket #12875 by Manuel Saelices
5:51 PM Ticket #12875 (contrib.admin - Cannot redefine admin ordering dynamically) created by Manuel Saelices
Sometimes you need redefine ordering dinamically, based in some logic …
5:21 PM Ticket #10977 (Database layer (models, ORM) - In some cases, the intersection of two QuerySets is empty when it ...) updated by anonymous
Milestone changed
4:17 PM Ticket #12873 (Uncategorized - Updated French translation) closed by Stephane Raimbault
invalid
4:16 PM Ticket #12874 (Translations - Updated French translation) created by Stephane Raimbault
4:16 PM Ticket #12873 (Uncategorized - Updated French translation) created by Stephane Raimbault
4:10 PM Ticket #12872 (contrib.admin - Removal of unused template_validator-related code) created by Ramiro Morales
I remember reading Alex and Jacob talking on IRC about removing of …
3:50 PM Sprint201002Montreal edited by Martin Paquette
(diff)
3:43 PM Ticket #12692 (Contrib apps - Wrong interpretation of extra clause in ModelAdmin with new admin UI) updated by Greg Brown
There are times when one doesn't want the users to be able to add new …
3:25 PM Ticket #12705 (contrib.admin - Admin date widget not working on inlines until after validation failure) updated by jbronn
Replying to jbronn: > Patch doesn't fix my manifestation …
3:05 PM Ticket #12812 (contrib.comments - Inheriting from comments breaks comment moderation) closed by Karen Tracey
invalid: I cannot recreate any problem with the proper model being used in the …
2:09 PM Ticket #12871 (Documentation - Document creation of a comment form for authenticated users) updated by Scot Hacker
I placed this at the end of the Notes section rather than higher on …
1:57 PM auth_comments.diff attached to Ticket #12871 by Scot Hacker
Docs for authenticated comment form
1:56 PM Ticket #12871 (Documentation - Document creation of a comment form for authenticated users) created by Scot Hacker
The documentation does not make clear how to use the Comments …
1:01 PM Ticket #12812 (contrib.comments - Inheriting from comments breaks comment moderation) reopened by Beetle_B
Thanks for pointing it out, but it still didn't work. In my …
12:59 PM Ticket #12870 (Database layer (models, ORM) - ORM bug with using exclude in conjunction with Q objects) updated by Alex Gaynor
Description changed
12:58 PM Ticket #12870 (Database layer (models, ORM) - ORM bug with using exclude in conjunction with Q objects) updated by Yeago
http://dpaste.com/159557/
12:57 PM Ticket #12870 (Database layer (models, ORM) - ORM bug with using exclude in conjunction with Q objects) created by Yeago
Here's a shell session which illustrates the problem. […]
12:04 PM Ticket #12869 (Database layer (models, ORM) - SELECT (1) AS [a] FROM [my_table] WHERE ([my_table].[id] = ? AND ...) closed by Karen Tracey
duplicate: This problem has been fixed in current trunk, I'd guess by the fix for …
11:54 AM Ticket #12863 (Uncategorized - POST data example broken by CSRF middleware) closed by Luke Plant
fixed: (In [12438]) Fixed #12863 - bug in 'examples' app. Fixed by removing …
11:54 AM Changeset [33a225c]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Luke Plant <L.Plant.98@…>
Fixed #12863 - bug in 'examples' app. Fixed by removing the whole …
11:31 AM Ticket #12869 (Database layer (models, ORM) - SELECT (1) AS [a] FROM [my_table] WHERE ([my_table].[id] = ? AND ...) created by kmt@…
Why is Django executing statements such as this: […] This …
11:26 AM Ticket #12867 (contrib.admin - admin::list_editable causes failure of reverse one to many lookup) closed by Karen Tracey
worksforme: Can't recreate with provided (incomplete) information. Mocking up …
10:41 AM Ticket #12868 (Internationalization - Updated French formats.py) created by Stephane Raimbault
Adjustments to the French l10n settings
10:18 AM Ticket #12470 (Uncategorized - django.contrib.messages CookieStorage failing silently in safari when ...) updated by Michael Malone
Cc changed
10:16 AM Ticket #12866 (contrib.admin - Unsecured fields in ModelAdmin) closed by Carl Meyer
invalid: The admin is not a public interface, it is for use by trusted site …
9:55 AM Ticket #12867 (contrib.admin - admin::list_editable causes failure of reverse one to many lookup) created by daniel oberski
Python Version: 2.6.4 Django version: 1.1.1 == Description == I …
9:55 AM Ticket #12866 (contrib.admin - Unsecured fields in ModelAdmin) created by Dusan Maliarik
When I specify only certain fields to be displayed in ModelAdmin, …
9:47 AM Ticket #5711 (Core (Serialization) - Allow non-field attributes to be serialized) updated by Oroku Saki
(Moved example from duplicate ticket# 12862 to here) Let's say I have …
7:16 AM Ticket #12865 (Documentation - There is information about module that holds File in the File object ...) created by pczapla
I had troubles to find the module name of the File object using the …
7:13 AM Ticket #11384 (Internationalization - Django Internationalization override translation mechanisim not ...) updated by Jannis Leidel
Status, Owner changed
5:57 AM patch.diff attached to Ticket #12864 by anonymous
5:57 AM Ticket #12864 (contrib.auth - New users written to db_for_read) created by haris@…
We're experiencing a problem where new users are being inserted into …
5:17 AM Ticket #12851 (Database layer (models, ORM) - Queryset "defer" won't work properly with select_related) updated by ruosteinen
Cc, Status, Has patch, Owner changed
I'll mark this as "has patch" since one is available at #10733.
5:15 AM Ticket #10733 (Database layer (models, ORM) - Invalid results when deferring fields in more than one related model ...) updated by ruosteinen
Cc changed
So, what is the status here? Are we going to see this in 1.2?
5:08 AM Localization edited by Stephane Raimbault
Added myself to the list of French translators (diff)
4:47 AM Ticket #12863 (Uncategorized - POST data example broken by CSRF middleware) created by Jirka Vejrazka
The POST data example in the sample "hello" application does not work …

Feb 14, 2010:

8:18 PM Changeset [4384b16]stable/1.1.x by Jacob Kaplan-Moss <jacob@…>
[1.1.X] Fixed (what I hope is) the last Python 2.4 incompatibility, …
8:17 PM Changeset [75d4e93]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Jacob Kaplan-Moss <jacob@…>
Fixed (what I hope is) the last Python 2.4 incompatibility, this one …
7:00 PM Ticket #12862 (Uncategorized - Feature Request: Allow model @property methods to be serialized.) closed by Russell Keith-Magee
duplicate: I'm going to call this a duplicate of #5711; that ticket talks about …
6:57 PM Ticket #11689 (Template system - Template tag to support combining form media from multiple forms) updated by Chris Beaven
Replying to Ciantic: > If I understood right, the add …
6:53 PM Ticket #12862 (Uncategorized - Feature Request: Allow model @property methods to be serialized.) created by Oroku Saki
Let's say I have this class: […] Obviously if I were to …
6:46 PM Ticket #12861 (Documentation - Docs lack example of how to include a custom JSONEncoder subclass into ...) created by Oroku Saki
In this section …
6:23 PM Ticket #12498 (Forms - Add multi-field validators) updated by jkocherhans
Patch needs improvement, Version, Milestone changed
1.2 is feature-frozen. Punting to 1.3.
3:49 PM Ticket #11689 (Template system - Template tag to support combining form media from multiple forms) updated by Jari Pennanen
Replying to SmileyChris: > If #11687 lands (including the …
2:33 PM Changeset [9f78e469]stable/1.1.x by Jacob Kaplan-Moss <jacob@…>
[1.1.X] Fixed a couple Python 2.4 incompatibilities. Backport of …
2:29 PM Changeset [76afc302]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Jacob Kaplan-Moss <jacob@…>
Fixed a couple Python 2.4 incompatibilities. git-svn-id: …
2:04 PM Ticket #3148 (Database layer (models, ORM) - Add getters and setters to model fields) updated by Ilya Semenov
I beg my pardon for not reading the "simple enough that it works as it …
2:00 PM Ticket #3148 (Database layer (models, ORM) - Add getters and setters to model fields) updated by Ilya Semenov
Wrong. Lack of a correct implementation does not mean the …
1:01 PM Ticket #12860 (Database layer (models, ORM) - Typo in django.db.models.manager) closed by Alex Gaynor
invalid: That line no longer exists in the latest trunk.
12:56 PM Ticket #12860 (Database layer (models, ORM) - Typo in django.db.models.manager) created by anonymous
Line 176, get_query_ste()
12:43 PM Ticket #12798 (Documentation - Markup typo in 1.2 release notes) closed by Jacob
fixed: (In [12433]) Fixed #12798: fixed a typo in the 1.2 release notes. …
12:43 PM Changeset [db0209e]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Jacob Kaplan-Moss <jacob@…>
Fixed #12798: fixed a typo in the 1.2 release notes. Thanks, Andrew …
12:42 PM Ticket #12834 (Documentation - "self" missing from Database Router signatures in docs) closed by Jacob
wontfix: The standard style in our docs is to omit the self argument when …
12:39 PM Ticket #12840 (Documentation - Mark natural key suppory in serialzation docs as new in 1.2) closed by Jacob
fixed: (In [12432]) Fixed #12840: mark natural key serialization in the docs …
12:39 PM Changeset [3d849047]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Jacob Kaplan-Moss <jacob@…>
Fixed #12840: mark natural key serialization in the docs as new in …
12:36 PM Ticket #6799 (Contrib apps - Update to truncate words methods to make them more callable) closed by Jacob
fixed: (In [12431]) Fixed #6799 - added an end_text argument to …
12:36 PM Changeset [1d078be4]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Jacob Kaplan-Moss <jacob@…>
Fixed #6799 - added an end_text argument to …
12:33 PM Ticket #6054 (Validators - PIL import error) updated by Jacob
(In [12430]) [1.1.X] Fixed #6054: work around PIL's installation …
12:33 PM Changeset [a9879b14]stable/1.1.x by Jacob Kaplan-Moss <jacob@…>
[1.1.X] Fixed #6054: work around PIL's installation brokeness by …
12:28 PM Ticket #6054 (Validators - PIL import error) closed by Jacob
fixed: (In [12429]) Fixed #6054: work around PIL's installation brokeness by …
12:28 PM Changeset [7578981]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Jacob Kaplan-Moss <jacob@…>
Fixed #6054: work around PIL's installation brokeness by detecting …
12:04 PM DjangoFriendlyWebHosts edited by vpsnoc
(diff)
11:13 AM Sprint201002Montreal edited by Martin Paquette
(diff)
8:15 AM Ticket #12377 (Internationalization - Make the makemessages command more open) closed by Jannis Leidel
wontfix: Babel rocks with Jinja2.
8:12 AM Ticket #6106 (Internationalization - make-messages.py should not touch POT-Creation-Date) updated by Jannis Leidel
Triage Stage, Milestone changed
Hm, according to the gettext manual …
4:43 AM Ticket #12851 (Database layer (models, ORM) - Queryset "defer" won't work properly with select_related) updated by ruosteinen
@carljm, sorry. Changed the code a bit on the fly. But as russellm …
1:20 AM ProfilingDjango edited by jdub
(diff)

Feb 13, 2010:

8:54 PM Ticket #12859 (Documentation - Incorrect docs on Updating multiple objects at once using related records) updated by Derek Willis
Status, Has patch changed
8:54 PM 12859.patch attached to Ticket #12859 by Derek Willis
8:53 PM Ticket #12859 (Documentation - Incorrect docs on Updating multiple objects at once using related records) created by Derek Willis
The docs for …
8:08 PM Ticket #12856 (Documentation - Decide on public API/documentation for form.BoundField attributes) updated by mnbayazit
Replying to russellm: > Essentially, any attribute of …
7:43 PM Ticket #4656 (Core (Serialization) - Allow In-depth serialization by specifying depth to follow relationship) updated by Oroku Saki
@russellm I was thinking of only one side of the solution and figuring …
3:13 PM Ticket #6054 (Validators - PIL import error) updated by Keryn Knight
Confirming that, under OSX 10.5.8, using easy_install to install …
2:54 PM Sprint201002Montreal edited by ygingras@…
added mention that the BNHQ is at capacity (diff)
2:53 PM Ticket #11585 (Internationalization - i18n in urls.py) updated by Jannis Leidel
Milestone changed
Moving to 1.3 since this is certainly a new feature and we are in …
2:21 PM Ticket #12498 (Forms - Add multi-field validators) updated by Aaron C. de Bruyn
Cc changed
2:19 PM Ticket #6073 (Internationalization - compile-messages.py parse error for utf-8 files with signature) updated by Jannis Leidel
Needs tests changed
1:56 PM django_datefield_has_changed_fix.diff attached to Ticket #12858 by Daniel Marohn
patch fixing the bug
1:56 PM Ticket #12858 (Forms - Callable default on DateField + custom date format = ...) created by Daniel Marohn
I have a ModelFormset with some extra forms. The model the forms …
11:50 AM Ticket #12485 (Documentation - Add Links to poll tutorial) updated by Derek Willis
Has patch changed
11:31 AM Sprint201002Montreal edited by fsavard
(diff)
11:21 AM Ticket #12650 (Contrib apps - Some contrib apps depend on the i18n context processor to output valid ...) updated by Rob Hudson
I made the assumption that if I'm not using i18n, I could also remove …
11:15 AM Ticket #12789 (Core (Cache system) - ConditionalGetMiddleware behavior improvement.) updated by penzoil
You probably have a point there. Maybe we could return no ETag when a …
11:00 AM Ticket #12857 (Documentation - Doc: Media class usage) created by Jari Pennanen
I've noticed that one can create own Media objects outside …
10:45 AM Ticket #11689 (Template system - Template tag to support combining form media from multiple forms) updated by Jari Pennanen
Cc changed
10:31 AM Ticket #9966 (Generic views - Generic view "redirect_to" to carry existing query string) updated by Eric Holscher
Triage Stage changed
Patch looks good to me.
8:44 AM Ticket #12613 (Template system - phone2numeric doesn't convert the letters 'Q' or 'Z'.) updated by Russell Keith-Magee
(In [12425]) Fixed #12613 -- Added Q and Z to the list of characters …
8:44 AM Changeset [166405b]stable/1.1.x by Russell Keith-Magee <russell@…>
[1.1.X] Fixed #11944 -- Improved exception handling for the …
8:43 AM Ticket #12613 (Template system - phone2numeric doesn't convert the letters 'Q' or 'Z'.) closed by Russell Keith-Magee
fixed: (In [12427]) [1.1.X] Fixed #12613 -- Added Q and Z to the list of …
8:43 AM Changeset [f30a4b3]stable/1.1.x by Russell Keith-Magee <russell@…>
[1.1.X] Fixed #12613 -- Added Q and Z to the list of characters …
8:37 AM Ticket #11944 (Template system - filesizeformat should catch ValueError) closed by Russell Keith-Magee
fixed: (In [12426]) Fixed #11944 -- Improved exception handling for the …
8:37 AM Changeset [e6740cb3]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Russell Keith-Magee <russell@…>
Fixed #11944 -- Improved exception handling for the filesizeformat …
8:36 AM Changeset [0e5836dc]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Russell Keith-Magee <russell@…>
Fixed #12613 -- Added Q and Z to the list of characters supported by …
8:18 AM 12206.diff attached to Ticket #12206 by wenjoseph
Search for .py, .pyc and .pyo
8:06 AM Ticket #12524 (Core (Serialization) - Bad formatting on dates in JSON serializer causes ValidationError in ...) updated by Russell Keith-Magee
(In [12424]) [1.1.X] Fixed #12524 -- Clarified handling of pre-1000AD …
8:06 AM Changeset [d751f2c]stable/1.1.x by Russell Keith-Magee <russell@…>
[1.1.X] Fixed #12524 -- Clarified handling of pre-1000AD dates in …
8:02 AM Ticket #12524 (Core (Serialization) - Bad formatting on dates in JSON serializer causes ValidationError in ...) closed by Russell Keith-Magee
fixed: (In [12423]) Fixed #12524 -- Clarified handling of pre-1000AD dates in …
8:02 AM Changeset [0392492]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Russell Keith-Magee <russell@…>
Fixed #12524 -- Clarified handling of pre-1000AD dates in …
6:32 AM Ticket #10976 (Testing framework - missing template files for correctly executing test cases on ...) updated by Russell Keith-Magee
(In [12422]) [1.1.X] Fixed #10976 -- Isolated contrib.auth tests so …
6:32 AM Changeset [1d9bc59]stable/1.1.x by Russell Keith-Magee <russell@…>
[1.1.X] Fixed #10976 -- Isolated contrib.auth tests so they will …
6:32 AM Ticket #12011 (Testing framework - Test client ignores scheme on redirect) updated by Russell Keith-Magee
(In [12421]) [1.1.X] Fixed #12011 -- Modified the test client to …
6:32 AM Changeset [bf11ab2b]stable/1.1.x by Russell Keith-Magee <russell@…>
[1.1.X] Fixed #12011 -- Modified the test client to preserve the …
6:12 AM DevelopersForHire edited by kwdowicz
(diff)
6:02 AM Ticket #10976 (Testing framework - missing template files for correctly executing test cases on ...) closed by Russell Keith-Magee
fixed: (In [12420]) Fixed #10976 -- Isolated contrib.auth tests so they will …
6:02 AM Changeset [b794441]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Russell Keith-Magee <russell@…>
Fixed #10976 -- Isolated contrib.auth tests so they will always pass, …
6:01 AM Ticket #12011 (Testing framework - Test client ignores scheme on redirect) closed by Russell Keith-Magee
fixed: (In [12419]) Fixed #12011 -- Modified the test client to preserve the …
6:01 AM Changeset [7985780]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Russell Keith-Magee <russell@…>
Fixed #12011 -- Modified the test client to preserve the request …
6:00 AM Ticket #12378 (Testing framework - Remove redundant test.) closed by Russell Keith-Magee
fixed: (In [12418]) Fixed #12378 -- Removed some tests made redundant by …
6:00 AM Changeset [23d3450d]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Russell Keith-Magee <russell@…>
Fixed #12378 -- Removed some tests made redundant by feature …
5:59 AM Ticket #12825 (Testing framework - Missing space in assertFormError error message) closed by Russell Keith-Magee
fixed: (In [12417]) Fixed #12825 -- Corrected a missing space in a test case …
5:59 AM Changeset [cc40651f]mainstable/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.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Russell Keith-Magee <russell@…>
Fixed #12825 -- Corrected a missing space in a test case error …
5:31 AM Ticket #12850 (Database layer (models, ORM) - db constraint identifiers are not quoted consistantly, so are not case ...) updated by Russell Keith-Magee
Component changed
5:30 AM Ticket #12856 (Documentation - Decide on public API/documentation for form.BoundField attributes) updated by Russell Keith-Magee
Component, Triage Stage changed
Essentially, any attribute of BoundField (including any attributes of …
5:14 AM Ticket #12842 (Database layer (models, ORM) - Importing a non-installed app assumes the non-installed DB table exists) updated by Russell Keith-Magee
Triage Stage changed
The non-existence of tables will always be a problem - Django doesn't …
2:08 AM Ticket #12856 (Documentation - Decide on public API/documentation for form.BoundField attributes) created by mnbayazit
On …
Note: See TracTimeline for information about the timeline view.
Back to Top