Timeline



Oct 28, 2010:

11:24 PM Changeset [c38a174f]mainstable/1.10.xstable/1.11.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 Alex Gaynor <alex.gaynor@…>
Remove several uses of the deprecated dict.has_key in favor of the in …
10:49 PM Ticket #14583 (Forms - EmailField rejects valid emails if followed by trailing whitespace) closed by Russell Keith-Magee
duplicate: Duplicate of #11907, fixed in [13997] (which will be part of 1.2.3 …
10:09 PM Ticket #14583 (Forms - EmailField rejects valid emails if followed by trailing whitespace) created by Eloff
I just had this issue on a production django site, reported by a …
8:32 PM Ticket #14560 (Core (Cache system) - UpdateCacheMiddleware does not save responses for HEAD requests) closed by Honza Král
fixed: Fixed in [14391]
8:31 PM Changeset [cb17f7ca]mainstable/1.10.xstable/1.11.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 Honza Král <honza.kral@…>
Fixed #14560 -- Enable HEAD requests to be cached properly. Thanks, …
7:55 PM Ticket #10154 (Database layer (models, ORM) - allow the combination of an F expression with a timedelta) updated by Noah Kantrowitz
Cc changed
I've been looking in to the problem on SQLite and it looks like it …
7:21 PM Ticket #14523 (Core (Other) - Exceptions in response middleware aren't handled by main request's try ...) updated by Russell Keith-Magee
Triage Stage, Component, Milestone changed
6:13 PM Ticket #10863 (Core (Other) - Email full stack traces like in the debug error pages) updated by cope360
Replying to robhudson: > I've updated the original patch …
3:20 PM Ticket #13968 (Forms - SelectDateWidget does not validate chosen date) updated by Mitar
As I reported, the problem is only with USE_L10N set to True
2:00 PM Ticket #12982 (Core (Cache system) - Add get_or_set method to cache API) updated by jmeed
Status, Owner changed
1:23 PM Ticket #14523 (Core (Other) - Exceptions in response middleware aren't handled by main request's try ...) updated by Ivan Sagalaev
Has patch changed
Added a patch to show what really should happen in this ticket. The …
1:19 PM 14523-review.diff attached to Ticket #14523 by Ivan Sagalaev
Patch for review only
1:18 PM 9886.6.diff attached to Ticket #9886 by Ivan Sagalaev
Patch updated to current trunk
12:30 PM Ticket #14580 (contrib.admin - Clean up duplicate code in admin formset handling) updated by Florian Apolloner
s/page/patch/g
12:29 PM Ticket #14580 (contrib.admin - Clean up duplicate code in admin formset handling) updated by Florian Apolloner
Hmm, I uploaded a new page which returns formsets and inlines instead …
12:17 PM admin_get_formset_instances2.diff attached to Ticket #14580 by Florian Apolloner
12:12 PM Ticket #10557 (contrib.formtools - FormWizard should not output raw HTML for previous_fields) updated by Luke Plant
Needs tests, Triage Stage, Patch needs improvement changed
It's not ready for checkin if it's not backwards compatible, as Jacob …
11:14 AM Ticket #14582 (Contrib apps - django.contrib.staticfiles development file serving is ...) created by Mikhail Korobov
My project has these settings: […] […] after updating from …
11:00 AM Ticket #14581 (Database layer (models, ORM) - __isnull=False not working for one to one relationships) updated by Alex Gaynor
Description changed
Corrected formatting.
9:37 AM Ticket #14581 (Database layer (models, ORM) - __isnull=False not working for one to one relationships) created by sircco
I am using psycopg2 backend […]
9:32 AM Ticket #14226 (Core (Serialization) - Bug in dumpdata dependency calculation involving ManyToManyFields) updated by Russell Keith-Magee
The test cases look good, but running the full test suite reveals some …
9:23 AM Sprint201011Argentina edited by fisadev
added Rafaela sprint (diff)
9:10 AM Ticket #14579 (contrib.sessions - Use built-in sessions middleware for entirely cookie-based sessions) updated by Luke Plant
Triage Stage changed
It would definitely be nice to make an entirely cookie based session …
9:04 AM Ticket #13968 (Forms - SelectDateWidget does not validate chosen date) updated by Alex Lemann
Owner, Status changed
This still shows up for me when I explicitly set USE_L10N=True in …
8:57 AM Sprint201011Argentina edited by Joaquin Quintas
(diff)
8:41 AM Sprint201011Argentina edited by rasca
added buenos aires host (diff)
8:29 AM Sprint201011Argentina edited by Daniel F Moisset
(diff)
8:22 AM Ticket #14580 (contrib.admin - Clean up duplicate code in admin formset handling) updated by Alex Gaynor
I don't think InlineAdminFormset is a public API, so I'd rather this …
8:19 AM Sprint201011Argentina edited by tzulberti
(diff)
8:19 AM Sprint201011Argentina edited by tzulberti
(diff)
8:11 AM Ticket #11108 (contrib.admin - add a ModelAdmin.delete_model method, similar to ModelAdmin.save_model ...) updated by Florian Apolloner
Milestone changed
Updated the patch to apply cleanly on current trunk, do we really need …
8:10 AM [email protected] attached to Ticket #11108 by Florian Apolloner
8:04 AM admin_get_formset_instances.diff attached to Ticket #14580 by Florian Apolloner
8:04 AM Ticket #14580 (contrib.admin - Clean up duplicate code in admin formset handling) created by Florian Apolloner
See: …
8:00 AM Ticket #14471 (Database layer (models, ORM) - db.models.Manager regression - can't override some methods) updated by Russell Keith-Magee
(In [14390]) [1.2.X] Fixed #14471 -- Corrected a regression in the use …
8:00 AM Changeset [29ea1bef]stable/1.2.x by Russell Keith-Magee <russell@…>
[1.2.X] Fixed #14471 -- Corrected a regression in the use of methods …
7:57 AM DevelopersForHire edited by anonymous
(diff)
7:57 AM Ticket #14471 (Database layer (models, ORM) - db.models.Manager regression - can't override some methods) closed by Russell Keith-Magee
fixed: (In [14389]) Fixed #14471 -- Corrected a regression in the use of …
7:57 AM Changeset [8a72480]mainstable/1.10.xstable/1.11.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 #14471 -- Corrected a regression in the use of methods on custom …
7:56 AM Changeset [ded416bc]mainstable/1.10.xstable/1.11.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@…>
Corrected to markup problems with docs added for recent features. …
7:36 AM Changeset [98753710]mainstable/1.10.xstable/1.11.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@…>
Added documentation note for the backwards incompatible change in …
7:16 AM Ticket #14412 (contrib.comments - Comment url redirection relies on a legacy url) updated by Russell Keith-Magee
(In [14386]) [1.2.X] Fixed #14412 -- Pointed contrib.comments …
7:16 AM Changeset [3a679cc]stable/1.2.x by Russell Keith-Magee <russell@…>
[1.2.X] Fixed #14412 -- Pointed contrib.comments comments-url-redirect …
7:16 AM Ticket #14414 (Contrib apps - Additional check in content-type view to prevent 500) updated by Russell Keith-Magee
(In [14385]) [1.2.X] Fixed #14414 -- Improved contenttypes shortcut() …
7:16 AM Changeset [181f2642]stable/1.2.x by Russell Keith-Magee <russell@…>
[1.2.X] Fixed #14414 -- Improved contenttypes shortcut() view to check …
7:16 AM Changeset [c120794]stable/1.2.x by Russell Keith-Magee <russell@…>
[1.2.X] Fixed the ugly spacing of 'BEGIN;' and 'COMMIT;' in the output …
7:15 AM Changeset [4890ff1]stable/1.2.x by Russell Keith-Magee <russell@…>
[1.2.X] Negligible formatting improvement to an error in …
7:15 AM Changeset [5d0f4ed]stable/1.2.x by Russell Keith-Magee <russell@…>
[1.2.X] Fixed #14409 -- Fixed typo in …
7:15 AM Ticket #14395 (Database layer (models, ORM) - Error message typo) updated by Russell Keith-Magee
(In [14381]) [1.2.X] Fixed #14395 -- Fixed typo in error message in …
7:15 AM Changeset [4b8a391a]stable/1.2.x by Russell Keith-Magee <russell@…>
[1.2.X] Fixed #14395 -- Fixed typo in error message in db/init.py. …
7:12 AM DevelopersForHire edited by verticalsoftware
(diff)
7:12 AM DevelopersForHire edited by verticalsoftware
added ourselves on the romanian list (diff)
6:58 AM Ticket #14565 (Uncategorized - No csrf_token on 404 pages) updated by Luke Plant
(In [14380]) [1.2.X] Fixed #14565 - No csrf_token on 404 page. This …
6:58 AM Changeset [36dd7444]stable/1.2.x by Luke Plant <L.Plant.98@…>
[1.2.X] Fixed #14565 - No csrf_token on 404 page. This solution …
6:58 AM Ticket #14565 (Uncategorized - No csrf_token on 404 pages) updated by Luke Plant
(In [14379]) [1.2.X] Reverted changeset [14356] That fix for #14565
6:58 AM Changeset [fcc283a5]stable/1.2.x by Luke Plant <L.Plant.98@…>
[1.2.X] Reverted changeset [14356] That fix for #14565 introduced …
6:56 AM Ticket #14231 (contrib.sessions - Missing index on expire_date in Session model) closed by Russell Keith-Magee
fixed: (In [14378]) Fixed #14231 -- Added an index to the expire_date column …
6:56 AM Changeset [ea85d43]mainstable/1.10.xstable/1.11.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 #14231 -- Added an index to the expire_date column on the …
6:47 AM Ticket #14565 (Uncategorized - No csrf_token on 404 pages) updated by Luke Plant
(In [14377]) Fixed #14565 - No csrf_token on 404 page. This solution …
6:47 AM Changeset [90ac0230]mainstable/1.10.xstable/1.11.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 #14565 - No csrf_token on 404 page. This solution doesn't have …
6:46 AM Ticket #14565 (Uncategorized - No csrf_token on 404 pages) updated by Luke Plant
(In [14376]) Reverted changeset [14356] That fix for #14565
6:46 AM Changeset [144ab88]mainstable/1.10.xstable/1.11.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@…>
Reverted changeset [14356] That fix for #14565 introduced test …
5:38 AM Ticket #14471 (Database layer (models, ORM) - db.models.Manager regression - can't override some methods) updated by Russell Keith-Magee
Triage Stage, Description, Milestone changed
4:27 AM Ticket #14560 (Core (Cache system) - UpdateCacheMiddleware does not save responses for HEAD requests) updated by Maxim Bublis
Patch needs improvement, Needs tests changed
4:26 AM fix_head_cache.diff attached to Ticket #14560 by Maxim Bublis
Patch that fixes caching of HEAD requests, provides tests and docs.
4:21 AM Ticket #14523 (Core (Other) - Exceptions in response middleware aren't handled by main request's try ...) updated by Mikhail Korobov
Cc changed
4:21 AM Ticket #9886 (HTTP handling - File-like interface for HttpRequest) updated by Mikhail Korobov
Cc changed
4:07 AM Ticket #14579 (contrib.sessions - Use built-in sessions middleware for entirely cookie-based sessions) updated by Gabriel Hurley
Description changed
Reformatted ticket description.
3:07 AM patch.2.diff attached to Ticket #14579 by oran <oran@…>
the patch
3:02 AM Ticket #14579 (contrib.sessions - Use built-in sessions middleware for entirely cookie-based sessions) created by oran
My goal was to configure django to work with sessions that use nothing …
2:07 AM DevelopersForHire edited by Saju Madhavan
(diff)
1:58 AM Ticket #8054 (contrib.admin - Move method properties for admin list customisation to ModelAdmin) updated by Alex Kamedov
Update patch and wiki page according to Yuri Baburov (buriy) recomendations
1:56 AM 8054-list-column.6.diff attached to Ticket #8054 by Alex Kamedov
1:38 AM ListColumns edited by Alex Kamedov
(diff)
1:35 AM ListColumns edited by Alex Kamedov
(diff)
1:22 AM ListColumns edited by Alex Kamedov
(diff)

Oct 27, 2010:

10:00 PM Ticket #14517 (Database layer (models, ORM) - _supports_stddev checks for wrong exception) closed by Alex Gaynor
fixed: Fixed in [14375].
9:59 PM Changeset [4d5b00b]mainstable/1.10.xstable/1.11.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 #14517 -- Corrected the exception that is caught when testing …
9:59 PM Ticket #14558 (Generic views - Generic View http_method bug) closed by Russell Keith-Magee
fixed: (In [14374]) Fixed #14558 -- Modified the way PUT and DELETE HTTP …
9:59 PM Changeset [4c9741cb]mainstable/1.10.xstable/1.11.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 #14558 -- Modified the way PUT and DELETE HTTP methods are …
9:58 PM Ticket #14554 (Generic views - BaseDateListView.get_dated_items should raise NotImplementedError) closed by Russell Keith-Magee
fixed: (In [14373]) Fixed #14554 -- Raise the actual NotImplementedError …
9:58 PM Changeset [623592e0]mainstable/1.10.xstable/1.11.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 #14554 -- Raise the actual NotImplementedError exception, not …
9:58 PM Ticket #14504 (Generic views - Generic ListView pagination broken) closed by Russell Keith-Magee
fixed: (In [14372]) Fixed #14504 -- Corrected the way object_list is used in …
9:58 PM Changeset [baa1e90d]mainstable/1.10.xstable/1.11.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 #14504 -- Corrected the way object_list is used in ListView to …
9:58 PM Ticket #14568 (Generic views - FormMixin.get_form should use keyword arguments for data & files) closed by Russell Keith-Magee
fixed: (In [14371]) Fixed #14568 -- Use keyword rather than positional …
9:58 PM Changeset [8bc2f2a0]mainstable/1.10.xstable/1.11.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 #14568 -- Use keyword rather than positional arguments for form …
9:41 PM DjangoJobs edited by AaronGiroux
(diff)
9:29 PM Ticket #13968 (Forms - SelectDateWidget does not validate chosen date) updated by gptvnt
Looks like it's fixed in the latest trunk. Following the same example, …
8:56 PM Ticket #14578 (Documentation - Typo in documentation for Proxy models) updated by Gabriel Hurley
(In [14370]) [1.2.X] Fixed #14578 -- Corrected a typo in the Models …
8:56 PM Changeset [12652bac]stable/1.2.x by Gabriel Hurley <gabehr@…>
[1.2.X] Fixed #14578 -- Corrected a typo in the Models topic docs. …
8:55 PM Ticket #14578 (Documentation - Typo in documentation for Proxy models) closed by Gabriel Hurley
fixed: (In [14369]) Fixed #14578 -- Corrected a typo in the Models topic …
8:55 PM Changeset [9962f352]mainstable/1.10.xstable/1.11.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 Gabriel Hurley <gabehr@…>
Fixed #14578 -- Corrected a typo in the Models topic docs. Thanks to …
7:48 PM Ticket #2594 (Template system - Template system should handle whitespace better) updated by Joe
Could you just do something like this? […]
7:15 PM Ticket #13053 (Database layer (models, ORM) - Support for non-static DB connection info) updated by Mathias Nielsen
And now, 8 months later, I finally get around to looking at it. I am …
7:15 PM a_s-draft.diff attached to Ticket #13053 by Mathias Nielsen
Initial draft of the idea. Most likely not commit-ready.
6:38 PM unorderd.patch attached to Ticket #14578 by tobych
Fixes typo in r14270 of models.txt.
6:36 PM Ticket #14578 (Documentation - Typo in documentation for Proxy models) created by tobych
Should be "unordered", here: Now normal User queries will be unorderd …
5:32 PM Ticket #14573 (contrib.admin - prepopulated_fields javascript error since r14123) updated by Simon Meers
Version changed
Perhaps just in the 1.2.X backport?
4:50 PM Changeset [1356947]mainstable/1.10.xstable/1.11.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 Adrian Holovaty <adrian@…>
Edited docs/topics/testing.txt change from [14058] git-svn-id: …
4:47 PM Changeset [19a089c]mainstable/1.10.xstable/1.11.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 Adrian Holovaty <adrian@…>
Edited docs/ref/models/fields.txt change from [14049] git-svn-id: …
4:40 PM Ticket #14574 (Forms - Initial values support for inline model formsets) updated by Simon Litchfield
Milestone changed
4:39 PM Ticket #14574 (Forms - Initial values support for inline model formsets) updated by Simon Litchfield
Keywords, Has patch, Milestone, Triage Stage, Summary changed
Sorry, broken patch. Using initial on ModelFormSet overrides queryset …
4:33 PM Ticket #5763 (Database layer (models, ORM) - Queryset doesn't have a "not equal" filter operator) reopened by Adrian Holovaty
I'm reopening this. See …
4:05 PM Ticket #13956 (Template system - Indefinite args for simpletags and inclusion tags) updated by Stephen Burrows
Needs tests changed
indefinite_args_patch_with_complete_tests.diff changes the following: …
3:57 PM indefinite_args_patch_with_complete_tests.diff attached to Ticket #13956 by Stephen Burrows
3:53 PM 14503-replacement-with-assertraisesregexp.2.diff attached to Ticket #14503 by Ramiro Morales
Same as previous one, moving inheritance of some non-DB tests from …
3:39 PM Changeset [c6f90f0]mainstable/1.10.xstable/1.11.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 Alex Gaynor <alex.gaynor@…>
Fixed MultiValueDict's copy implementation to be consistant with all …
3:10 PM Ticket #5925 (Core (Other) - Unable to use urlresolvers (url,reverse ) feature in redirect argument ...) updated by Sean Brant
I needed something like this for generic pagination templates that …
3:08 PM Ticket #14577 (Uncategorized - "must should" in `FileUploadHandler.file_complete` docstring) updated by Alex Gaynor
(In [14365]) [1.2.X] Fixed #14577 -- fixed a docstring typo. Thanks …
3:08 PM Changeset [e8c413a3]stable/1.2.x by Alex Gaynor <alex.gaynor@…>
[1.2.X] Fixed #14577 -- fixed a docstring typo. Thanks to …
3:08 PM Ticket #14577 (Uncategorized - "must should" in `FileUploadHandler.file_complete` docstring) closed by Alex Gaynor
fixed: (In [14364]) Fixed #14577 -- fixed a docstring typo. Thanks to …
3:08 PM Changeset [3d69b21]mainstable/1.10.xstable/1.11.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 Alex Gaynor <alex.gaynor@…>
Fixed #14577 -- fixed a docstring typo. Thanks to dauerbaustelle for …
2:54 PM 14503-replacement-with-assertraisesregexp.diff attached to Ticket #14503 by Ramiro Morales
Different strategy as sugested by Alex: Migrate to use …
2:34 PM fix-uploadhandler-docstring.diff attached to Ticket #14577 by dauerbaustelle
2:33 PM Ticket #14577 (Uncategorized - "must should" in `FileUploadHandler.file_complete` docstring) created by dauerbaustelle
"must should"? I think it should be "should" ;-) Patch is attached …
1:22 PM Localization edited by Jeremy Dunck
(diff)
12:51 PM Ticket #11025 (contrib.auth - Ability to specify LOGIN_URL as full qualified absolute URL, ex: ...) updated by Chris Beaven
Thanks for the review, Carl. The support of pattern names is a …
12:35 PM 14503-assertraisesmessage-unification-simple.diff attached to Ticket #14503 by Ramiro Morales
Simple unification using a new django.test.{Transaction,}TestCase() method
11:25 AM ListColumns edited by Alex Kamedov
(diff)
11:18 AM MercurialBranches edited by Ramiro Morales
hg_backport script: Modified hg log invocation so the commit message … (diff)
11:10 AM Ticket #14398 (Core (Management commands) - runfcgi umask option should use literal value) updated by Ramiro Morales
(In [14363]) [1.2.X] Documented options accepted by the runfcgi …
11:10 AM Changeset [f2d6c6f]stable/1.2.x by Ramiro Morales <cramm0@…>
[1.2.X] Documented options accepted by the runfcgi management command. …
11:04 AM Ticket #14398 (Core (Management commands) - runfcgi umask option should use literal value) updated by Ramiro Morales
(In [14362]) [1.2.X] Fixed #14398 -- Changed runfcgi command to …
11:04 AM Changeset [99fbf0a4]stable/1.2.x by Ramiro Morales <cramm0@…>
[1.2.X] Fixed #14398 -- Changed runfcgi command to interpret the umask …
10:38 AM ListColumns edited by Alex Kamedov
(diff)
10:35 AM Ticket #14398 (Core (Management commands) - runfcgi umask option should use literal value) updated by Ramiro Morales
(In [14361]) Documented options accepted by the runfcgi management …
10:35 AM Changeset [4239bb0f]mainstable/1.10.xstable/1.11.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 Ramiro Morales <cramm0@…>
Documented options accepted by the runfcgi management command. Also, …
10:32 AM Ticket #14423 (Database layer (models, ORM) - Wrong SQL on exclude with inheritance) updated by Gert Van Gool
Patch needs improvement changed
Can you move it into a single patch file?
10:31 AM Version1.3Roadmap edited by anonymous
(diff)
10:31 AM Version1.3Roadmap edited by anonymous
(diff)
10:12 AM Ticket #14398 (Core (Management commands) - runfcgi umask option should use literal value) closed by Ramiro Morales
fixed: (In [14360]) Fixed #14398 -- Changed runfcgi command to interpret the …
10:12 AM Changeset [0b39bf02]mainstable/1.10.xstable/1.11.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 Ramiro Morales <cramm0@…>
Fixed #14398 -- Changed runfcgi command to interpret the umask option …
10:00 AM Ticket #14576 (contrib.formtools - Regression in FormWizard) created by Timothée Peignier
It seems that changeset [14291] introduced a regression in FormWizard. …
9:57 AM empty_queryset_test.diff attached to Ticket #14567 by Stephen Burrows
9:57 AM Ticket #14567 (Forms - ModelMultipleChoiceField inconsistently returns a list if empty.) updated by Stephen Burrows
Version changed
The test patch is off SVN r14358, so switched the version.
9:51 AM Ticket #11025 (contrib.auth - Ability to specify LOGIN_URL as full qualified absolute URL, ex: ...) updated by Carl Meyer
If there's to be a refactor of LOGIN_URL to support fully qualified …
9:46 AM Ticket #14398 (Core (Management commands) - runfcgi umask option should use literal value) updated by Ramiro Morales
You are completely right, I realize now I've been passing …
9:00 AM edit.py.diff attached to Ticket #14558 by pyrou
8:45 AM Ticket #14398 (Core (Management commands) - runfcgi umask option should use literal value) updated by Antonis Christofides
In C yes, but not in Unix generally. The chmod and umask commands …
7:36 AM ListColumns edited by Alex Kamedov
(diff)
7:09 AM Ticket #14575 (Documentation - Fill PDF Forms with FDF Data or XFDF Data and/or Flatten Forms) closed by Russell Keith-Magee
invalid: Trac is a bug tracking system, not a user support forum. If you have a …
7:06 AM Ticket #14575 (Documentation - Fill PDF Forms with FDF Data or XFDF Data and/or Flatten Forms) created by stevepiercy
Although the following wiki page: …
6:54 AM Ticket #9015 (Core (Other) - Signal Connection Decorators) reopened by anonymous
Function decorators usually named in the form of a verb - cache_page, …
6:19 AM Ticket #4552 (Template system - Tidy up "for" tag) updated by anonymous
Patch needs improvement changed
6:18 AM Ticket #4552 (Template system - Tidy up "for" tag) updated by anonymous
Triage Stage changed
6:17 AM for_tag_re_split.patch attached to Ticket #4552 by anonymous
5:40 AM Ticket #14558 (Generic views - Generic View http_method bug) updated by pyrou
Cc changed
Replying to lrekucki: > This is a problem. Personally, I'm …
2:56 AM Ticket #12241 (contrib.admin - Admin forgets URL used for prefilling forms when hitting Save and add ...) updated by Batiste Bieler
Isn't it there that you wanted to add the query string?: …
2:42 AM Ticket #13095 (Forms - modelform_factory, modelformset_factory, inlineformset_factory ...) updated by Simon Litchfield
See related tickets #14572 and #14574
2:42 AM Ticket #14574 (Forms - Initial values support for inline model formsets) updated by Simon Litchfield
Cc, Has patch changed
2:40 AM inlineformset-kwargs.diff attached to Ticket #14574 by Simon Litchfield
2:38 AM Ticket #14574 (Forms - Initial values support for inline model formsets) created by Simon Litchfield
ModelFormSet allows the initial={} parameter, but InlineModelFormSet …
2:08 AM Ticket #14425 (contrib.admin - Unused imports in contrib.admin) closed by Chris Beaven
fixed: Thanks clong, reverted in [14359].
2:08 AM Changeset [e716a71b]mainstable/1.10.xstable/1.11.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 Chris Beaven <smileychris@…>
Revert the removal of an unused import (in [14175]) that was …
1:55 AM ListColumns edited by Alex Kamedov
(diff)
1:54 AM ListColumns edited by Alex Kamedov
(diff)
1:15 AM ListColumns edited by Alex Kamedov
(diff)
1:11 AM Ticket #14572 (contrib.contenttypes - Minor fix for generic inline formsets) updated by Honza Král
Needs tests, Triage Stage changed
Could you provide a test that demonstrates this behavior? Thanks!
1:04 AM Ticket #14573 (contrib.admin - prepopulated_fields javascript error since r14123) created by Simon Meers
Using prepopulated_fields in admin.ModelAdmin since r14123
12:44 AM Ticket #14572 (contrib.contenttypes - Minor fix for generic inline formsets) updated by Simon Litchfield
Version, Milestone changed
Note this also adds kwargs support to GenericInlineModelAdmin, as …
12:42 AM generic-fix.diff attached to Ticket #14572 by Simon Litchfield
12:40 AM Ticket #14572 (contrib.contenttypes - Minor fix for generic inline formsets) created by Simon Litchfield
Following on from #13095, generic_inlineformset_factory also needs a …

Oct 26, 2010:

11:59 PM Ticket #14571 (contrib.admin - Update jQuery) updated by Rob Hudson
Has patch changed
Trac wouldn't accept my patch because of the file size (278k?). You …
11:58 PM Ticket #8054 (contrib.admin - Move method properties for admin list customisation to ModelAdmin) updated by Yuri Baburov
Needs documentation changed
Patch is looking good, except few small things: 1) value_map is not a …
11:56 PM Ticket #14571 (contrib.admin - Update jQuery) created by Rob Hudson
A new jQuery has been released with some nice performance …
10:24 PM Ticket #14570 (Internationalization - New format character to represent locale-specifc alternative month names) created by shell_dweller
== Why this is required == In certain locales "F" is not enough to …
10:14 PM Ticket #14569 (Database layer (models, ORM) - Date field expression raw query returns unicode instead of datetime ...) created by Robin
Using sqlite […] Whereas with postgresql […] I believe the …
9:04 PM Ticket #14568 (Generic views - FormMixin.get_form should use keyword arguments for data & files) updated by Matt McClanahan
Has patch changed
9:04 PM 14568-1.diff attached to Ticket #14568 by Matt McClanahan
9:02 PM Ticket #14568 (Generic views - FormMixin.get_form should use keyword arguments for data & files) created by Matt McClanahan
django.forms.BaseForm's constructor defines all its arguments as …
7:40 PM Ticket #14425 (contrib.admin - Unused imports in contrib.admin) updated by Chris Long
Cc changed
7:40 PM Ticket #14425 (contrib.admin - Unused imports in contrib.admin) reopened by Chris Long
This change breaks the example given in the admin actions …
7:18 PM 03-formset-refactoring-valid-forms-tests.2.diff attached to Ticket #13878 by Petr Marhoun <petr.marhoun@…>
7:18 PM 02-formset-refactoring-cleaned-data-tests.2.diff attached to Ticket #13878 by Petr Marhoun <petr.marhoun@…>
7:18 PM 01-formset-refactoring.2.diff attached to Ticket #13878 by Petr Marhoun <petr.marhoun@…>
7:17 PM Ticket #12687 (Database layer (models, ORM) - Using exclude on a queryset with an annotate field give attribute error.) updated by Petr Marhoun <petr.marhoun@…>
Ticket #13356 was closed as duplicate of this patch - It is true that …
7:11 PM Ticket #13769 (Forms - ModelForm: override default field attributes) reopened by Petr Marhoun <petr.marhoun@…>
Ticket reopened: New meta attribute "widgets" was really implemented …
7:01 PM fields-kwargs.2.diff attached to Ticket #13769 by Petr Marhoun <petr.marhoun@…>
4:24 PM Ticket #10557 (contrib.formtools - FormWizard should not output raw HTML for previous_fields) updated by Łukasz Rekucki
Patch needs improvement, Triage Stage changed
It's 1.3 now and apart from not being backwards compatible, looks good …
4:01 PM Ticket #12068 (Template system - The {% url %} parser can fail with StopIteration) closed by Łukasz Rekucki
fixed: This is fixed on 1.2.x and trunk, probably for a while now.
3:56 PM queryset_none.patch attached to Ticket #14567 by Stephen Burrows
3:55 PM Ticket #14567 (Forms - ModelMultipleChoiceField inconsistently returns a list if empty.) created by Stephen Burrows
The ModelMultipleChoiceField is described as "A MultipleChoiceField …
3:40 PM Ticket #9964 (Database layer (models, ORM) - Transaction middleware closes the transaction only when it's marked as ...) updated by Shai Berger
Jeez, people. What's required here is a design decision by core …
3:25 PM Ticket #14558 (Generic views - Generic View http_method bug) updated by Łukasz Rekucki
Triage Stage changed
This is a problem. Personally, I'm not very happy with either way of …
3:15 PM Ticket #11864 (Documentation - Relationship backreference documentation is hard to find) updated by Daniel Roseman
Patch needs improvement changed
I don't think that belongs there at all. It goes straight from …
3:09 PM Ticket #14504 (Generic views - Generic ListView pagination broken) updated by Łukasz Rekucki
Has patch, Needs tests, Triage Stage changed
3:08 PM ticket14504.diff attached to Ticket #14504 by Łukasz Rekucki
Patch with tests.
2:53 PM Ticket #14566 (Database layer (models, ORM) - Multiple database issue v1.2.3 - Django reading the wrong database) updated by Johannes Dollinger
Is that a typo in the description or have you really swapped get and …
2:43 PM Ticket #8054 (contrib.admin - Move method properties for admin list customisation to ModelAdmin) updated by Alexander Koshelev
Cc changed
2:23 PM Ticket #9964 (Database layer (models, ORM) - Transaction middleware closes the transaction only when it's marked as ...) updated by linuxpoet
Replying to andrewsk: Replying to andrewsk: …
1:44 PM Changeset [3761f3b]mainstable/1.10.xstable/1.11.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 Alex Gaynor <alex.gaynor@…>
Corrected some typos in the tutorial, thanks to Brandon Height for the …
1:11 PM Ticket #14565 (Uncategorized - No csrf_token on 404 pages) updated by Luke Plant
(In [14357]) [1.2.X] Fixed #14565 - No csrf_token on 404 pages Thanks …
1:11 PM Changeset [cbc110a]stable/1.2.x by Luke Plant <L.Plant.98@…>
[1.2.X] Fixed #14565 - No csrf_token on 404 pages Thanks to gvangool …
1:09 PM Ticket #14565 (Uncategorized - No csrf_token on 404 pages) closed by Luke Plant
fixed: (In [14356]) Fixed #14565 - No csrf_token on 404 pages Thanks to …
1:09 PM Changeset [851f42ba]mainstable/1.10.xstable/1.11.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 #14565 - No csrf_token on 404 pages Thanks to gvangool for …
12:29 PM Ticket #14566 (Database layer (models, ORM) - Multiple database issue v1.2.3 - Django reading the wrong database) updated by Alex Gaynor
Description changed
Reformatted description, please use preview.
12:18 PM Ticket #14566 (Database layer (models, ORM) - Multiple database issue v1.2.3 - Django reading the wrong database) created by Mike
I have two PostgreSQL (postgresql_psycopg2) databases defined in my …
12:14 PM Ticket #10790 (Database layer (models, ORM) - Too many joins in a comparison for NULL.) updated by Alex Gaynor
The patch looks like it's probably correct (I'll need to think more to …
12:12 PM Ticket #2705 (Database layer (models, ORM) - [patch] Add optional FOR UPDATE clause to QuerySets) updated by German M. Bravo
Replying to brunobraga: > Additionally, the newest django …
12:05 PM DjangoJobs edited by erussell
Added National Geographic job (diff)
11:57 AM 107090v3.diff attached to Ticket #10790 by Daniel Roseman
Updated patch which applies against trunk, fixes tabbing, and converts …
9:54 AM Ticket #2626 (Core (Other) - Datetime handling is broken when dealing with more than one time zone) updated by jedie
Owner, Status changed
9:47 AM Ticket #2626 (Core (Other) - Datetime handling is broken when dealing with more than one time zone) updated by Chris Chambers
Cc changed
9:14 AM Ticket #14565 (Uncategorized - No csrf_token on 404 pages) updated by Gert Van Gool
Note that it's fixed the same way as #12358.
9:13 AM add_csrf_protect.diff attached to Ticket #14565 by Gert Van Gool
9:13 AM Ticket #14565 (Uncategorized - No csrf_token on 404 pages) created by Gert Van Gool
You can't use {% csrf_token %} on a 404 page. I've also posted …
8:34 AM Ticket #14491 (contrib.admin - ability to place inlines between fieldsets in admin) updated by anonymous
Component changed
8:33 AM Ticket #14564 (Database layer (models, ORM) - case insensitive unique_together) created by anonymous
Should it be possible to specify a case insensitive match for …
7:32 AM Ticket #14562 (Documentation - Typo streightforward) closed by Gabriel Hurley
fixed: (In [14355]) Fixed #14562 -- corrected a typo in the static-files …
7:32 AM Changeset [298f3d3]mainstable/1.10.xstable/1.11.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 Gabriel Hurley <gabehr@…>
Fixed #14562 -- corrected a typo in the static-files howto. Thanks to …
6:37 AM Ticket #14563 (contrib.localflavor - Add Turkey to localflavors) updated by serkank
Owner, Status changed
Replying to anonymous:
6:36 AM tr-localflavor-doc.diff attached to Ticket #14563 by serkank
Documentation of TR localflavor.
6:33 AM Ticket #14563 (contrib.localflavor - Add Turkey to localflavors) updated by anonymous
Status, Owner changed
6:18 AM tr-localflavor.patch attached to Ticket #14563 by serkank
Patch for adding Turkish localflavor.
6:17 AM Ticket #14563 (contrib.localflavor - Add Turkey to localflavors) created by serkank
I have prepared localflavors for Turkey. The form helpers include …
5:55 AM Ticket #9964 (Database layer (models, ORM) - Transaction middleware closes the transaction only when it's marked as ...) updated by Dan Fairs
Cc changed
5:33 AM Ticket #8391 (Template system - slugify template filter poorly encodes non-English strings) updated by hejsan
Cc changed
Hi, this ticket is way to old for a trivial feature (for …
4:49 AM Ticket #11716 (Database layer (models, ORM) - Various methods in django.db.models.fields don't wrap ValueErrors and ...) updated by sirex
Same here. Instead of getting normal form validation error, I getting …
4:16 AM Ticket #14507 (Core (Other) - Static file serving is broken after rev 14293) updated by Jannis Vajen
I'm sorry for reopening the ticket. It seemed apropriate as this …
4:10 AM typo-straightforward.diff attached to Ticket #14562 by Stephane Raimbault
Fix a typo and remove trailing spaces
4:09 AM Ticket #14562 (Documentation - Typo streightforward) created by Stephane Raimbault
Typo in word "streightforward".
4:03 AM Ticket #11900 (Database layer (models, ORM) - commit_on_success: Handle Exception in commit()) updated by Thomas Güttler
Cc changed
4:03 AM Ticket #14559 (Uncategorized - Minor docstring corrections) updated by Greg Wogan-Browne
Triage Stage changed
4:00 AM Ticket #11010 (contrib.auth - Add a foundation for rowlevel permissions in Django) updated by Thomas Güttler
Cc changed
4:00 AM Ticket #10758 (HTTP handling - sys.exc_info() should not be stored on a local variable) updated by Thomas Güttler
Cc changed
3:59 AM Ticket #10880 (*.djangoproject.com - Link to 1.0 docs has two trailing slashes) updated by Thomas Güttler
Cc changed
3:58 AM Ticket #10355 (Core (Mail) - add support for email backends) updated by Thomas Güttler
Cc changed
3:56 AM Ticket #9103 (*.djangoproject.com - django.contrib.admin is not listed on ...) updated by Thomas Güttler
Cc changed
3:54 AM Ticket #7282 (Contrib apps - Integrated ldap for contrib.auth) updated by Thomas Güttler
Cc changed
3:54 AM Ticket #7282 (Contrib apps - Integrated ldap for contrib.auth) closed by Thomas Güttler
wontfix: Like #2507 this feature can live outside of django.
3:33 AM Ticket #13731 (Documentation - Missing docs how to emulate "ON DELETE SET NULL") updated by anonymous
Cc changed
3:29 AM Ticket #10899 (Testing framework - easier manipulation of sessions by test client) updated by Russell Keith-Magee
I think the patch is on the right track. The currently documented …
3:02 AM Ticket #9964 (Database layer (models, ORM) - Transaction middleware closes the transaction only when it's marked as ...) updated by Tuxie
I'm not a Django user but I am a PostgreSQL DBA and I must say that …
1:29 AM Ticket #9964 (Database layer (models, ORM) - Transaction middleware closes the transaction only when it's marked as ...) updated by Andrii Kurinnyi
Cc changed
1:21 AM Ticket #9964 (Database layer (models, ORM) - Transaction middleware closes the transaction only when it's marked as ...) updated by Shai Berger
Replying to Xof: > > The current behavior is not a …

Oct 25, 2010:

9:59 PM Ticket #11565 (Core (Other) - Rate Limit Error Emails) updated by Simon Litchfield
Oops, sorry Luke. Somehow I failed to realise the logging stuff had …
9:44 PM Ticket #9964 (Database layer (models, ORM) - Transaction middleware closes the transaction only when it's marked as ...) updated by Christophe Pettus
I'd like to offer an opinion on this issue: The current behavior is …
9:36 PM Ticket #14231 (contrib.sessions - Missing index on expire_date in Session model) updated by Chris Beaven
Needs documentation, Version, Triage Stage changed
I don't know why I was saying that this should be kept out of trunk. …
9:35 PM Ticket #14258 (Documentation - Document that 1.3 has added an index to the session date field and a ...) closed by Chris Beaven
invalid: Yeah. I'm not sure what I was thinking at the time, but i can't think …
9:34 PM Ticket #14531 (Forms - Add validate_unique flag to ModelForm.Meta) closed by Russell Keith-Magee
wontfix: I don't see how adding a new option is a fix for "user needs to read …
9:33 PM Ticket #12233 (contrib.auth - Allow the login view to redirect an already logged in user) updated by Chris Beaven
Triage Stage changed
Sorry, let me to clarify in case that wasn't clear: To help maintain …
9:30 PM Ticket #12233 (contrib.auth - Allow the login view to redirect an already logged in user) updated by Chris Beaven
Needs documentation, Patch needs improvement, Version, Triage Stage changed
New arguments should be added to the end. Needs docs.
8:49 PM Ticket #4996 (django-admin.py runserver - runserver as daemon) closed by Honza Král
wontfix: please don't reopen tickets without new evidence or reasons. If you …
8:41 PM Ticket #14507 (Core (Other) - Static file serving is broken after rev 14293) closed by Honza Král
fixed: please don't reopen unrelated tickets. The error you are seeing has …
8:16 PM Changeset [82dca6d]mainstable/1.10.xstable/1.11.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 Chris Beaven <smileychris@…>
Replace an incorrect reference to collectmedia in the docs (the …
8:16 PM Ticket #4996 (django-admin.py runserver - runserver as daemon) reopened by arbales
Replying to jacob: > The development server isn't a real …
7:55 PM Ticket #14561 (Documentation - Missing step in tutorial) updated by Karen Tracey
Triage Stage changed
The step is not missing, it is just further down on the page, after a …
6:47 PM localize-template-tag-2.diff attached to Ticket #14181 by Benjamin Wohlwend
Changes proposed by russellm on django-developers
6:04 PM Ticket #14561 (Documentation - Missing step in tutorial) created by leftcase
In docs.djangoproject.com/en/1.2/intro/tutorial01/ This step could be …
5:26 PM Ticket #14560 (Core (Cache system) - UpdateCacheMiddleware does not save responses for HEAD requests) updated by Honza Král
Oh, I didn't see the comments, but nonetheless - it's not mentioned in …
5:18 PM Ticket #14560 (Core (Cache system) - UpdateCacheMiddleware does not save responses for HEAD requests) updated by Maxim Bublis
While writing patch I was guided by that …
5:10 PM Ticket #14507 (Core (Other) - Static file serving is broken after rev 14293) reopened by Jannis Vajen
I created a Templatetag which renders an AuthenticationForm on every …
4:56 PM Ticket #14560 (Core (Cache system) - UpdateCacheMiddleware does not save responses for HEAD requests) updated by Honza Král
Keywords, Patch needs improvement, Needs tests, Triage Stage changed
If we want to cache HEAD requests, we need to store it as a separate …
4:19 PM Ticket #14560 (Core (Cache system) - UpdateCacheMiddleware does not save responses for HEAD requests) created by Maxim Bublis
If you are sending HEAD request to your application, response won't be …
4:12 PM Ticket #14559 (Uncategorized - Minor docstring corrections) updated by Gabriel Hurley
Has patch changed
4:12 PM Ticket #14559 (Uncategorized - Minor docstring corrections) updated by Gabriel Hurley
Description changed
4:10 PM typos.diff attached to Ticket #14559 by Gabriel Hurley
4:10 PM Ticket #14559 (Uncategorized - Minor docstring corrections) created by Gabriel Hurley
Patch contains a few corrections for typos and misinformation in …
4:06 PM Ticket #14047 (Documentation - CommonMiddleware documentation tweak) updated by Gabriel Hurley
(In [14353]) [1.2.X] Fixed #14047 -- Updated the CommonMiddleware docs …
4:06 PM Changeset [4527535a]stable/1.2.x by Gabriel Hurley <gabehr@…>
[1.2.X] Fixed #14047 -- Updated the CommonMiddleware docs to include …
4:04 PM Ticket #14047 (Documentation - CommonMiddleware documentation tweak) closed by Gabriel Hurley
fixed: (In [14352]) Fixed #14047 -- Updated the CommonMiddleware docs to …
4:04 PM Changeset [34f0030]mainstable/1.10.xstable/1.11.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 Gabriel Hurley <gabehr@…>
Fixed #14047 -- Updated the CommonMiddleware docs to include sending …
3:54 PM Ticket #14557 (Generic views - Generic View improvment) closed by Łukasz Rekucki
wontfix: Sorry, but I'm going to mark this as won't fix. In summary, what you …
3:52 PM Ticket #10545 (Documentation - Developing custom tag - setting context is missing a limitation) updated by Gabriel Hurley
(In [14351]) [1.2.X] Fixed #10545 -- Mentioned that template context …
3:52 PM Changeset [da5f6ef]stable/1.2.x by Gabriel Hurley <gabehr@…>
[1.2.X] Fixed #10545 -- Mentioned that template context variables only …
3:50 PM Ticket #10545 (Documentation - Developing custom tag - setting context is missing a limitation) closed by Gabriel Hurley
fixed: (In [14350]) Fixed #10545 -- Mentioned that template context variables …
3:50 PM Changeset [9facaec7]mainstable/1.10.xstable/1.11.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 Gabriel Hurley <gabehr@…>
Fixed #10545 -- Mentioned that template context variables are scoped …
3:37 PM base.py.diff attached to Ticket #14557 by pyrou
3:33 PM Ticket #14558 (Generic views - Generic View http_method bug) created by pyrou
In generic views, you can find some http_method alias, just like in …
3:18 PM Ticket #14556 (Documentation - Recommend to avoid FlatpageFallbackMiddleware unless absolutely required) updated by Gabriel Hurley
Keywords, Triage Stage changed
More importantly, using the FlatPages URLconf isn't even mentioned …
3:09 PM base.py attached to Ticket #14557 by pyrou
3:08 PM Ticket #14557 (Generic views - Generic View improvment) created by pyrou
Hi, Maybe adding a __call__ method to …
1:21 PM Changeset [1826039]stable/1.2.x by Alex Gaynor <alex.gaynor@…>
[1.2.X] Converted model_inheritance doctests to unittests. We have …
1:20 PM Changeset [321e48f5]mainstable/1.10.xstable/1.11.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 Alex Gaynor <alex.gaynor@…>
Converted model_inheritance doctests to unittests. We have always …
11:11 AM Ticket #14548 (Documentation - Docs and implementation don't match regading return values of certain ...) updated by Alex Gaynor
Perhaps there is a case for aggregates to take a default argument though.
9:01 AM Ticket #14548 (Documentation - Docs and implementation don't match regading return values of certain ...) updated by Luke Plant
I really can't agree that zero is a good default for either Max or Min …
8:35 AM Ticket #11478 (contrib.admin - jsi18n loading from templates within django/contrib/admin/templates/ ...) updated by philomat
Could/should the i18n_javascript() method of AdminSite be improved to …
8:14 AM Ticket #14556 (Documentation - Recommend to avoid FlatpageFallbackMiddleware unless absolutely required) created by Patryk Zawadzki
In most cases you don't need conflicting routing rules in …
7:57 AM Changeset [188a8e39]stable/1.2.x by Ramiro Morales <cramm0@…>
[1.2.X] Removed obsolete 'date' filter -> 'now' tag link. Backport of …
7:48 AM Changeset [248b1dea]mainstable/1.10.xstable/1.11.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 Ramiro Morales <cramm0@…>
Removed obsolete 'date' filter -> 'now' tag link. git-svn-id: …
7:35 AM Ticket #9209 (Forms - ModelChoiceField raises ValueError when passed a non integer string) updated by Vlada Macek
Cc changed
6:34 AM Ticket #13614 (contrib.admin - selectfilter2 many to many widget data loss when using the back button) updated by stringfellow
Worse still, after pressing save, if I hit the back button, the …
6:13 AM session_test.tar.gz attached to Ticket #14555 by tomaszswiderski
6:12 AM Ticket #14555 (contrib.sessions - Session loss with psycopg2 db backend) created by tomaszswiderski
Hey, I have problem with django 1.2 and psycopg2 backend. When django …
3:16 AM Ticket #11991 (Core (Other) - Inconsistent MEDIA_URL values) updated by Jannis Leidel
I could see a way to make this work by having the settings module …
2:38 AM Ticket #14554 (Generic views - BaseDateListView.get_dated_items should raise NotImplementedError) created by Matt McClanahan
NotImplemented isn't an exception.
2:36 AM spatial_subquery.diff attached to Ticket #14483 by milosu
Note: See TracTimeline for information about the timeline view.
Back to Top