Timeline



Nov 22, 2010:

11:26 PM Ticket #13223 (contrib.admin - ValueError with inline and save as new) updated by paulos
If inline formset contains an image or file field, form will always …
11:23 PM Ticket #14760 (contrib.admin - Admin inlines with file/image field fails to save_as) reopened by paulos
Seems to be related to #13223.
11:17 PM Ticket #14760 (contrib.admin - Admin inlines with file/image field fails to save_as) closed by paulos
duplicate
11:12 PM Ticket #14760 (contrib.admin - Admin inlines with file/image field fails to save_as) created by paulos
How to reproduce: * declare an admin inline which "model" property …
10:34 PM Ticket #14043 (Database layer (models, ORM) - Incorrect and/or confusing behaviour with nullable OneToOneField) updated by Arthur Hebert
Looks like this is solved here. I'm adding a little more information …
9:54 PM Ticket #6739 (Documentation - How to add symbolic links in Windows Vista) closed by Chris Beaven
fixed: (In [14686]) Fixes #6739 -- better development installation docs. …
9:54 PM Changeset [8aa2485]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Chris Beaven <smileychris@…>
Fixes #6739 -- better development installation docs. Thanks to Adam …
9:44 PM Ticket #14415 (Testing framework - Multiple aliases for one database: testing problems) updated by Russell Keith-Magee
@shai - Good call on the HOST issue - I've made that change; new patch …
9:43 PM t14415.2.diff attached to Ticket #14415 by Russell Keith-Magee
Updated patch for test database issue
9:37 PM 6739.diff attached to Ticket #6739 by Chris Beaven
8:51 PM tweak-install.diff attached to Ticket #6739 by Adam Vandenberg
Attempt at tweaking the install doc a bit.
8:46 PM Ticket #14759 (Documentation - Updated widgets doc.) closed by Chris Beaven
fixed: (In [14685]) Fixes #14759 -- document the 'years' argument for …
8:46 PM Changeset [4c5bf6c7]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Chris Beaven <smileychris@…>
Fixes #14759 -- document the 'years' argument for SelectDateWidget. …
8:42 PM widgets.diff attached to Ticket #14759 by elbarto
8:36 PM widgets.2.diff attached to Ticket #14759 by elbarto
8:35 PM Ticket #14759 (Documentation - Updated widgets doc.) created by elbarto
I have attached a patch in order to explain in the documentation the …
7:46 PM Ticket #14752 (Generic views - WeekArchiveView gives incorrect results when using weeks beginning ...) closed by Russell Keith-Magee
fixed: (In [14684]) Fixed #14752 -- Corrected date parsing in WeekArchiveView …
7:46 PM Changeset [2efb475]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Russell Keith-Magee <russell@…>
Fixed #14752 -- Corrected date parsing in WeekArchiveView when using …
7:43 PM Ticket #6739 (Documentation - How to add symbolic links in Windows Vista) updated by Chris Beaven
And by "alternatively", I mean that I didn't read the whole of adamv's …
7:42 PM Ticket #6739 (Documentation - How to add symbolic links in Windows Vista) updated by Chris Beaven
Alternatively, I think the docs should just recommend creating a …
5:23 PM fix-queryset-headers.diff attached to Ticket #14758 by Adam Vandenberg
Update queryset headers on page (haven't checked cross-links yet)
5:18 PM Ticket #3591 (Core (Other) - add support for custom app_label and verbose_name) updated by dirleyrls
Cc changed
5:04 PM Ticket #14758 (Documentation - QuerySet method docs headings contain entire method signatures) updated by Adam Vandenberg
Owner changed
5:04 PM Ticket #25 (contrib.admin - Filtering interface on ForeignKey <select> boxes) updated by Łukasz Rekucki
This is painfully slow for me right now. I tested this on Chrome 9.x …
4:49 PM Ticket #14756 (Documentation - "Related objects reference" documentation needs copy-edit) updated by Gabriel Hurley
Milestone, Keywords, Triage Stage changed
4:48 PM Ticket #14758 (Documentation - QuerySet method docs headings contain entire method signatures) created by Gabriel Hurley
Take a look at this URL (the URL itself, not the page): …
4:41 PM Ticket #14757 (Documentation - Add An Example For .extra(tables=[])) updated by Gabriel Hurley
Triage Stage changed
Agreed. There is an example for where, but not for tables. Adding …
4:26 PM Ticket #14757 (Documentation - Add An Example For .extra(tables=[])) created by Mike Shultz
When fiddling around trying to find a solution to one of my problems, …
4:19 PM Ticket #14415 (Testing framework - Multiple aliases for one database: testing problems) updated by Shai Berger
I think Russell's approach is closer to home, but there are still …
4:09 PM Ticket #14756 (Documentation - "Related objects reference" documentation needs copy-edit) created by deisner
On http://docs.djangoproject.com/en/dev/ref/models/relations/, we find …
3:55 PM Ticket #14424 (contrib.admin - rel_to undefined in init scope of RelatedFieldWidgetWrapper) closed by Alex Gaynor
fixed: (In [14683]) Fixed #14424 -- corrected a NameError when instantiating …
3:55 PM Changeset [34988495]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Alex Gaynor <alex.gaynor@…>
Fixed #14424 -- corrected a NameError when instantiating a …
3:44 PM Ticket #14755 (HTTP handling - Wsgi Error) created by Adrian Ribao
I'm testing a site with latest django trunk and latest development …
3:31 PM Ticket #14424 (contrib.admin - rel_to undefined in init scope of RelatedFieldWidgetWrapper) updated by anonymous
Has patch changed
Bug introduced in revision [13708]
3:19 PM Ticket #14424 (contrib.admin - rel_to undefined in init scope of RelatedFieldWidgetWrapper) updated by fantomas42@…
Version changed
This bug is not present in the 1.2.x versions but he is present in the …
3:17 PM admin_widget.diff attached to Ticket #14424 by fantomas42@…
Patch for issue 14424
2:53 PM DjangoJobs edited by josh.l@…
job post (diff)
12:02 PM Ticket #14754 (Database layer (models, ORM) - TypeError: '[some aggregate function]' object does not support indexing) updated by Alex Gaynor
(In [14682]) [1.2.X] Fixed #14754 -- corrected using an aggregate in …
12:00 PM Ticket #14754 (Database layer (models, ORM) - TypeError: '[some aggregate function]' object does not support indexing) closed by Alex Gaynor
fixed: (In [14681]) Fixed #14754 -- corrected using an aggregate in an F …
12:00 PM Changeset [07ba3220]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Alex Gaynor <alex.gaynor@…>
Fixed #14754 -- corrected using an aggregate in an F expressions when …
10:25 AM Ticket #12522 (HTTP handling - Unable to get request.POST after request.get_raw_post_data) updated by Piotr Czachur
Another related issue: #14753 (Accessing …
9:55 AM Ticket #13883 (contrib.admin - SelectBox.js with grouping (optgroup elements)) updated by Harro
Milestone changed
Works great, it doesn't change the current working of the select but …
9:50 AM Sprint201012Sydney edited by anonymous
(diff)
9:42 AM Ticket #6663 (Database layer (models, ORM) - UUID as Primary Key (Re. 4682)) closed by Carl Meyer
invalid: This ticket is invalid, because it's requesting something that already …
9:06 AM aggregates_relabel_aliases.diff attached to Ticket #14754 by master
9:05 AM Ticket #14754 (Database layer (models, ORM) - TypeError: '[some aggregate function]' object does not support indexing) created by master
Relabelling aliases on the query value, when this value is an …
7:57 AM Ticket #14753 (Testing framework - Accessing (Get)HttpRequest.raw_post_data in view results in exception ...) created by Piotr Czachur
(Confirmed with Django trunk r14680) This happens only when running …
7:54 AM Ticket #13860 (Internationalization - Translate the output of admin commands) updated by Artem Skoretskiy
My suggestion was to translate output of ./manage.py XXX commands - …
7:18 AM Ticket #14710 (Forms - Form css classes for bound fields are not rendered {{ form.field_name }}) updated by Anssi Kääriäinen
Triage Stage changed
If I am not mistaken, before the patch the classes were not assigned …
6:39 AM Ticket #14742 (contrib.admin - Allow each action to decide default value for select_across) closed by curtis@…
invalid: Thanks to SmileyChris for making me realise I'd misunderstood the code.
6:34 AM Ticket #3544 (Template system - Fix {% include %} to allow recursive includes) updated by twoolie
> So what needs to be changes is, that {% include %} needs to hase …
6:29 AM Changeset [2596cf1]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Russell Keith-Magee <russell@…>
Clarified a comment in the mod_python docs on the status of the …
6:17 AM Ticket #14752 (Generic views - WeekArchiveView gives incorrect results when using weeks beginning ...) updated by Mark Sundstrom
Replying to lrekucki: > The patch looks ok, but both tests …
6:15 AM combined.diff attached to Ticket #14752 by Mark Sundstrom
6:13 AM Changeset [cbd90455]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Russell Keith-Magee <russell@…>
Clarified the text describing the deprecation status of mod_python. …
5:46 AM Ticket #14752 (Generic views - WeekArchiveView gives incorrect results when using weeks beginning ...) updated by Łukasz Rekucki
Patch needs improvement, Triage Stage changed
The patch looks ok, but both tests and the fix should be in a single …
5:34 AM Ticket #14731 (contrib.auth - [Patch] Change 14413 breaks old fixtures with permissions) updated by Christian Hammond
The new patch includes regression tests. Let me know if you want …
5:32 AM permission-id-fix-20101122.diff attached to Ticket #14731 by Christian Hammond
Patch for permission ordering with regression tests
5:11 AM dates.diff attached to Ticket #14752 by Mark Sundstrom
5:10 AM tests.diff attached to Ticket #14752 by Mark Sundstrom
5:10 AM Ticket #14752 (Generic views - WeekArchiveView gives incorrect results when using weeks beginning ...) created by Mark Sundstrom
WeekArchiveView defaults to weeks defined as beginning on Sunday (the …
5:07 AM Ticket #14013 (Database layer (models, ORM) - 'django.db.backends.postgresql_psycopg2' isn't an available database ...) updated by Sin
I've solved this problem using MinGW compilator for psycopg2-2.2.2. …
4:36 AM Ticket #14013 (Database layer (models, ORM) - 'django.db.backends.postgresql_psycopg2' isn't an available database ...) updated by Sin
psycopg2-2.2.2\psycopg2-2.2.2\setup.py def finalize_win32(self): ... …
4:07 AM Ticket #14750 (contrib.localflavor - ILPostalCodeField doesn't handle EMPTY_VALUES correctly) updated by Idan Gazit
Not sure this needs tests since the existing tests already try out …
4:06 AM Ticket #14750 (contrib.localflavor - ILPostalCodeField doesn't handle EMPTY_VALUES correctly) updated by Idan Gazit
Has patch changed
4:06 AM Ticket #14750 (contrib.localflavor - ILPostalCodeField doesn't handle EMPTY_VALUES correctly) updated by Idan Gazit
Status, Owner changed
4:05 AM 14750.diff attached to Ticket #14750 by Idan Gazit
4:04 AM Ticket #14750 (contrib.localflavor - ILPostalCodeField doesn't handle EMPTY_VALUES correctly) created by Idan Gazit
Same issue as #14499.
4:03 AM Ticket #5833 (contrib.admin - Custom FilterSpecs) updated by jovanb
Replying to bendavis78: Custom FilterSpec on a Model …
4:01 AM Ticket #14499 (contrib.localflavor - ATSocialSecurityNumberField doesn't handle EMPTY_VALUES correctly) updated by Idan Gazit
Summary changed
Updating to split instances of this issue into separate tickets.
12:45 AM Ticket #14736 (Documentation - Typo in documentation) updated by Gabriel Hurley
(In [14678]) [1.2.X] Fixed #14736 -- corrected an ungrammatical …
12:44 AM Ticket #14736 (Documentation - Typo in documentation) closed by Gabriel Hurley
fixed: (In [14677]) Fixed #14736 -- corrected an ungrammatical sentence in …
12:44 AM Changeset [6482dec2]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Gabriel Hurley <gabehr@…>
Fixed #14736 -- corrected an ungrammatical sentence in the template …
12:20 AM Ticket #14736 (Documentation - Typo in documentation) updated by Adam Vandenberg
Has patch changed
12:19 AM template-add.diff attached to Ticket #14736 by Adam Vandenberg
12:15 AM Ticket #14738 (Documentation - Link settings in cache doc to settings reference, for consistency.) closed by Gabriel Hurley
fixed: (In [14676]) Fixed #14738 -- Improved crossref linking for cache …
12:15 AM Changeset [25f3eda]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Gabriel Hurley <gabehr@…>
Fixed #14738 -- Improved crossref linking for cache settings, and …
12:08 AM Changeset [d8c471b]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Gabriel Hurley <gabehr@…>
Various nominal corrections for grammatical consistency, typos, and …

Nov 21, 2010:

11:24 PM Ticket #14748 (Documentation - Missing documentation for FormPreview methods) updated by Gabriel Hurley
Triage Stage changed
There are a number of problems with the docs for FormPreview... 1. …
11:15 PM Tickets #14744,​14745,​14746 batch updated by Gabriel Hurley
Milestone, Triage Stage changed
11:15 PM Ticket #14743 (Documentation - Clean up "urls" documentation) updated by Gabriel Hurley
Milestone, Triage Stage changed
11:07 PM Ticket #14736 (Documentation - Typo in documentation) updated by Gabriel Hurley
Milestone, Keywords, Triage Stage changed
4:53 PM Sprint201012Sydney edited by Tai Lee
(diff)
2:20 PM Ticket #5833 (contrib.admin - Custom FilterSpecs) updated by brentp
Cc changed
2:19 PM Ticket #14506 (Documentation - Crash on HEAD request) updated by Karen Tracey
Replying to azurit: > Replying to jezdez: > > …
2:10 PM Ticket #14731 (contrib.auth - [Patch] Change 14413 breaks old fixtures with permissions) updated by Alex Gaynor
Needs tests, Triage Stage changed
Changing that to a list shouldn't affect anything, from a performance …
2:02 PM Ticket #14731 (contrib.auth - [Patch] Change 14413 breaks old fixtures with permissions) updated by Karen Tracey
Milestone changed
Since this is a reported regression, it must be resolved before 1.3.
1:54 PM Ticket #8997 (Database layer (models, ORM) - Misleading error message when calling get_absolute_url) updated by joshlory
Cc, Status changed
1:48 PM Ticket #14717 (Uncategorized - Connection error not handled) closed by Karen Tracey
wontfix: Handled how? The database being unreachable is a catastrophic error -- …
1:29 PM Ticket #3400 (contrib.admin - Support for lookup separator with list_filter admin option) closed by Honza Král
fixed: (In [14674]) Fixed #3400 -- Support for lookup separator with …
1:29 PM Changeset [dc334a2]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Honza Král <honza.kral@…>
Fixed #3400 -- Support for lookup separator with list_filter admin …
1:24 PM Ticket #5833 (contrib.admin - Custom FilterSpecs) updated by Vitek Pliska
Cc changed
1:15 PM Ticket #13950 (contrib.admin - Add "post save" hook to ModelAdmin class) closed by Karen Tracey
wontfix: Replying to 3point2: > * The inline invoice entries are …
1:01 PM Ticket #14703 (Core (Cache system) - memcached.set_many() should not special case unicode data) updated by Karen Tracey
Triage Stage changed
This is much like #13686. All get/set-type functions should be …
1:00 PM Ticket #11108 (contrib.admin - add a ModelAdmin.delete_model method, similar to ModelAdmin.save_model ...) closed by Alex Gaynor
fixed: (In [14673]) Fixed #11108 -- added ModelAdmin.delete_model, a hook …
1:00 PM Changeset [274aba3]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Alex Gaynor <alex.gaynor@…>
Fixed #11108 -- added ModelAdmin.delete_model, a hook with which to …
12:24 PM delete_model.diff attached to Ticket #11108 by Florian Apolloner
12:24 PM Ticket #11108 (contrib.admin - add a ModelAdmin.delete_model method, similar to ModelAdmin.save_model ...) updated by Florian Apolloner
New patch with tests for 'save_model' and 'delete_model'
12:08 PM Changeset [0cf1c96d]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Alex Gaynor <alex.gaynor@…>
Removed some deprecated code that survived [14138]. git-svn-id: …
11:51 AM Ticket #14749 (File uploads/storage - add __enter__ and __exit__ to django.core.files.File) closed by Alex Gaynor
fixed: (In [14671]) Fixed #14749 -- added support for using Django's file …
11:51 AM Changeset [f5f18a3]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Alex Gaynor <alex.gaynor@…>
Fixed #14749 -- added support for using Django's file object as …
11:48 AM Changeset [73cd9b6]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Honza Král <honza.kral@…>
Fixed failing tests caused by r14667 git-svn-id: …
11:36 AM enter_exit_for_file.diff attached to Ticket #14749 by Florian Apolloner
11:36 AM Ticket #14749 (File uploads/storage - add __enter__ and __exit__ to django.core.files.File) created by Florian Apolloner
The summary pretty much says it; I'll attach a patch.
11:34 AM Changeset [aee9db9b]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Honza Král <honza.kral@…>
Preventing problems possibly introduced by r14662 acquire a lock …
11:27 AM Ticket #11418 (Forms - formset.cleaned_data raises AttributeError when is_valid is True) closed by Honza Král
fixed: (In [14667]) Fixed #11418 -- formset.cleaned_data no longer raises …
11:27 AM Changeset [65b380e]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Honza Král <honza.kral@…>
Fixed #11418 -- formset.cleaned_data no longer raises AttributeError …
11:18 AM Ticket #14415 (Testing framework - Multiple aliases for one database: testing problems) updated by Ramiro Morales
(In [14666]) Added printing of the name of test database being …
11:18 AM Changeset [752bd8b]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Ramiro Morales <cramm0@…>
Added printing of the name of test database being created/destroyed, …
11:09 AM Ticket #14082 (Forms - modelform_factory should use the form's metaclass) closed by jakub_vysoky
worksforme: I hope I made myself clear, that it does work for me even without the …
11:04 AM Ticket #14082 (Forms - modelform_factory should use the form's metaclass) updated by jakub_vysoky
I've made some tests for this, but it seems it really works.. Can you …
11:00 AM Ticket #14284 (GIS - Support for Google Maps version 3) updated by ericpalakovichcarr
Patch needs improvement, Has patch, Needs tests, Needs documentation changed
10:56 AM 14284_patch.diff attached to Ticket #14284 by ericpalakovichcarr
First draft of patch to update from google maps v2 to v3. No testing …
10:13 AM Ticket #14739 (Internationalization - Move contrib app translations out of core) updated by Claude Paroz
Cc changed
9:37 AM Ticket #14748 (Documentation - Missing documentation for FormPreview methods) created by Honza Král
The FormPreview class has a lot of methods that enable user's to …
9:19 AM Ticket #14453 (Database layer (models, ORM) - typecast_timestamp in db.backends.util gives incorrect behavior) updated by Ramiro Morales
(In [14665]) [1.2.X] Fixed #14453 -- Changed handling of microseconds …
9:08 AM Ticket #14453 (Database layer (models, ORM) - typecast_timestamp in db.backends.util gives incorrect behavior) closed by Ramiro Morales
fixed: (In [14664]) Fixed #14453 -- Changed handling of microseconds part in …
9:08 AM Changeset [67742073]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Ramiro Morales <cramm0@…>
Fixed #14453 -- Changed handling of microseconds part in …
9:02 AM 3400.3.diff attached to Ticket #3400 by Vitek Pliska
Patch update (against 14662)
8:54 AM Ticket #14533 (Core (Other) - django signals not thread-safe) closed by Honza Král
fixed: (In [14662]) Fixed #14533 -- Make django signals more thread-safe. …
8:54 AM Changeset [f27e6f0d]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Honza Král <honza.kral@…>
Fixed #14533 -- Make django signals more thread-safe. Thanks milosu …
8:24 AM Ticket #14453 (Database layer (models, ORM) - typecast_timestamp in db.backends.util gives incorrect behavior) updated by Ramiro Morales
Triage Stage changed
Great work. Some performance comparison, just in case: […] […] …
8:06 AM Ticket #14741 (contrib.localflavor - CZ Localflavor clean() incorrectly calls parent __init__) closed by Honza Král
fixed: (In [14660]) Fixed #14741 -- CZ Localflavor clean() incorrectly called …
8:06 AM Changeset [14abb7c]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Honza Král <honza.kral@…>
Fixed #14741 -- CZ Localflavor clean() incorrectly called …
8:02 AM Ticket #11841 (contrib.admin - Allow subclasses of AdminSite to overwrite all admin templates) closed by Honza Král
invalid: Hey, you can override any template, the only downside is that some are …
7:47 AM Changeset [70b3ac1f]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Honza Král <honza.kral@…>
Few improvements to FormPreview, thanks Andy! This commit adds …
5:52 AM Ticket #10427 (Forms - Bound field needs an easy way to get form value) updated by Chris Beaven
Owner, Status changed
I'm looking to commit at least an abstraction of the values generation …
4:16 AM Ticket #13804 (Forms - URLField validation fails with "://" on the path and no scheme) updated by Chris Beaven
(In [14658]) Fixes #13804 -- URLField validation failure for a url …
4:08 AM Ticket #13804 (Forms - URLField validation fails with "://" on the path and no scheme) closed by Chris Beaven
fixed: (In [14657]) Fixes #13804 -- URLField validation failure for a url …
4:08 AM Changeset [b8a7880]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Chris Beaven <smileychris@…>
Fixes #13804 -- URLField validation failure for a url containing ':' …
3:19 AM Ticket #14499 (contrib.localflavor - ATSocialSecurityNumberField doesn't handle EMPTY_VALUES correctly) updated by Idan Gazit
Has patch changed
The field in question, ATSocialSecurityNumberField, simply didn't …
3:18 AM 14499.diff attached to Ticket #14499 by Idan Gazit
2:55 AM Ticket #13150 (Forms - Replace make_safe(media) with media in ModelAdmin context dictionary) updated by Chris Beaven
Patch needs improvement, Needs tests changed
2:51 AM Ticket #14747 (Core (Other) - parse error on HTTP_IF_MODIFIED_SINCE header) created by shaohua
Some mobile browsers send localized time in 'HTTP_IF_MODIFIED_SINCE' …
2:47 AM Ticket #13733 (contrib.localflavor - New Zealand localflavor) updated by Chris Beaven
Patch needs improvement, Version changed
NZ's …
2:31 AM Ticket #6663 (Database layer (models, ORM) - UUID as Primary Key (Re. 4682)) reopened by domguard
Reopening this ticket, because I'm facing issues (#14724, worst being …
2:13 AM Ticket #6218 (Core (Other) - Require trailing slash always on MEDIA_URL) updated by Chris Beaven
Owner, Status changed
Throwing this jezdez's way for a bit of attention, since he's been …
2:11 AM Ticket #12235 (contrib.admin - MultiValueDictKeyError when editing Inline objects) updated by domguard
Version changed
Having the very same problem using the django-extensions UUIDField()
2:03 AM Ticket #4552 (Template system - Tidy up "for" tag) closed by Chris Beaven
fixed: (In [14656]) Fixed #4552 -- minor tidy up of the {% for %} tag's comma …
2:03 AM Changeset [f6ead36]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Chris Beaven <smileychris@…>
Fixed #4552 -- minor tidy up of the {% for %} tag's comma splitting …
1:59 AM Ticket #8997 (Database layer (models, ORM) - Misleading error message when calling get_absolute_url) updated by joshlory
Owner, Has patch changed
Added a patch with tests -- not sure if I put the tests in the correct …
1:44 AM get_absolute_url_patch.diff attached to Ticket #8997 by joshlory
Patch to allow AttributeError to propagate + tests
1:43 AM Ticket #8997 (Database layer (models, ORM) - Misleading error message when calling get_absolute_url) updated by joshlory
Version changed
The test case proposed by GDorn appears to be fixed: creating a model …
1:01 AM Ticket #14018 (Database layer (models, ORM) - Introduce class_plural %-substitution placeholder for related_name of ...) updated by Xiao Di Guan
Milestone changed
Replying to anonymous and mk: Good point; I …
12:17 AM http-doc-fixes.diff attached to Ticket #14746 by Adam Vandenberg
12:17 AM Ticket #14746 (Documentation - Update request/response docs) created by Adam Vandenberg
Update the http request/response docs: * Link more settings * …

Nov 20, 2010:

11:50 PM fix-shortcut-docs.diff attached to Ticket #14745 by Adam Vandenberg
11:50 PM Ticket #14745 (Documentation - Update shortcuts docs) created by Adam Vandenberg
Update shortcuts docs to link up more classes, tweak a weird …
11:14 PM fix-views-docs.diff attached to Ticket #14744 by Adam Vandenberg
11:14 PM Ticket #14744 (Documentation - Update views docs) created by Adam Vandenberg
Updated the views docs with more class & settings cross-links
10:47 PM urls-doc-fixes.diff attached to Ticket #14743 by Adam Vandenberg
10:47 PM Ticket #14743 (Documentation - Clean up "urls" documentation) created by Adam Vandenberg
Clean up URLs documentation, including: * Link settings * Fix some …
10:06 PM select_across.patch attached to Ticket #14742 by curtis@…
10:04 PM Ticket #14742 (contrib.admin - Allow each action to decide default value for select_across) created by curtis@…
It seems the "select_across" option in Admin actions is under-utilised …
8:28 PM Ticket #5768 (Database layer (models, ORM) - Allow QuerySet.values() to return values spanning joins (for ...) closed by Carl Meyer
fixed: (In [14655]) Fixed #5768 -- Added support for ManyToManyFields and …
8:28 PM Changeset [9b432cb]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Carl Meyer <carl@…>
Fixed #5768 -- Added support for ManyToManyFields and reverse …
7:42 PM Ticket #14655 (Forms - formsets should be iterable) updated by kenth
Needs tests changed
Added tests. As a result, I added getitem & len methods to the …
7:39 PM formset-iterable-tests.diff attached to Ticket #14655 by kenth
7:38 PM formset-iterable.diff attached to Ticket #14655 by kenth
7:20 PM Ticket #5768 (Database layer (models, ORM) - Allow QuerySet.values() to return values spanning joins (for ...) updated by Tai Lee
Full test suite for sqlite and postgresql just passed, too. I didn't …
6:45 PM Ticket #5768 (Database layer (models, ORM) - Allow QuerySet.values() to return values spanning joins (for ...) updated by Tai Lee
Patch needs improvement, Triage Stage changed
Apologies, I should have ran the tests for postgresql and mysql as …
6:29 PM 5768-m2m-values-r14639.diff attached to Ticket #5768 by Tai Lee
6:12 PM Ticket #14439 (GIS - Improve documentation on how to run the GIS test suite) updated by jbronn
As of r14653, you no longer need a project settings file. The …
6:01 PM Ticket #14740 (contrib.localflavor - CZ Localflavor clean() incorrectly calls parent __init__) closed by Alex Gaynor
duplicate: Closing as a dupe of #14741
5:58 PM cz_localflavor_clean.diff attached to Ticket #14741 by Idan Gazit
5:57 PM Ticket #14741 (contrib.localflavor - CZ Localflavor clean() incorrectly calls parent __init__) created by Idan Gazit
In cz/forms.py, see …
5:57 PM Ticket #14740 (contrib.localflavor - CZ Localflavor clean() incorrectly calls parent __init__) created by anonymous
In cz/forms.py, see …
5:54 PM Changeset [7592d685]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Justin Bronn <jbronn@…>
Now possible to run the GeoDjango test suite with a minimal settings …
4:54 PM Ticket #9964 (Database layer (models, ORM) - Transaction middleware closes the transaction only when it's marked as ...) updated by Shai Berger
Needs documentation changed
The patch I just uploaded adds to the previous version only …
4:50 PM 9964-make-managed-transactions-dirty-v2-full.patch attached to Ticket #9964 by Shai Berger
added release-notes text and test for related bug 6669
3:02 PM Ticket #14739 (Internationalization - Move contrib app translations out of core) created by Ramiro Morales
In this way we could have, in a sense, more useful/realistic …
3:00 PM Changeset [d4bb8313]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Alex Gaynor <alex.gaynor@…>
Reformated some code for readability. git-svn-id: …
2:40 PM Changeset [e364f9c]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Luke Plant <L.Plant.98@…>
Fixed typo in docs. git-svn-id: …
2:38 PM Changeset [d4c6abc]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Luke Plant <L.Plant.98@…>
Documented migration path for change object_list -> ListView regarding …
2:16 PM Ticket #14738 (Documentation - Link settings in cache doc to settings reference, for consistency.) updated by Jannis Leidel
Triage Stage, Milestone changed
1:49 PM Ticket #13860 (Internationalization - Translate the output of admin commands) updated by Chris Beaven
Triage Stage, Summary changed
Oh, right - I think I got confused between translating the output and …
1:47 PM Ticket #13860 (Internationalization - Translate the output of admin commands) updated by Claude Paroz
Replying to SmileyChris: > Most command line utilities …
1:34 PM Ticket #3529 (Documentation - Context.update doesn't do what it says it does) updated by Chris Beaven
Patch needs improvement changed
I'd like to see the documentation have a separate block which explains …
1:31 PM Ticket #3529 (Documentation - Context.update doesn't do what it says it does) updated by ggetzie
Has patch changed
1:29 PM Ticket #13860 (Internationalization - Translate the output of admin commands) updated by Chris Beaven
Triage Stage changed
Actually, I'm not so sure this is a good idea. Most command line …
1:25 PM Ticket #3529 (Documentation - Context.update doesn't do what it says it does) updated by Chris Beaven
Component changed
1:22 PM Ticket #3529 (Documentation - Context.update doesn't do what it says it does) updated by ggetzie
Status, Owner changed
12:34 PM Ticket #14417 (contrib.admin - UnicodeDecodeError exception in recent actions) updated by Claude Paroz
I've just added a test that specifically tests this. But on my system, …
12:23 PM unicode_model_name_test.diff attached to Ticket #14417 by Claude Paroz
Add test for unicode model name
12:19 PM link-settings-in-cache-docs.diff attached to Ticket #14738 by Adam Vandenberg
12:18 PM Ticket #14738 (Documentation - Link settings in cache doc to settings reference, for consistency.) created by Adam Vandenberg
This patch link settings in cache doc to settings reference, and links …
11:38 AM move-cache-doc-comment.diff attached to Ticket #14737 by Adam Vandenberg
11:38 AM Ticket #14737 (Core (Cache system) - Move doc comment for "cache_page" to function.) created by Adam Vandenberg
The doc comment for "cache_page" was hanging out at the top of the …
10:35 AM Ticket #12158 (Translations - Strange Swedish translation of "Go") updated by Claude Paroz
Triage Stage changed
10:35 AM swedish_fix.diff attached to Ticket #12158 by Claude Paroz
Fix for 'Go' string
10:35 AM Ticket #12158 (Translations - Strange Swedish translation of "Go") updated by Claude Paroz
Has patch changed
I've got confirmation by a Swedish translation expert (Daniel …
9:56 AM Ticket #14284 (GIS - Support for Google Maps version 3) updated by ericpalakovichcarr
Status, Owner changed
8:56 AM Ticket #14736 (Documentation - Typo in documentation) created by DD
Hello I just wanted to let you know that there is a typo in the …
7:57 AM Ticket #14637 (Translations - There may an Internationalization bug in Forms) closed by Claude Paroz
invalid: I confirm this is due to the Chinese translation not being up-to-date. …
7:42 AM Ticket #13860 (Internationalization - Translate the output of admin commands) updated by Łukasz Rekucki
Triage Stage changed
I'll switch this to Accepted, because I think it's a good idea. …
7:39 AM t14415.diff attached to Ticket #14415 by Russell Keith-Magee
Alternative solution based around the test runner
7:20 AM Ticket #13860 (Internationalization - Translate the output of admin commands) updated by Claude Paroz
Component changed
7:08 AM Ticket #14730 (Translations - Translation Mistake. MN) updated by Claude Paroz
Triage Stage changed
7:05 AM Ticket #14586 (Internationalization - Make interpolate JS function not require the named parameter.) updated by Claude Paroz
Component changed
7:03 AM Ticket #14174 (Internationalization - Support for string interpolation in lazy translation) updated by Claude Paroz
Component, Triage Stage changed
6:52 AM search_results_plural_zh.diff attached to Ticket #14735 by Claude Paroz
Include Chinese translations fixes
6:51 AM Ticket #14735 (contrib.admin - Wrong plural formulation in search_form.html) updated by Claude Paroz
I looked at current translations, and my opinion is that we should not …
6:51 AM Ticket #14733 (Database layer (models, ORM) - Allow Manager.raw() execute not only "Pure selects") updated by dzentoo
Well, I tried "sqlparse" without success .. […] What If I match …
6:29 AM Ticket #14733 (Database layer (models, ORM) - Allow Manager.raw() execute not only "Pure selects") updated by Russell Keith-Magee
It's not a security measure -- it's a matter of basic functionality. …
6:26 AM Ticket #14733 (Database layer (models, ORM) - Allow Manager.raw() execute not only "Pure selects") updated by kemar
Why are raw queries strictly limited to SELECT queries? Is this a …
6:02 AM Ticket #14735 (contrib.admin - Wrong plural formulation in search_form.html) updated by Jannis Leidel
Triage Stage changed
5:53 AM search_results_plural.diff attached to Ticket #14735 by Claude Paroz
Add variable in singular form also
5:52 AM Ticket #14735 (contrib.admin - Wrong plural formulation in search_form.html) created by Claude Paroz
In search_form.html template from contrib.admin, the singular of the …
5:33 AM Changeset [ece3a7c]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Russell Keith-Magee <russell@…>
Corrected a markup problem with an example in the class-based view …
5:16 AM Changeset [790f0eb7]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Russell Keith-Magee <russell@…>
Corrected a typo in the docs for {% load %}. Thanks to Jannis for the …
5:10 AM Changeset [58b6c65]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Gabriel Hurley <gabehr@…>
Replaced an inappropriate UTF8 character in the admindocs docs. Thanks …
4:54 AM Ticket #3094 (Database layer (models, ORM) - XMLField not being validated.) updated by masaki
I was one of the few Japanese Python programmer. I have Django with …
4:51 AM Ticket #14712 (Documentation - Example for post_syncdb signal.) updated by Gabriel Hurley
Triage Stage changed
4:51 AM Ticket #14727 (Documentation - Documentation Corrections) updated by Gabriel Hurley
(In [14645]) [1.2.X] Fixed #14727 -- Corrected three minor issues in …
4:49 AM Ticket #14727 (Documentation - Documentation Corrections) closed by Gabriel Hurley
fixed: (In [14644]) Fixed #14727 -- Corrected three minor issues in the docs. …
4:49 AM Changeset [a56e474]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Gabriel Hurley <gabehr@…>
Fixed #14727 -- Corrected three minor issues in the docs. Thanks to …
3:00 AM Ticket #13312 (Database layer (models, ORM) - Add a way to customize the order_by() of null fields) updated by chexum
Keywords changed
Just to document it, there is a very easy way to control this …
12:46 AM Ticket #14415 (Testing framework - Multiple aliases for one database: testing problems) updated by Russell Keith-Magee
Milestone, Patch needs improvement changed
I think you've tried to solve this in the wrong place. Rather than …
12:22 AM Tickets #9666,​14389 batch updated by Russell Keith-Magee
fixed: (In [14643]) Fixed #14389, #9666 -- Started the migration path to make …
12:22 AM Changeset [7ff5580]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Russell Keith-Magee <russell@…>
Fixed #14389, #9666 -- Started the migration path to make the first …
12:19 AM Ticket #5768 (Database layer (models, ORM) - Allow QuerySet.values() to return values spanning joins (for ...) updated by Carl Meyer
Patch needs improvement, Triage Stage changed
I'm getting failures in the new tests on Postgres; appears to be a …

Nov 19, 2010:

11:25 PM Ticket #14512 (Generic views - Documentation & tools for decorating class-based-views.) closed by Alex Gaynor
fixed: Fixed by [14642].
11:10 PM Changeset [591ad8a]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Russell Keith-Magee <russell@…>
Fixed #14512 -- Added documentation on how to apply decorators to …
10:22 PM Ticket #5768 (Database layer (models, ORM) - Allow QuerySet.values() to return values spanning joins (for ...) updated by Russell Keith-Magee
Triage Stage changed
10:18 PM Ticket #5768 (Database layer (models, ORM) - Allow QuerySet.values() to return values spanning joins (for ...) updated by Tai Lee
Needs documentation changed
Updated the patch to allow m2m by default, with docs.
10:04 PM Ticket #14527 (Documentation - GeoDjango docs shouldn't recommend PostgreSQL 8.3) updated by Paul McMillan
The Windows install wizard needs to be updated before this can be …
9:48 PM Ticket #14527 (Documentation - GeoDjango docs shouldn't recommend PostgreSQL 8.3) updated by ericpalakovichcarr
I can confirm it. I currently am using PostgreSQL 8.4.5 with PostGIS …
9:04 PM Ticket #12398 (Forms - Add `TypedMultipleChoiceField` to compliment `TypedChoiceField`.) updated by Tai Lee
Patch needs improvement, Version, Triage Stage changed
I've updated the patch according to your feedback. The underlying …
8:59 PM 12398-TypedMultipleChoiceField-r14586.diff attached to Ticket #12398 by anonymous
8:43 PM Ticket #14637 (Translations - There may an Internationalization bug in Forms) updated by Ramiro Morales
Component changed
Replying to [email protected]: > so maybe po file should …
8:33 PM Ticket #14540 (Internationalization - Wrong localization (L10N) thousand separator & decimal point character ...) closed by Ramiro Morales
invalid: Django currently has no Puerto Rico translation/format support. Maybe …
8:19 PM Ticket #14170 (Internationalization - Issue in get_language_from_request() if LANGUAGES setting is changed ...) updated by Ramiro Morales
See #14628 re: Documenting which settings can be modified.
8:04 PM Ticket #14339 (Testing framework - Enable testing when you can't create/destroy databases) updated by Ramiro Morales
The Oracle backend has the 'TEST_CREATE' (and a …
8:03 PM OracleTestSetup edited by Ramiro Morales
(diff)
7:55 PM Ticket #14733 (Database layer (models, ORM) - Allow Manager.raw() execute not only "Pure selects") updated by Russell Keith-Magee
Right now? No. Could it? Sure. You just need to make the validation …
7:48 PM Ticket #14734 (Database layer (models, ORM) - problem with postgresql views (psycopg2)) closed by Russell Keith-Magee
invalid: This sounds like a case of user-error, related to the default …
7:37 PM Changeset [ec7c49f]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Luke Plant <L.Plant.98@…>
Fixed hyperlinking of template tags for Sphinx >= 1.0 Follow on from …
7:33 PM Ticket #14569 (Database layer (models, ORM) - Date field expression raw query returns unicode instead of datetime ...) closed by Ramiro Morales
wontfix: So, unfortunately we can't fix this in Django because that means it …
7:11 PM Ticket #13860 (Internationalization - Translate the output of admin commands) updated by Ramiro Morales
I think the OP was talking about the description and help text shown …
7:11 PM Changeset [58eca97e]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Ian Kelly <ian.g.kelly@…>
Updated an old workaround described in the Oracle backend notes with …
7:06 PM Ticket #14266 (Documentation - Audit database backend support claims, particularly for MySQL) updated by Ramiro Morales
See also #14618.
7:05 PM Ticket #14618 (Core (Management commands) - unable to "inspectdb" on mysql4 database) updated by Ramiro Morales
Triage Stage changed
See also #14266.
7:03 PM Ticket #14730 (Translations - Translation Mistake. MN) updated by Ramiro Morales
Component changed
6:59 PM Ticket #14702 (*.djangoproject.com - Add a "needs info" state to tickets) updated by Ramiro Morales
Triage Stage changed
Accepting per django-dev discussion.
6:45 PM Ticket #14091 (Database layer (models, ORM) - Fix incorrect quoting in connection.queries) updated by Ramiro Morales
Triage Stage changed
Replying to danielr: > No tests attached, because I …
6:36 PM Ticket #14059 (Forms - ForeignKey Field validates using the default database rather than the ...) closed by Ramiro Morales
duplicate: Duplicate of #14691 (That is newer but got picked and fixed first). …
6:35 PM Ticket #11333 (Database layer (models, ORM) - ORA-01830 date format picture ends before converting entire input) closed by Erin Kelly
wontfix: In order to fix this, we would need to somehow distinguish whether a …
6:15 PM Ticket #14733 (Database layer (models, ORM) - Allow Manager.raw() execute not only "Pure selects") updated by dzentoo
Can raw() execute this kind of queries ? …
6:05 PM Changeset [61a89f8e]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Carl Meyer <carl@…>
Fixed poorly-constructed test from r14612. Thanks to Alex Gaynor for …
5:52 PM Ticket #3357 (django-admin.py runserver - Make Django's server optionally multithreaded) updated by trevorcroft
Allowing something like: manage.py runthreadedserver Is logically …
5:23 PM Ticket #13351 (Documentation - The notes for Oracle in the django database documentation may need to ...) closed by Erin Kelly
fixed: (In [14632]) [1.2.X] Fixed #13351: Added documentation about the …
5:19 PM Changeset [f6093063]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Ramiro Morales <cramm0@…>
Removed compatibility with Sphinx < 1.0 workarounds in our extension …
5:19 PM Changeset [c0adc62f]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Ian Kelly <ian.g.kelly@…>
Fixed #13351: Added documentation about the cx_Oracle 'threaded' …
5:11 PM Ticket #14679 (contrib.admin - Change of behavior in add new user workflow when using "Save" button) closed by Ramiro Morales
fixed: Fixed in r14628 (trunk) and r14629 (1.2.X branch).
4:45 PM Changeset [0e26f58d]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Ramiro Morales <cramm0@…>
Corrected change in behavior regarding the page shown after the 'Save' …
4:01 PM Ticket #14626 (Database layer (models, ORM) - DateField with auto_now=True is not coming in as Python's ...) closed by Erin Kelly
duplicate: Dup of #10970
3:48 PM Ticket #14626 (Database layer (models, ORM) - DateField with auto_now=True is not coming in as Python's ...) updated by Erin Kelly
Summary changed
3:31 PM Ticket #14506 (Documentation - Crash on HEAD request) reopened by azurit
3:16 PM Ticket #14626 (Database layer (models, ORM) - DateField with auto_now=True is not coming in as Python's ...) updated by Erin Kelly
I think this may actually be an auto_now bug. The …
2:16 PM Ticket #14734 (Database layer (models, ORM) - problem with postgresql views (psycopg2)) updated by Alex Gaynor
Description changed
I've reformatted the description of this ticket, in the future you can …
2:05 PM Ticket #14734 (Database layer (models, ORM) - problem with postgresql views (psycopg2)) created by fulviociriaco
I attempted to use django with postgresql views by means of model …
1:33 PM Changeset [a3e7ee7c]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Alex Gaynor <alex.gaynor@…>
Began converting localflavor doctests into unittests, starting with …
12:47 PM Ticket #13007 (HTTP handling - Django fails to log in when a cookie is set on the same domain ...) updated by Ubercore
Has patch changed
Without rolling some kind of cookie pre-processing, Trac's solution …
12:44 PM 13007.diff attached to Ticket #13007 by Ubercore
Patch based on Trac's solution to the problem
12:28 PM Ticket #4617 (contrib.auth - permission_required decorator behaviour is odd) updated by alex_dev
Please consider another approach: […] This one doesn't change …
12:03 PM Ticket #13007 (HTTP handling - Django fails to log in when a cookie is set on the same domain ...) reopened by Ubercore
I've added a test case to illustrate what I think is going on here. …
11:56 AM 13007_testcase.diff attached to Ticket #13007 by Ubercore
Test illustrating the cookie issue
11:46 AM Ticket #5768 (Database layer (models, ORM) - Allow QuerySet.values() to return values spanning joins (for ...) updated by Carl Meyer
Conclusion from IRC discussion with Russell and mrmachine is that …
11:36 AM Ticket #14512 (Generic views - Documentation & tools for decorating class-based-views.) updated by Russell Keith-Magee
Hrm... I'm not wild about this implementation. subclass=False is a …
11:34 AM Ticket #14733 (Database layer (models, ORM) - Allow Manager.raw() execute not only "Pure selects") updated by Russell Keith-Magee
Yeah - a regex should do the job.
11:30 AM Ticket #14733 (Database layer (models, ORM) - Allow Manager.raw() execute not only "Pure selects") updated by dzentoo
would a regexp suffice ?
10:45 AM Ticket #14733 (Database layer (models, ORM) - Allow Manager.raw() execute not only "Pure selects") updated by Russell Keith-Magee
Patch needs improvement, Needs tests, Triage Stage changed
Like I said in IRC - the use cases for raw() are fairly strictly …
10:43 AM Ticket #14732 (Database layer (models, ORM) - Allow Manager.raw() execute not only "Pure selects") closed by Russell Keith-Magee
duplicate: Duplicate of #14733
10:40 AM force_select_raw_queries.patch attached to Ticket #14733 by dzentoo
attached patch
10:39 AM Ticket #14733 (Database layer (models, ORM) - Allow Manager.raw() execute not only "Pure selects") created by dzentoo
Since the raw query validation only matches if the request …
10:38 AM Ticket #14732 (Database layer (models, ORM) - Allow Manager.raw() execute not only "Pure selects") created by dzentoo
Since the raw query validation only matches if the request …
10:16 AM Ticket #14506 (Documentation - Crash on HEAD request) updated by azurit
Replying to jezdez: > Looks like request.user is not set. …
10:10 AM Changeset [59c84b4]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Carl Meyer <carl@…>
Bumped documentation-building requirements to Sphinx 1.0.2 and …
10:03 AM Ticket #12653 (Database layer (models, ORM) - add Meta option when working with multiple databases) updated by Chris Curvey
I agree. The "database router" solution is a FAR better solution. …
10:02 AM Ticket #3544 (Template system - Fix {% include %} to allow recursive includes) updated by Łukasz Rekucki
Replying to David Danier <[email protected]>: > The …
9:45 AM Ticket #9213 (contrib.auth - PasswordResetForm should not reset passwords for inactive users) updated by anonymous
Milestone changed
9:43 AM Ticket #8162 (contrib.auth - Increase Permission.name max_length) updated by anonymous
Milestone changed
9:41 AM Ticket #1199 (Template system - Supporting more than one argument in a custom filter) updated by Chris Chambers
Cc changed
9:39 AM Ticket #13795 (Core (Cache system) - Add CACHE_KEY_PREFIX setting that prefixes the low-level cache API) closed by Russell Keith-Magee
fixed: (In [14623]) Fixed #13795 -- Added a site-wide cache prefix and cache …
9:39 AM Changeset [99d247f4]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Russell Keith-Magee <russell@…>
Fixed #13795 -- Added a site-wide cache prefix and cache versioning. …
9:39 AM Ticket #3544 (Template system - Fix {% include %} to allow recursive includes) updated by David Danier <david.danier@…>
The current implementation does it right I think, it loads the …
9:38 AM DevelopersForHire edited by hello@…
Added myself to UK (diff)
8:59 AM Ticket #3544 (Template system - Fix {% include %} to allow recursive includes) updated by alex_dev
to David Danier: just let you know: you can implement recursion by …
8:57 AM Ticket #14728 (Documentation - More generic text about missing .py extension on commands) updated by Carl Meyer
(In [14622]) [1.2.X] Fixed #14728 -- Broadened warning about …
8:53 AM mark_unicode_strings2.diff attached to Ticket #14721 by Claude Paroz
Also add comments (and en/formats.py)
8:53 AM Ticket #14721 (Internationalization - USE_THOUSAND_SEPARATOR fails with UnicodeDecodeError in several locales) updated by Claude Paroz
I don't like Unicode sequences exposed to users. I'm adding a second …
8:36 AM Ticket #3544 (Template system - Fix {% include %} to allow recursive includes) updated by twoolie
this should definitely be revisited. recursive includes are still …
8:35 AM t13795-rc1.diff attached to Ticket #13795 by Russell Keith-Magee
RC1 of site-wide caching prefix
8:26 AM Ticket #14728 (Documentation - More generic text about missing .py extension on commands) closed by Carl Meyer
fixed: (In [14621]) Fixed #14728 -- Broadened warning about django-admin.py …
8:26 AM Changeset [261aee26]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Carl Meyer <carl@…>
Fixed #14728 -- Broadened warning about django-admin.py missing .py …
7:51 AM Ticket #5768 (Database layer (models, ORM) - Allow QuerySet.values() to return values spanning joins (for ...) updated by Carl Meyer
This looks pretty good to me, though I'm not entirely sold on allowing …
7:17 AM Ticket #6669 (Database layer (models, ORM) - @transaction.commit_on_success does not rollback when it should) updated by Shai Berger
Cc changed
7:16 AM Ticket #6669 (Database layer (models, ORM) - @transaction.commit_on_success does not rollback when it should) updated by Shai Berger
Replying to myself: > Could this be related to #9964 ? It …
6:40 AM permission-id-fix-20101119.diff attached to Ticket #14731 by Christian Hammond
Patch to retain a consistent order for permission IDs.
6:39 AM Ticket #14731 (contrib.auth - [Patch] Change 14413 breaks old fixtures with permissions) created by Christian Hammond
Changeset 14413 introduced a regression with fixtures containing …
4:48 AM Ticket #14730 (Translations - Translation Mistake. MN) created by Ankhbayar
Translation Mistake. Forgot close <a> tag. …
4:30 AM Ticket #14038 (Documentation - 1.2 Release notes don't mention new template loader classes) updated by Luke Plant
Updating the docs/releases/1.2.txt release notes on trunk and on the …
4:23 AM Ticket #25 (contrib.admin - Filtering interface on ForeignKey <select> boxes) updated by Luke Plant
Another thing - I personally would drop the 'Available' header - that …
4:21 AM Ticket #25 (contrib.admin - Filtering interface on ForeignKey <select> boxes) updated by Luke Plant
Patch needs improvement changed
Victor: It won't hit in it's current state. The patch needs a fair …
4:20 AM Ticket #14729 (Database layer (models, ORM) - RawQuerySet.__repr__ fails when params passed as list) created by Marti Raudsepp
Django 1.2.3. The documentation suggests passing arguments to a …
3:50 AM Ticket #14728 (Documentation - More generic text about missing .py extension on commands) created by giallu
I noticed the text […] can be more general as it also applies …
3:14 AM Sprint201012Sydney edited by Greg Turner
Refreshments; redundant link to Sprints. (diff)
3:09 AM Ticket #14721 (Internationalization - USE_THOUSAND_SEPARATOR fails with UnicodeDecodeError in several locales) updated by Marti Raudsepp
I'd suggest using something like u'\u00a0', that way it's clear that …
2:26 AM Ticket #5768 (Database layer (models, ORM) - Allow QuerySet.values() to return values spanning joins (for ...) updated by Tai Lee
Keywords, Needs documentation, Version changed
The patch I've just uploaded doesn't add any new functionality, but …
2:12 AM 5768-m2m-values-r14618.diff attached to Ticket #5768 by Tai Lee
2:08 AM Changeset [49d8313]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Alex Gaynor <alex.gaynor@…>
Corrected the way databases were compared. This allows running the …
1:51 AM Ticket #9893 (File uploads/storage - Filename + path length greater than 100 truncated on database ...) updated by Antti Kaihola
Replying to wwinham: > What are the drawbacks to just …
12:40 AM Ticket #4278 (Template system - get_template should accept a dirs argument) updated by Adam Vandenberg
Needs documentation, Needs tests changed
12:40 AM template-dirs.diff attached to Ticket #4278 by Adam Vandenberg
Rebase on trunk.
12:17 AM Ticket #12756 (Core (Serialization) - dumpdata error message should note pyyaml requirement) updated by Adam Vandenberg
The "serialization formats" page does note the PyYAML requirement: …
12:11 AM Ticket #14038 (Documentation - 1.2 Release notes don't mention new template loader classes) updated by Adam Vandenberg
Needs documentation changed
Given that 1.3 is coming soon, what should be done here, if anything? …
12:09 AM Ticket #6181 (Documentation - Document `django.views.decorators.http`) updated by Adam Vandenberg
Patch needs improvement, Has patch changed
Attached a rough cut at some docs, taken mostly from the docstrings in …
12:08 AM http-view-decorators.diff attached to Ticket #6181 by Adam Vandenberg
Note: See TracTimeline for information about the timeline view.
Back to Top