Timeline



Apr 26, 2010:

10:23 PM Ticket #13341 (Documentation - RegexValidator documentation minor problems) updated by Simon Meers
Milestone changed
Oops, marked wrong milestone initially. This really shouldn't hang around.
8:22 PM Ticket #13423 (Database layer (models, ORM) - Subquerying using models) closed by Russell Keith-Magee
invalid: This is already possible using pkin: […]
8:13 PM Ticket #13424 (contrib.admin - option to remove the "add another" button on admin.TabularInline) closed by Russell Keith-Magee
invalid: This option already exists: set max_num=0 on your ModelAdmin.
8:04 PM Ticket #13421 (Documentation - FormWizard Documentation doesn't mention that POST params' names change) updated by Russell Keith-Magee
Triage Stage changed
8:04 PM Ticket #13420 (Documentation - Minor grammar issue in the Sending e-mail docs) updated by Russell Keith-Magee
Triage Stage, Milestone changed
7:55 PM Ticket #13424 (contrib.admin - option to remove the "add another" button on admin.TabularInline) created by nickname123
There should either be a meta setting in admin.py or logic to turn off …
6:09 PM Ticket #13423 (Database layer (models, ORM) - Subquerying using models) updated by anonymous
{{{ data = models.ManyToManyField('self', through='DataPerms', …
6:05 PM Ticket #13423 (Database layer (models, ORM) - Subquerying using models) created by jprafael@…
Using this models […] One should be allowed to view all data a …
5:47 PM Ticket #13422 (Core (Other) - NameError with Recursive Model) closed by anonymous
invalid: This is expected behavior, not a bug. See the relevant documentation: …
4:35 PM Ticket #13422 (Core (Other) - NameError with Recursive Model) created by jprafael@…
When i try to create a double recursive model like: […] i get …
4:21 PM Ticket #13416 (Uncategorized - Generic relations should be counted as children when deleting to avoid ...) updated by Ryan Fugger
Replying to rfugger: > How hard would it be to check that …
3:56 PM Ticket #13421 (Documentation - FormWizard Documentation doesn't mention that POST params' names change) created by hendrixski
http://docs.djangoproject.com/en/dev/ref/contrib/formtools/form-wizard/
2:18 PM SummerOfCode2010 edited by Alex Gaynor
(diff)
10:47 AM Ticket #13416 (Uncategorized - Generic relations should be counted as children when deleting to avoid ...) updated by Ryan Fugger
Replying to carljm: > Making the change you propose …
10:26 AM DevelopersForHire edited by Jul
(diff)
9:56 AM Ticket #12286 (Core (Management commands) - Table for Model that has been proxied may not be created) updated by harm
I can no longer reproduce the problem on trunk revision [13027]. (NB: …
8:59 AM Ticket #13365 (Translations - Updated French translation) closed by Jannis Leidel
fixed: Fixed in r13026.
8:57 AM Ticket #13419 (Translations - Danish translation update) closed by Jannis Leidel
fixed: (In [13027]) Fixed #13419 - Updated Danish translation. Thanks, Finn …
8:57 AM Changeset [215269b8]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 #13419 - Updated Danish translation. Thanks, Finn Gruwier …
8:57 AM Changeset [1c937f7]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 #13365 - Updated French translation. Thanks, Stéphane Raimbault. …
8:57 AM Ticket #13208 (Translations - little consistency fix for german translation) closed by Jannis Leidel
fixed: (In [13025]) Updated German translation. Also fixed #13208.
8:57 AM Changeset [35add3b]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@…>
Updated German translation. Also fixed #13208. git-svn-id: …
8:48 AM Ticket #13416 (Uncategorized - Generic relations should be counted as children when deleting to avoid ...) updated by Carl Meyer
Replying to rfugger: > I still think my patch would make …
8:39 AM t12749.diff attached to Ticket #12749 by Russell Keith-Magee
Updated, fully working patch.
7:35 AM Ticket #13420 (Documentation - Minor grammar issue in the Sending e-mail docs) created by Dominic Rodger
In …
6:48 AM Ticket #1105 (Template system - [patch] simple_tag decorator enhancement) updated by Ilya Semenov
Considering my last attempt to add a bit of more usability to Django …
6:46 AM Ticket #11559 (Core (Other) - urlresolvers.reverse do not work with namespaced urls and captured ...) updated by gnublade
Cc changed
5:54 AM django1.1-ticket10790v2.patch attached to Ticket #10790 by milosu
improved patch with regression test and bug fix
4:09 AM Ticket #11700 (contrib.admin - actions and list_editables in popups problematic) updated by mrts
A tip for those who need to hide actions in popups: […]
3:33 AM Ticket #10706 (Core (Management commands) - Incorrect error from manage.py sql when app fails to load) updated by santa4nt
I ran across this unhelpful error message as well. At the very least …
12:56 AM Ticket #8960 (Contrib apps - "View on site" does not work if contrib.sites is not installed) updated by reconbot
I can confirm that floledermann's patch works on django trunk rev …

Apr 25, 2010:

7:44 PM Ticket #13419 (Translations - Danish translation update) updated by Russell Keith-Magee
Triage Stage changed
6:56 PM XML-RPC edited by owen
(diff)
4:40 PM Ticket #13416 (Uncategorized - Generic relations should be counted as children when deleting to avoid ...) updated by Ryan Fugger
Ah, I can pass force_update=True and catch DatabaseError when I save …
4:22 PM django_ticket_13416.diff attached to Ticket #13416 by Ryan Fugger
Don't treat generic relations as nullable when building model delete …
4:21 PM Ticket #13416 (Uncategorized - Generic relations should be counted as children when deleting to avoid ...) updated by Ryan Fugger
I agree that your third option, let the post_delete handler check to …
1:49 PM translation-update.diff attached to Ticket #13419 by finngruwier
1:49 PM Ticket #13419 (Translations - Danish translation update) created by finngruwier
Attached you'll find a patch with the latest translation updates for 1.2.
11:55 AM t12749.draft-fix.diff attached to Ticket #12749 by Russell Keith-Magee
Draft fix; passes nessita's test, but breaks others in model_formsets
11:54 AM Ticket #12749 (contrib.admin - "Please correct the error below." when saving add model form with ...) updated by Russell Keith-Magee
Patch needs improvement changed
@jkocherhans - I'm not completely certain ForeignKey.validate() is at …
8:48 AM Ticket #13305 (Template system - date-filter doesn't use correct fallback with USE_L10N) updated by Carlo Pires
If you want to use localized format with date filter, just put in you …
8:40 AM Ticket #12627 (contrib.admin - If all fields are readonly or editable=False, their ModelForm is ...) updated by Russell Keith-Magee
Has patch, Milestone changed
I agree with Jacob; this isn't a forms issue, it's an admin validation …
8:23 AM Ticket #13404 (Core (Other) - django.utils.module_loading fails if loader has no prefix attribute) updated by Russell Keith-Magee
(In [13024]) [1.1.X] Fixed #13404 -- Reworked module_has_submodule() …
8:23 AM Changeset [a43464d]stable/1.1.x by Russell Keith-Magee <russell@…>
[1.1.X] Fixed #13404 -- Reworked module_has_submodule() to allow it to …
8:18 AM Ticket #13404 (Core (Other) - django.utils.module_loading fails if loader has no prefix attribute) closed by Russell Keith-Magee
fixed: (In [13023]) Fixed #13404 -- Reworked module_has_submodule() to allow …
8:18 AM Changeset [9872bad]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 #13404 -- Reworked module_has_submodule() to allow it to work …
7:57 AM Ticket #13416 (Uncategorized - Generic relations should be counted as children when deleting to avoid ...) closed by Russell Keith-Magee
wontfix: You may be observing this with generic relations in your specific …
7:42 AM Ticket #13417 (Documentation - djangojs domain is used by default) updated by Russell Keith-Magee
Triage Stage changed
7:41 AM Ticket #13418 (Documentation - Natural keys documentation: 1) tuple requirement in serialization is ...) updated by Russell Keith-Magee
Triage Stage, Milestone changed
7:40 AM Ticket #13414 (Documentation - QuerySet API ref wrong sql equivalent in __year lookup example) updated by Russell Keith-Magee
Triage Stage changed
7:22 AM Ticket #13418 (Documentation - Natural keys documentation: 1) tuple requirement in serialization is ...) created by hunajakippo
As discussed {1} I propose following changes to natural keys …
7:11 AM nxhtml-django-html-mumamo.png attached to Emacs by Anatoly Kamchatnov
Screenshot of Django template in GNU Emacs with nXhtml.
7:04 AM Emacs edited by Anatoly Kamchatnov
(diff)
4:39 AM Ticket #12772 (Template system - Allow loading template tags by fully qualified python module path) updated by Patryk Zawadzki
Attached a better patch, this time using full paths. .patch is the …
4:37 AM django-12772.patch attached to Ticket #12772 by Patryk Zawadzki
Working patch
4:30 AM doc-djangojs.diff attached to Ticket #13417 by Stephane Raimbault
Add information about djangojs domain
4:27 AM Ticket #13417 (Documentation - djangojs domain is used by default) created by Stephane Raimbault
The documentation doesn't say djangojs is used by default in the …

Apr 24, 2010:

10:57 PM Ticket #13165 (contrib.admin - Display edit link beside add button for ForeignKey fields in admin) updated by Simon Meers
A further design decision: do we need to check whether the user has …
8:06 PM Ticket #13416 (Uncategorized - Generic relations should be counted as children when deleting to avoid ...) updated by Ryan Fugger
Cc changed
7:37 PM Ticket #13409 (Core (URLs) - "wrap" argument for django.conf.urls.defaults.url to decorate views ...) updated by Charlie DeTar
Two advantages: 1. You can use it even when you define the view …
6:53 PM Ticket #13339 (Forms - Date(Time)Field.to_python() fails to parse localized month names) updated by Brett Cannon
As the original author of strptime() in Python, Alex Gaynor asked me …
6:40 PM Ticket #13416 (Uncategorized - Generic relations should be counted as children when deleting to avoid ...) updated by Ryan Fugger
Note that the workaround (disconnecting post_delete, deleting, …
5:53 PM Ticket #13413 (Template system - blocks ignore if condition) updated by lanyjie
Thanks for the clearance. Such a design makes life easier (especially …
5:39 PM Ticket #12772 (Template system - Allow loading template tags by fully qualified python module path) updated by Skylar Saveland
From testing with my test_project, I find that using the new style is …
5:25 PM Ticket #11352 (Core (Other) - get_object/list_or_none methods) updated by Alex Gaynor
Returning a list from get_object_or_none makes no sense to me, it …
5:24 PM Ticket #12772 (Template system - Allow loading template tags by fully qualified python module path) updated by Skylar Saveland
The test suite fails with the new patch: …
4:33 PM Ticket #11352 (Core (Other) - get_object/list_or_none methods) updated by Chuck Harmston
Patch needs improvement, Needs tests changed
Added a new patch with proper documentation and unit tests. Sidebar: …
4:29 PM object_list_404-3.diff attached to Ticket #11352 by Chuck Harmston
Adds tests and documentation
3:30 PM Ticket #13416 (Uncategorized - Generic relations should be counted as children when deleting to avoid ...) created by Ryan Fugger
When deleting an object and its related objects, generically-related …
3:23 PM Ticket #2705 (Database layer (models, ORM) - [patch] Add optional FOR UPDATE clause to QuerySets) updated by Oldřich Jedlička
Cc changed
2:53 PM Ticket #13404 (Core (Other) - django.utils.module_loading fails if loader has no prefix attribute) updated by Alex Gaynor
Has patch, Triage Stage changed
Marking as RFC.
2:49 PM Ticket #13404 (Core (Other) - django.utils.module_loading fails if loader has no prefix attribute) updated by Waldemar Kornewald
It works. Thanks for the patch, Russell!
2:48 PM Ticket #13415 (Database layer (models, ORM) - Incorrect SQL boolean expression for multiple aggregate filters) updated by Beuc
Damn I missed the "ORM aggregation" component (looked in "Database …
2:36 PM Ticket #13415 (Database layer (models, ORM) - Incorrect SQL boolean expression for multiple aggregate filters) closed by Alex Gaynor
duplicate: This is a dupe of #11293.
2:30 PM Ticket #10809 (contrib.auth - mod_wsgi authentication handler) updated by David Fischer
Replying to ericholscher: The admin already only allows …
2:11 PM Ticket #13409 (Core (URLs) - "wrap" argument for django.conf.urls.defaults.url to decorate views ...) updated by Etienne Robillard
Cc changed
2:11 PM Ticket #13409 (Core (URLs) - "wrap" argument for django.conf.urls.defaults.url to decorate views ...) updated by Etienne Robillard
hm, what is the advantage of using a wrap keyword argument? i don't …
2:06 PM bug.tar.gz attached to Ticket #13415 by Beuc
testcase for aggregation bug
2:06 PM Ticket #13415 (Database layer (models, ORM) - Incorrect SQL boolean expression for multiple aggregate filters) created by Beuc
See the test app attached (with test case). The query: […] The …
12:45 PM Ticket #10809 (contrib.auth - mod_wsgi authentication handler) updated by Eric Holscher
Good stuff! Another interesting capability that might be useful is …
12:33 PM Ticket #13414 (Documentation - QuerySet API ref wrong sql equivalent in __year lookup example) created by idle sign
In http://docs.djangoproject.com/en/dev/ref/models/querysets/#year it …
11:11 AM Ticket #10809 (contrib.auth - mod_wsgi authentication handler) updated by David Fischer
I added the check_for_user method and the extra documentation. I …
11:05 AM modwsgi_auth_handler.3.diff attached to Ticket #10809 by David Fischer
Contains the necessary methods to authenticate and authorize
7:49 AM Ticket #13413 (Template system - blocks ignore if condition) updated by Russell Keith-Magee
I would also add that this is exactly what I told you when I closed …
7:46 AM Ticket #13413 (Template system - blocks ignore if condition) closed by Karen Tracey
invalid: Child templates can't have logic (outside of {% block %}s). They …
7:20 AM change_links.diff attached to Ticket #13165 by Simon Meers
Draft patch. No tests yet.
7:20 AM Ticket #13165 (contrib.admin - Display edit link beside add button for ForeignKey fields in admin) updated by Simon Meers
Has patch, Needs tests changed
I have a patch which is working nicely. Confirmation of a few design …
7:20 AM Ticket #13413 (Template system - blocks ignore if condition) created by lanyjie
Here is a quick recapture: […] No matter if there is error or …
5:57 AM Ticket #13412 (contrib.admin - Exposing multiple db in admin interface is limited) updated by Russell Keith-Magee
Triage Stage, Summary changed
The documentation says that the admin doesn't have explicit support …
3:05 AM Ticket #13412 (contrib.admin - Exposing multiple db in admin interface is limited) created by idle sign
Suppose I have Django driven site with two applications using two …
2:10 AM Ticket #13362 (contrib.admin - bug8245 test fails on 1.1.X/Python2.3 after r12957) updated by Russell Keith-Magee
(In [13022]) [1.1.X] Fixed #13362 -- Disabled the test for bug #8245
2:10 AM Changeset [5226525]stable/1.1.x by Russell Keith-Magee <russell@…>
[1.1.X] Fixed #13362 -- Disabled the test for bug #8245 under Python …
2:08 AM Ticket #13362 (contrib.admin - bug8245 test fails on 1.1.X/Python2.3 after r12957) closed by Russell Keith-Magee
fixed: (In [13021]) Fixed #13362 -- Disabled the test for bug #8245 under …
2:08 AM Changeset [d2fec79]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 #13362 -- Disabled the test for bug #8245 under Python 2.3 due …
1:50 AM Ticket #13410 (File uploads/storage - imagefield errors if upload is larger than FILE_UPLOAD_MAX_MEMORY_SIZE) closed by Russell Keith-Magee
worksforme: I can't reproduce this. I've tried uploading large files well in …
12:35 AM Ticket #13165 (contrib.admin - Display edit link beside add button for ForeignKey fields in admin) updated by Simon Meers
Replying to agabel: > Is there any update to this ticket? …
12:25 AM Ticket #13408 (Template system - Unpacking list/tuple in for loop should raise exception on unpacking ...) updated by Russell Keith-Magee
Triage Stage changed
12:25 AM Ticket #13407 (contrib.admin - admin "add another" inline JS fails for M2M inlines) updated by Russell Keith-Magee
Triage Stage changed
For anyone chasing this: The spurious "+" is an exposure of an …
12:00 AM Ticket #13411 (contrib.comments - Some improvement for query string built by utils.next_redirect if next ...) updated by Russell Keith-Magee
Milestone, Has patch, Triage Stage, Needs tests changed
Not critical for 1.2.

Apr 23, 2010:

11:34 PM Ticket #13165 (contrib.admin - Display edit link beside add button for ForeignKey fields in admin) updated by Austin Gabel
Is there any update to this ticket? If not, I'd like to take a stab at …
10:48 PM patch01.patch attached to Ticket #13411 by timesong
10:47 PM Ticket #13411 (contrib.comments - Some improvement for query string built by utils.next_redirect if next ...) created by timesong
In the comments app, views.utils.next_redirect appends a '?' and query …
8:18 PM Ticket #13410 (File uploads/storage - imagefield errors if upload is larger than FILE_UPLOAD_MAX_MEMORY_SIZE) created by nickname123
If you use an imagefield and upload an image larger than …
3:32 PM Ticket #10918 (contrib.admin - to_field and raw_id_fields popup in ModelAdmin) updated by Collin Anderson
Cc changed
3:31 PM to_field-10918.git.diff attached to Ticket #10918 by Collin Anderson
Git formated patch that fixes the problem.
3:29 PM Ticket #10918 (contrib.admin - to_field and raw_id_fields popup in ModelAdmin) updated by Collin Anderson
Patch needs improvement changed
3:29 PM Ticket #10918 (contrib.admin - to_field and raw_id_fields popup in ModelAdmin) updated by Collin Anderson
Version, Needs tests, Summary, Patch needs improvement changed
I just ran into the same issue. The problem is that TO_FIELD_VAR needs …
2:49 PM Ticket #13409 (Core (URLs) - "wrap" argument for django.conf.urls.defaults.url to decorate views ...) updated by Alex Gaynor
Needs documentation, Needs tests, Triage Stage changed
2:41 PM wrap_kwarg_for_url.diff attached to Ticket #13409 by Charlie DeTar
New feature: wrap kwarg for "url" to decorate views.
2:31 PM Ticket #13409 (Core (URLs) - "wrap" argument for django.conf.urls.defaults.url to decorate views ...) created by Charlie DeTar
The …
2:13 PM Ticket #12772 (Template system - Allow loading template tags by fully qualified python module path) updated by Patryk Zawadzki
Added a workaround around the workaround that was already there (the …
2:12 PM django-fully-qualified-template-tags-2.patch attached to Ticket #12772 by Patryk Zawadzki
Modified patch
2:02 PM Ticket #4748 (contrib.admin - contrib.auth: Increase length of names of permissions) updated by Adam Nelson
Patch needs improvement, Needs tests, Triage Stage changed
Test should be updated with 50+ character permission name
1:59 PM Ticket #4617 (contrib.auth - permission_required decorator behaviour is odd) updated by Adam Nelson
Patch needs improvement changed
Patch needs to be updated to current trunk.
1:57 PM Ticket #4592 (Forms - Make CheckboxSelectMultiple more like RadioSelect) updated by Adam Nelson
Patch needs improvement changed
1:56 PM Ticket #4540 (Template system - Template.render() should verify context instance) updated by Adam Nelson
Patch needs improvement changed
1:54 PM Ticket #4528 (Core (Management commands) - Add DATABASE_PRE_SYNCDB to settings) updated by Adam Nelson
Patch needs improvement changed
Patch needs update to latest svn revision.
1:52 PM Ticket #4498 (Core (Other) - File upload ignores Content-Transfer-Encoding) closed by Adam Nelson
worksforme: I've never observed this to be a problem with many different upload …
1:50 PM Ticket #4492 (Database layer (models, ORM) - Provide tests for mixed-case column names) updated by Adam Nelson
Patch needs improvement changed
Patch needs to be updated again.
1:46 PM Ticket #4341 (Forms - SelectDateWidget does not pass through attrs) updated by Adam Nelson
Patch needs improvement changed
1:40 PM Ticket #4282 (Core (Management commands) - startproject should honor umask) updated by Adam Nelson
Patch needs improvement changed
Patch needs to be updated again.
1:34 PM Ticket #4120 (contrib.admin - some admin Javascript cleanups) updated by Adam Nelson
Owner changed
1:34 PM Ticket #4120 (contrib.admin - some admin Javascript cleanups) updated by Adam Nelson
Patch needs improvement changed
xian obviously isn't doing anything with this. Patch needs to be …
1:34 PM Ticket #4045 (contrib.admin - some admin Javascript fixes and cleanups) updated by Adam Nelson
Owner changed
xian obviously isn't doing anything with this. Patch needs to be …
1:31 PM Ticket #3695 (contrib.admin - duplicate html id's in doc pages) updated by Adam Nelson
Actually, I was looking at the wrong admin_doc directory (Which should …
1:25 PM Ticket #4094 (contrib.databrowse - databrowse calendars do not translate the month back to english ...) updated by Adam Nelson
Patch needs improvement changed
Patch needs to be updated to latest trunk ... again.
1:22 PM Ticket #4051 (Forms - [] not in EMPTY_VALUES in forms) updated by Adam Nelson
Patch needs improvement changed
The patch doesn't have tests and doesn't include things like frozenset()
1:19 PM Ticket #3997 (Database layer (models, ORM) - Missing default value causes exception on save) updated by Adam Nelson
Patch needs improvement changed
Seems like there's still dispute on the best way to solve this.
1:18 PM Ticket #3695 (contrib.admin - duplicate html id's in doc pages) updated by Adam Nelson
Patch needs improvement changed
All of admin_doc has been refactored - either this is no longer an …
1:18 PM Ticket #12772 (Template system - Allow loading template tags by fully qualified python module path) updated by Skylar Saveland
Patch needs improvement changed
In revision 13020, the patch makes the test suite fail. …
1:15 PM Ticket #3672 (Forms - newforms: DateField doesn't handle date output formats) updated by Adam Nelson
Patch needs improvement changed
No response to [email protected] yet so marking …
1:12 PM Ticket #3601 (contrib.admin - ImageField with db_column results in KeyError in Admin Edit) closed by Adam Nelson
wontfix: All of django/contrib/admin/view/main.py has been totally refactored …
1:07 PM Ticket #3508 (Core (Other) - MergeDict needs more descriptive return values from __str__ and __repr__) updated by Adam Nelson
Triage Stage changed
Aside from Brian Harring's comment, this patch is low impact and just …
1:06 PM Ticket #13400 (Database layer (models, ORM) - model.DoesNotExist exception raised by QuerySet.get() should include ...) updated by trentm@…
That example string in last message should be (wiki formatting error …
1:04 PM Ticket #13400 (Database layer (models, ORM) - model.DoesNotExist exception raised by QuerySet.get() should include ...) updated by trentm@…
The format of the message I came up with was, e.g.: DoesNotExist: …
1:01 PM Ticket #3240 (Core (Other) - [patch]Django dispatcher misses some errors) updated by Adam Nelson
Patch needs improvement changed
Lots of changes in core/handlers/* since this patch was generated. It …
12:38 PM Ticket #13201 (*.djangoproject.com - Broken link in 0.96 template docs) updated by Andy McKay
Owner changed
Will try to get the app engine docs changed.
11:51 AM Ticket #2284 (Core (Management commands) - [patch] Extra /sql files with whitespace break syncdb) updated by Adam Nelson
Patch needs improvement changed
From Jeremy Dunck …
10:55 AM Ticket #13408 (Template system - Unpacking list/tuple in for loop should raise exception on unpacking ...) updated by Peter Bengtsson
Cc changed
10:55 AM Ticket #10523 (contrib.admin - Changing object with long __repr__ causes error) updated by ShawnMilo
I have been unable to duplicate this issue in 1.1.1 or 1.2_beta. I've …
10:55 AM Ticket #13408 (Template system - Unpacking list/tuple in for loop should raise exception on unpacking ...) created by Peter Bengtsson
In Python and Django you can do this: […] However, in Python you …
10:21 AM Ticket #12286 (Core (Management commands) - Table for Model that has been proxied may not be created) updated by Russell Keith-Magee
@harm: I can't reproduce - using that example, I see the tagging …
10:19 AM t12286.diff attached to Ticket #12286 by Russell Keith-Magee
Possible fix for syncdb problems with proxy models?
10:09 AM Ticket #13407 (contrib.admin - admin "add another" inline JS fails for M2M inlines) created by Carl Meyer
The generated "id" attributes contain a spurious "+" right after the …
9:30 AM Changeset [58c1a67f]stable/1.1.x by Russell Keith-Magee <russell@…>
[1.1.X] Fixed #11764 -- Added a missing set of parentheses in a call …
9:25 AM Ticket #11764 (Database layer (models, ORM) - Bugfix: typo with avoid.update(..) in ...) closed by Russell Keith-Magee
fixed: (In [13019]) Fixed #11764 -- Added a missing set of parentheses in a …
9:25 AM Changeset [d9a0fd48]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 #11764 -- Added a missing set of parentheses in a call …
9:14 AM Ticket #13404 (Core (Other) - django.utils.module_loading fails if loader has no prefix attribute) updated by Russell Keith-Magee
@wkornewald - Just ignoring the branch if prefix doesn't exist doesn't …
9:07 AM t13404.diff attached to Ticket #13404 by Russell Keith-Magee
Possible fix for submodule detection
8:57 AM Ticket #13067 (Database layer (models, ORM) - make bulk-deletion lots faster) updated by Johannes Dollinger
My patch in #7539 does this.
7:53 AM Ticket #13406 (Database layer (models, ORM) - Aggregate query generating sql error) closed by Russell Keith-Magee
invalid: This Trac instance is for bugs in the Django core. Django doesn't …
7:50 AM Ticket #13406 (Database layer (models, ORM) - Aggregate query generating sql error) updated by Graeme Hawker <graeme@…>
appears '_row_num' is being added unnecessarily to the subquery by the …
7:48 AM Ticket #13406 (Database layer (models, ORM) - Aggregate query generating sql error) updated by Graeme Hawker <graeme@…>
Keywords changed
7:48 AM Ticket #13406 (Database layer (models, ORM) - Aggregate query generating sql error) created by Graeme Hawker <graeme@…>
0 vote down star I'm using Django 1.1.1 on a SQL Server 2005 db …
7:40 AM Ticket #1105 (Template system - [patch] simple_tag decorator enhancement) updated by valentin golev
So, will it be added to trunk?
7:38 AM Ticket #11696 (Database layer (models, ORM) - validate command in 1.1 hides errors in models that used to be shown) updated by Karen Tracey
Replying to akaihola: > I had a module (not a package) in …
7:08 AM Ticket #13405 (Documentation - Document that cmemcached has been deprecated) updated by Russell Keith-Magee
Triage Stage, Milestone changed
7:08 AM Ticket #13404 (Core (Other) - django.utils.module_loading fails if loader has no prefix attribute) updated by Russell Keith-Magee
Component, Triage Stage changed
7:08 AM Ticket #13403 (Template system - trans escaped characters) closed by Russell Keith-Magee
invalid: "test'test" was the behaviour in 1.1, and it is the current behaviour …
6:10 AM Ticket #9180 (Core (Cache system) - Low-level cache interface incorrectly tries to typecast bytestring) closed by Oliver Beattie
duplicate: Alright, guess this was already fixed in [12637]. Marking this as a …
5:58 AM Ticket #11696 (Database layer (models, ORM) - validate command in 1.1 hides errors in models that used to be shown) updated by Antti Kaihola
Replying to akaihola: > This changeset caused runserver
5:57 AM Ticket #9180 (Core (Cache system) - Low-level cache interface incorrectly tries to typecast bytestring) updated by Oliver Beattie
Cc changed
Any update on the checkin status of this patch? The use case I came …
5:50 AM Ticket #11696 (Database layer (models, ORM) - validate command in 1.1 hides errors in models that used to be shown) updated by Antti Kaihola
This changeset caused runserver to crash on one of my projects: …
4:47 AM InitdScriptForDebian edited by Sebastian Rahlf
New version supporting virtualenv. (diff)
4:27 AM 13400-better-doesnotexist-error-message-tests-fixed.diff attached to Ticket #13400 by aaron
Same as previous patch, but with tests fixed.
3:27 AM Ticket #12286 (Core (Management commands) - Table for Model that has been proxied may not be created) updated by harm
here is a testcase: settings.py […] where tagging is …
3:23 AM cmemcached.diff attached to Ticket #13405 by Daniel Roseman
documentation patch
3:23 AM Ticket #13405 (Documentation - Document that cmemcached has been deprecated) created by Daniel Roseman
In [12754], support for the cmemcached library was deprecated. But the …
3:01 AM loader.diff attached to Ticket #13404 by Waldemar Kornewald
possible fix? not sure if it's the best solution
2:59 AM Ticket #13404 (Core (Other) - django.utils.module_loading fails if loader has no prefix attribute) created by Waldemar Kornewald
In module_has_submodule() you check if a module is loaded from an egg, …
2:41 AM Ticket #12286 (Core (Management commands) - Table for Model that has been proxied may not be created) updated by harm
We see this problem too. I can confirm its not fixed. I've however …
1:17 AM Ticket #13339 (Forms - Date(Time)Field.to_python() fails to parse localized month names) updated by Martín Conte Mac Donell
I don't know exactly what is the approach here but I assume that the …
12:11 AM Ticket #13403 (Template system - trans escaped characters) created by dandu
with the latest svn version trans unescapes characters code: {% trans …
Note: See TracTimeline for information about the timeline view.
Back to Top