Timeline



Apr 14, 2010:

11:09 PM Version1.2Roadmap edited by Russell Keith-Magee
Updated expected release date. (diff)
11:06 PM Ticket #13334 (Template system - Importing template tags from an egg fails) updated by Karen Tracey
One last thing -- the earlier patch took the approach of trying the …
10:44 PM Ticket #13334 (Template system - Importing template tags from an egg fails) updated by Karen Tracey
Attached a patch with tests that uses the utility function from the …
10:24 PM 13334.diff attached to Ticket #13334 by Karen Tracey
7:40 PM patch_v3_13328_with_tests.2.diff attached to Ticket #13328 by vbabiy
Thrid version of my patch
7:40 PM patch_v3_13328_with_tests.diff attached to Ticket #13328 by vbabiy
Thrid version of my patch
7:35 PM patch_v2_13328.diff attached to Ticket #13328 by vbabiy
Second version of my patch
7:32 PM Ticket #13119 (Database layer (models, ORM) - Can't pickle queryset) closed by Russell Keith-Magee
worksforme: I can't reproduce the problem reported by @ashchristopher on r12974. I …
7:23 PM Ticket #11319 (Database layer (models, ORM) - ForeignKey filters use the wrong field to prepare values for database) updated by Russell Keith-Magee
#13343 reported the same problem, but with an effect in m2m relations.
7:22 PM Ticket #13343 (Database layer (models, ORM) - Wrong behavior of ManyToMany relationship while using 'trough' in ...) closed by Russell Keith-Magee
duplicate: Confirmed; exists in 1.1. On closer inspection, appears to be a …
6:39 PM Ticket #13348 (Database layer (models, ORM) - After r12950, load_app does not return models modules from eggs) updated by Russell Keith-Magee
Triage Stage changed
6:38 PM Ticket #10809 (contrib.auth - mod_wsgi authentication handler) updated by Graham Dumpleton
Relevant to this is a recent discussion on mod_wsgi mailing list. See: …
6:30 PM Ticket #373 (Database layer (models, ORM) - Add support for multi-column primary keys.) updated by spaceriqui
Cc changed
4:29 PM Ticket #12421 (Database layer (models, ORM) - Foreign Key on Non-Primary Field fails due to lack of Index on Related ...) closed by Ramiro Morales
worksforme: I tset this (using a t12421 app) and MySQL 5.0 by creating only the …
4:27 PM Changeset [a33c767]stable/1.1.x by Karen Tracey <kmtracey@…>
[1.1.X] Fixed Python 2.4 incompatibility introduced in r12973. r12947
4:23 PM Changeset [1cec641]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Karen Tracey <kmtracey@…>
Fixed Python 2.4 incompatibility introduced in r12972. git-svn-id: …
4:14 PM Ticket #13334 (Template system - Importing template tags from an egg fails) updated by Karen Tracey
Does the attached patch really work for the template tag case? In …
4:10 PM Ticket #13343 (Database layer (models, ORM) - Wrong behavior of ManyToMany relationship while using 'trough' in ...) updated by Ramiro Morales
I see this in 1.1 too.
3:41 PM Ticket #13349 (Database layer (models, ORM) - Raw Queries with backends that don't support chunked reads aren't done ...) updated by Alex Gaynor
Triage Stage changed
3:41 PM django-raw-cursor.diff attached to Ticket #13349 by Alex Gaynor
3:40 PM Ticket #13349 (Database layer (models, ORM) - Raw Queries with backends that don't support chunked reads aren't done ...) created by Alex Gaynor
If a backend doesn't support chunked reads the cursor should be …
3:27 PM Ticket #13348 (Database layer (models, ORM) - After r12950, load_app does not return models modules from eggs) updated by Karen Tracey
The eggs are supposed to be in the diff but they're not. They're …
3:26 PM omelet.egg attached to Ticket #13348 by Karen Tracey
3:26 PM nomodelapp.egg attached to Ticket #13348 by Karen Tracey
3:25 PM modelapp.egg attached to Ticket #13348 by Karen Tracey
3:21 PM egg_loading.diff attached to Ticket #13348 by Karen Tracey
3:20 PM Ticket #13348 (Database layer (models, ORM) - After r12950, load_app does not return models modules from eggs) created by Karen Tracey
#13334 points out a problem loading template tags from eggs. Since the …
2:39 PM Ticket #13343 (Database layer (models, ORM) - Wrong behavior of ManyToMany relationship while using 'trough' in ...) updated by Alexander Kaidalov
New, stripped down and abstract version of models: […] and shell …
2:19 PM Ticket #13327 (Database layer (models, ORM) - FileField/ImageField accessor methods throw unnecessary exceptions ...) updated by Apreche
I completely agree that this needs to change. If you set an Image or …
2:14 PM Ticket #13335 (Database layer (models, ORM) - Revision 12950 crashes complex interdependent models in directory) updated by Karen Tracey
(In [12973]) [1.1.X] Fixed #13335: Adjusted the r12950 fix to properly …
2:14 PM Changeset [ef6308d]stable/1.1.x by Karen Tracey <kmtracey@…>
[1.1.X] Fixed #13335: Adjusted the r12950 fix to properly handle …
2:11 PM Ticket #10809 (contrib.auth - mod_wsgi authentication handler) updated by Eric Holscher
Just set this up for myself and it's rather useful. Put me down for …
2:10 PM Ticket #13335 (Database layer (models, ORM) - Revision 12950 crashes complex interdependent models in directory) closed by Karen Tracey
fixed: (In [12972]) Fixed #13335: Adjusted the r12950 fix to properly handle …
2:10 PM Changeset [48dd5f13]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Karen Tracey <kmtracey@…>
Fixed #13335: Adjusted the r12950 fix to properly handle import errors …
2:03 PM Ticket #11675 (Core (Cache system) - Support new memcached wrapper pylibmc) updated by Michael Malone
Hey guys, just a quick comment from my experiences switching to …
1:31 PM Ticket #13335 (Database layer (models, ORM) - Revision 12950 crashes complex interdependent models in directory) updated by Karen Tracey
OK, this last problem is straightforward circular import bug in the …
1:17 PM Ticket #13345 (Testing framework - error message when runing test suite after [12950]) closed by Karen Tracey
fixed: (In [12971]) Fixed #13345: Don't attempt to load the locale …
1:17 PM Changeset [d8910e9]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Karen Tracey <kmtracey@…>
Fixed #13345: Don't attempt to load the locale regressiontests …
1:10 PM Ticket #3304 (Core (Other) - [patch] Support "httponly"-attribute in session cookie.) updated by Jari Pennanen
Cc changed
1:09 PM Ticket #13347 (contrib.auth - XSS Attack prevention using HttpOnly) updated by Jari Pennanen
You know, it is. I searched using "HttpOnly" from above search bar... …
1:07 PM Ticket #12241 (contrib.admin - Admin forgets URL used for prefilling forms when hitting Save and add ...) updated by Karen Tracey
Milestone changed
Sorry, but 1.2 milestone is only for release-critical bugs at this …
1:04 PM Ticket #13347 (contrib.auth - XSS Attack prevention using HttpOnly) closed by Karen Tracey
duplicate: Isn't this #3304?
12:59 PM Ticket #13347 (contrib.auth - XSS Attack prevention using HttpOnly) created by Jari Pennanen
I've just read about …
11:48 AM Ticket #12241 (contrib.admin - Admin forgets URL used for prefilling forms when hitting Save and add ...) updated by Batiste Bieler
Version, Milestone changed
11:42 AM Ticket #13340 (Documentation - patch for updating postgis template script for ubuntu 10.04) updated by neskiem@…
Perhaps there could be two scripts: …
11:05 AM Ticket #13345 (Testing framework - error message when runing test suite after [12950]) updated by Jannis Leidel
Summary changed
11:01 AM 13345.diff attached to Ticket #13345 by Ramiro Morales
11:00 AM Ticket #13345 (Testing framework - error message when runing test suite after [12950]) created by Ramiro Morales
The django test suite has, besides all the regression tests, a …
10:45 AM Ticket #13119 (Database layer (models, ORM) - Can't pickle queryset) updated by Ash Christopher
Fail. *sigh* This isn't really a solution to the problem, or if it …
10:26 AM Ticket #13119 (Database layer (models, ORM) - Can't pickle queryset) updated by Karen Tracey
PLEASE use preview (and WikiFormatting). Most of the code posted in …
10:07 AM Ticket #13119 (Database layer (models, ORM) - Can't pickle queryset) reopened by Ash Christopher
This isn't really a solution to the problem, or if it is a solution to …
8:48 AM Ticket #12241 (contrib.admin - Admin forgets URL used for prefilling forms when hitting Save and add ...) updated by Batiste Bieler
Has patch, Triage Stage changed
The bug #6903 is quite a different beast. This one just keep the query …
8:41 AM preserve_query_string_with_tests.diff attached to Ticket #12241 by Batiste Bieler
Preserve query string, with tests
8:23 AM Ticket #13344 (contrib.comments - Name collision for "next" template variable between contrib.comments ...) updated by Russell Keith-Magee
Triage Stage changed
8:23 AM Ticket #13343 (Database layer (models, ORM) - Wrong behavior of ManyToMany relationship while using 'trough' in ...) updated by Russell Keith-Magee
Triage Stage changed
It would be great if you could reduce this to a *minimal* test case -- …
8:19 AM IrcDjangoFi edited by Jukka Välimaa
irc channel changed (diff)
8:05 AM Ticket #12286 (Core (Management commands) - Table for Model that has been proxied may not be created) updated by Joost Cassee
Running the proxy_model_inheritance test passes after cleaning out …
8:01 AM Ticket #11058 (contrib.admin - list_display_links doesn't allow callables not defined in the model) updated by cmbeelby
Has patch changed
8:01 AM Ticket #11058 (contrib.admin - list_display_links doesn't allow callables not defined in the model) updated by cmbeelby
Has patch changed
7:56 AM Ticket #13334 (Template system - Importing template tags from an egg fails) updated by Russell Keith-Magee
Triage Stage changed
7:56 AM Ticket #13339 (Forms - Date(Time)Field.to_python() fails to parse localized month names) updated by Russell Keith-Magee
Triage Stage changed
Ok - This is closely related to #12986, but it appears to be a …
7:46 AM Ticket #13334 (Template system - Importing template tags from an egg fails) updated by Ramiro Morales
Has patch, Needs tests changed
We need to work on regression test for loading a module from an egg …
7:43 AM 13334-12970.diff attached to Ticket #13334 by Ramiro Morales
Patch with a fix for this issue, needs tests
7:39 AM Ticket #13339 (Forms - Date(Time)Field.to_python() fails to parse localized month names) reopened by Russell Keith-Magee
For my next trick, I will attempt to put my entire lower leg into my …
7:38 AM Ticket #13339 (Forms - Date(Time)Field.to_python() fails to parse localized month names) updated by Karen Tracey
Replying to russellm: > Well, then there is a *big* …
7:31 AM Ticket #13339 (Forms - Date(Time)Field.to_python() fails to parse localized month names) closed by Russell Keith-Magee
invalid: Well, then there is a *big* misunderstanding - because forms.DateField …
7:29 AM Ticket #13339 (Forms - Date(Time)Field.to_python() fails to parse localized month names) reopened by Ulrich Petri
I guess there's a missunderstanding here. What I'm talking about *is* …
7:24 AM Ticket #12286 (Core (Management commands) - Table for Model that has been proxied may not be created) updated by Joost Cassee
Replying to ramiro: > Isolation of a reduced test case …
7:20 AM Ticket #12286 (Core (Management commands) - Table for Model that has been proxied may not be created) updated by Ramiro Morales
Replying to jcassee: > We encounter this problem during …
7:18 AM 13344.diff attached to Ticket #13344 by Erik Stein
Patch renaming the template variable to "post_comment_next". …
7:16 AM Ticket #13344 (contrib.comments - Name collision for "next" template variable between contrib.comments ...) created by Erik Stein
Both the comment system (in post_comment and it's accompagnying …
7:16 AM Ticket #12286 (Core (Management commands) - Table for Model that has been proxied may not be created) updated by Russell Keith-Magee
Patch needs improvement, Milestone changed
If there is a still a regressing behavior, that needs to be addressed …
7:15 AM Ticket #13343 (Database layer (models, ORM) - Wrong behavior of ManyToMany relationship while using 'trough' in ...) created by Alexander Kaidalov
= Models = […] = Wrong Behavior (a.k.a Querying DB) = […] == …
7:12 AM Ticket #13327 (Database layer (models, ORM) - FileField/ImageField accessor methods throw unnecessary exceptions ...) updated by Russell Keith-Magee
Triage Stage changed
This has the potential to be a fairly major change in behavior, so it …
7:11 AM Ticket #13339 (Forms - Date(Time)Field.to_python() fails to parse localized month names) closed by Russell Keith-Magee
wontfix: It isn't clear to me that Date(Time)Field *should* be using …
7:06 AM Ticket #13342 (Forms - MultiValueField - incorrectly use 'required' attribute of ...) closed by Russell Keith-Magee
wontfix: The proposed behavior strikes me as a fairly major change to the …
7:05 AM Ticket #13331 (contrib.admin - Strange behavior of lists of objects with overriden changelist_view in ...) updated by Etienne Robillard
Replying to gabrielhurley: > I'm gonna third the "please …
6:59 AM Ticket #13341 (Documentation - RegexValidator documentation minor problems) updated by Russell Keith-Magee
Triage Stage changed
6:26 AM Ticket #12241 (contrib.admin - Admin forgets URL used for prefilling forms when hitting Save and add ...) updated by Ramiro Morales
See also #6903 that also proposes preserving the query string in …
6:25 AM Ticket #6903 (contrib.admin - Go back to old change_list view after hitting save) updated by Ramiro Morales
See also #12241 that also proposes preserving the query string in …
5:51 AM Ticket #13260 (Core (URLs) - urlresolvers.reverse() generates invalid URLs when an argument ...) updated by Ilya Semenov
I believe this patch is not complete. The existing behavior replaces ' …
5:15 AM keep_query_string_after_continue.diff attached to Ticket #12241 by Batiste Bieler
Keep the request's query string when the button "Save and continue" or …
5:11 AM Ticket #12286 (Core (Management commands) - Table for Model that has been proxied may not be created) updated by Joost Cassee
We encounter this problem during syncdb (and by extension test) of …
4:42 AM fields.patch attached to Ticket #13342 by krejcik
4:42 AM Ticket #13342 (Forms - MultiValueField - incorrectly use 'required' attribute of ...) created by krejcik
MultiValueField is composed from several child fields Validation logic …
4:26 AM Ticket #12286 (Core (Management commands) - Table for Model that has been proxied may not be created) updated by rvdrijst
Cc changed
3:05 AM Ticket #13341 (Documentation - RegexValidator documentation minor problems) created by Simon Meers
In 'RegexValidator' section of documentation …
2:56 AM Ticket #13337 (Documentation - multiple installations in wsgi_embedded mode) closed by Russell Keith-Magee
wontfix: I'm going to wontfix this, on the grounds that Django's documentation …
2:54 AM Ticket #13340 (Documentation - patch for updating postgis template script for ubuntu 10.04) updated by Russell Keith-Magee
Triage Stage changed
2:54 AM Ticket #13336 (Documentation - Document example for setting HttpResponse headers is misleading ...) updated by Russell Keith-Magee
Triage Stage, Milestone changed
12:17 AM 13252.2.diff attached to Ticket #13252 by Chris Beaven

Apr 13, 2010:

11:03 PM Ticket #13328 (Database layer (models, ORM) - Cannot pickle a queryset with filter on field with callable default ...) updated by vbabiy
Has patch changed
11:02 PM patch_13328.diff attached to Ticket #13328 by vbabiy
patch
11:02 PM Ticket #13328 (Database layer (models, ORM) - Cannot pickle a queryset with filter on field with callable default ...) updated by vbabiy
Here is my first go at a patch for Django. My thinking was that if …
10:40 PM Ticket #13334 (Template system - Importing template tags from an egg fails) updated by Ramiro Morales
See #9427 the third attachment there proposes even another idiom to …
8:11 PM Ticket #3349 (Template system - If an ImportError occurs within some loaders a rather confusing ...) closed by Ramiro Morales
fixed: This has been fixed in r12944. I now get: […] This ticket is …
6:55 PM Ticket #13335 (Database layer (models, ORM) - Revision 12950 crashes complex interdependent models in directory) updated by Matt Harasymczuk
After applying your patch to r12950 to my unmodified revision (this …
6:39 PM Ticket #13340 (Documentation - patch for updating postgis template script for ubuntu 10.04) updated by Ramiro Morales
Has patch, Patch needs improvement changed
The current Debian stable release ships postgres 8.3 and postgis 1.3.3 …
6:33 PM Ticket #13335 (Database layer (models, ORM) - Revision 12950 crashes complex interdependent models in directory) updated by Matt Harasymczuk
Replying to kmtracey: > Not that it really matters, but …
5:42 PM Ticket #13335 (Database layer (models, ORM) - Revision 12950 crashes complex interdependent models in directory) updated by Karen Tracey
Replying to haras: > I pasted wrong code, this is ok > but …
5:39 PM update-create-postgis-template-script.patch attached to Ticket #13340 by neskiem@…
a patch to update create postgis template script
5:37 PM create_template_postgis-ubuntu-10.04.sh attached to Ticket #13340 by anonymous
5:37 PM Ticket #13340 (Documentation - patch for updating postgis template script for ubuntu 10.04) created by neskiem@…
http://geodjango.org/docs/create_template_postgis-debian.sh it …
5:37 PM Ticket #13335 (Database layer (models, ORM) - Revision 12950 crashes complex interdependent models in directory) updated by Karen Tracey
Replying to haras: > sample case I use my models > I hope …
5:12 PM Ticket #13335 (Database layer (models, ORM) - Revision 12950 crashes complex interdependent models in directory) updated by Matt Harasymczuk
I pasted wrong code, this is ok but you can see, all my models are …
5:08 PM Ticket #13315 (GIS - Backwards-incompatible changes for GeoDjango not documented (e.g., ...) updated by Alex Gaynor
Justin, can you add a note to the backwards compatibility timeline …
5:06 PM Ticket #13335 (Database layer (models, ORM) - Revision 12950 crashes complex interdependent models in directory) updated by Matt Harasymczuk
sample case I use my models I hope this would help to solve problem …
5:04 PM ticket_13339_l10n_month_tests.diff attached to Ticket #13339 by Ulrich Petri
5:03 PM Ticket #13339 (Forms - Date(Time)Field.to_python() fails to parse localized month names) created by Ulrich Petri
Date(Time)Field.to_python() uses time.strptime to try and parse the …
4:06 PM Ticket #13227 (Database layer (models, ORM) - Query cloning fails with models having Lock as instance member) updated by Claude Paroz
Thanks Russell, it's fine now!
3:47 PM 13315.2.diff attached to Ticket #13315 by jbronn
Added aliases to django.contrib.gis.models.
3:40 PM Ticket #13335 (Database layer (models, ORM) - Revision 12950 crashes complex interdependent models in directory) updated by Karen Tracey
Has patch, Triage Stage, Needs tests, Milestone changed
Possible fix attached. It fixes the problem for the scenario I came up …
3:37 PM Ticket #13315 (GIS - Backwards-incompatible changes for GeoDjango not documented (e.g., ...) updated by jbronn
Needs documentation changed
3:36 PM 13315.1.diff attached to Ticket #13315 by jbronn
Provides backwards-compatibility aliases.
3:36 PM 13335.diff attached to Ticket #13335 by Karen Tracey
2:34 PM Ticket #13338 (Template system - adding custom template context processor(s) to settings.py screws up admin) closed by Alex Gaynor
invalid: Trac is not for asking support questions, please use #django or the …
2:33 PM Ticket #13338 (Template system - adding custom template context processor(s) to settings.py screws up admin) created by marshall.ent@…
I added my own template context processor: […] and the admin …
2:10 PM Ticket #12691 (Documentation - ModelForms documentation missing versionadded tag for 'widgets') updated by Ramiro Morales
Milestone changed
12:51 PM Ticket #13337 (Documentation - multiple installations in wsgi_embedded mode) created by canburak
deployment/modwsgi documentation may include a pointer to …
12:50 PM Ticket #12903 (Internationalization - Missing plural forms in admin) closed by Ramiro Morales
fixed: Fixed in [12968].
11:27 AM Ticket #373 (Database layer (models, ORM) - Add support for multi-column primary keys.) updated by chouquette
Cc changed
10:43 AM Ticket #13335 (Database layer (models, ORM) - Revision 12950 crashes complex interdependent models in directory) updated by Karen Tracey
OK, I figured out a simpler scenario to trigger the problem. Given one …
10:18 AM Ticket #13227 (Database layer (models, ORM) - Query cloning fails with models having Lock as instance member) closed by Russell Keith-Magee
fixed: (In [12970]) Fixed #13227 -- Ensure that the query cache is flushed …
10:18 AM Changeset [e93f56b]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Russell Keith-Magee <russell@…>
Fixed #13227 -- Ensure that the query cache is flushed when a QuerySet …
9:20 AM Ticket #13335 (Database layer (models, ORM) - Revision 12950 crashes complex interdependent models in directory) updated by Karen Tracey
I'd also be interested to know if turning off DEBUG makes the problem …
9:18 AM Ticket #13336 (Documentation - Document example for setting HttpResponse headers is misleading ...) created by dnjuls
In the HttpReponse documentation …
8:55 AM Ticket #13335 (Database layer (models, ORM) - Revision 12950 crashes complex interdependent models in directory) updated by Karen Tracey
Summary changed
This is a bit more complicated than "models in a directory" not …
7:16 AM Ticket #13335 (Database layer (models, ORM) - Revision 12950 crashes complex interdependent models in directory) created by Matt Harasymczuk
my project is to big to hold models in one file I am using models in …
6:34 AM Ticket #13334 (Template system - Importing template tags from an egg fails) created by joerg86
Hi, it seems that from r12944, django cannot deal with template tags …
5:29 AM Ticket #13290 (Documentation - dependency on external jar file for admin js minification needs better ...) closed by Jannis Leidel
fixed: (In [12969]) Fixed #13290 - Added a section about minification of …
5:29 AM Changeset [b3390fe]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Jannis Leidel <jannis@…>
Fixed #13290 - Added a section about minification of admin JavaScript …
5:29 AM Changeset [31f7ff1]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Jannis Leidel <jannis@…>
Fixed #12903 - Made translating the admin action selection text …
5:28 AM Changeset [c3d1267]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Jannis Leidel <jannis@…>
Also minify the JavaScript file for pre-populated form fields in the …
5:28 AM Ticket #12882 (contrib.admin - jQuery.noConflict() in admin breaks site specific code with jQuery) closed by Jannis Leidel
fixed: (In [12966]) Fixed #12882 - Moved the admin's jQuery into our own …
5:28 AM Changeset [1fcf747b]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Jannis Leidel <jannis@…>
Fixed #12882 - Moved the admin's jQuery into our own namespace to …
4:08 AM Ticket #13333 (Documentation - typo in http://docs.djangoproject.com/en/dev/intro/whatsnext/) updated by Gabriel Hurley
Status, Owner, Has patch, Triage Stage changed
I too believe strongly in spelling and grammar, and love the Django …
4:06 AM 13333_spelling.diff attached to Ticket #13333 by Gabriel Hurley
correction for grammar/spelling
4:02 AM Ticket #13331 (contrib.admin - Strange behavior of lists of objects with overriden changelist_view in ...) closed by Gabriel Hurley
invalid: I'm gonna third the "please don't do this." The bug you're seeing is …
2:38 AM Ticket #13333 (Documentation - typo in http://docs.djangoproject.com/en/dev/intro/whatsnext/) created by cicatrix1
I found a typo in {{{ …
1:17 AM Ticket #13331 (contrib.admin - Strange behavior of lists of objects with overriden changelist_view in ...) updated by Alex Gaynor
Just don't do this. It's complete un-thread safe and therefore a …
1:06 AM Ticket #13331 (contrib.admin - Strange behavior of lists of objects with overriden changelist_view in ...) reopened by minder
After setting 'list_editable' and 'exclude' to empty lists, this still …

Apr 12, 2010:

9:43 PM Ticket #13332 (Testing framework - UnitTests assume reference counting semantics) updated by Russell Keith-Magee
(In [12965]) [1.1.X] Fixed #13332 -- Corrected the cleanup code in the …
9:43 PM Changeset [65a9d730]stable/1.1.x by Russell Keith-Magee <russell@…>
[1.1.X] Fixed #13332 -- Corrected the cleanup code in the test client …
9:41 PM Ticket #13332 (Testing framework - UnitTests assume reference counting semantics) closed by Russell Keith-Magee
fixed: (In [12964]) Fixed #13332 -- Corrected the cleanup code in the test …
9:41 PM Changeset [35f41507]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Russell Keith-Magee <russell@…>
Fixed #13332 -- Corrected the cleanup code in the test client to avoid …
9:22 PM Ticket #13332 (Testing framework - UnitTests assume reference counting semantics) updated by Alex Gaynor
Triage Stage changed
9:22 PM django-unittest-refcount.diff attached to Ticket #13332 by Alex Gaynor
9:22 PM Ticket #13332 (Testing framework - UnitTests assume reference counting semantics) created by Alex Gaynor
This results in a *very* hard to debug failure on PyPy's hybrid GC.
9:00 PM Ticket #13227 (Database layer (models, ORM) - Query cloning fails with models having Lock as instance member) updated by Russell Keith-Magee
(In [12963]) [1.1.X] Refs #13227 -- Partial backport of r12865; …
9:00 PM Changeset [cf08ea4]stable/1.1.x by Russell Keith-Magee <russell@…>
[1.1.X] Refs #13227 -- Partial backport of r12865; backported the …
8:56 PM Ticket #13227 (Database layer (models, ORM) - Query cloning fails with models having Lock as instance member) updated by Russell Keith-Magee
The issue is that by evaluating mms_id_list (which evaluates the mms …
8:22 PM Ticket #13287 (Documentation - Documentation about {% url %} arguments still mentions comma separation) updated by Chris Beaven
Triage Stage changed
8:21 PM Ticket #13287 (Documentation - Documentation about {% url %} arguments still mentions comma separation) updated by Chris Beaven
Summary changed
6:53 PM Ticket #13229 (contrib.localflavor - List of Finnish municipalities updated for the year 2010 ...) closed by Russell Keith-Magee
fixed: (In [12962]) Fixed #13229 -- Corrected a test failure caused by the …
6:53 PM Changeset [b7b38a41]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Russell Keith-Magee <russell@…>
Fixed #13229 -- Corrected a test failure caused by the change in …
6:14 PM Ticket #13331 (contrib.admin - Strange behavior of lists of objects with overriden changelist_view in ...) closed by Karen Tracey
invalid: You are doing something wrong. Note a single ModelAdmin instance may …
6:01 PM Ticket #13326 (Core (Other) - class ModelForm should copy Model 's inner class Field max_length attribute) closed by anonymous
invalid: Okay {{{ form.title.field.max_length }}} works.
5:58 PM Ticket #13331 (contrib.admin - Strange behavior of lists of objects with overriden changelist_view in ...) created by minder
I spotted a strange behavior in the admin: I've made an Admin for my …
5:56 PM Ticket #13326 (Core (Other) - class ModelForm should copy Model 's inner class Field max_length attribute) reopened by anonymous
5:55 PM Ticket #13326 (Core (Other) - class ModelForm should copy Model 's inner class Field max_length attribute) updated by anonymous
[…] does not work.
5:52 PM Ticket #13326 (Core (Other) - class ModelForm should copy Model 's inner class Field max_length attribute) updated by anonymous
incl: excerpts of /site-packages/django/forms/fields.py […]
5:49 PM Ticket #13326 (Core (Other) - class ModelForm should copy Model 's inner class Field max_length attribute) closed by Alex Gaynor
invalid: It is available as form.title.field.field.max_length .
5:43 PM Ticket #13326 (Core (Other) - class ModelForm should copy Model 's inner class Field max_length attribute) reopened by anonymous
Replying to Alex: >xxx fields have max_length
4:11 PM Changeset [ee2b07c]stable/1.1.x by Karen Tracey <kmtracey@…>
[1.1.X] Added Pyton 2.3 compatibility import for use of set by some …
4:06 PM Ticket #13227 (Database layer (models, ORM) - Query cloning fails with models having Lock as instance member) reopened by Claude Paroz
I'm so sorry, but I think this is not completely resolved. Here is an …
4:04 PM Ticket #13328 (Database layer (models, ORM) - Cannot pickle a queryset with filter on field with callable default ...) updated by Brandon Konkle
That makes MUCH more sense now - the Unicode/string error had me …
4:02 PM Ticket #13328 (Database layer (models, ORM) - Cannot pickle a queryset with filter on field with callable default ...) updated by Karen Tracey
Note the `TypeError: expected string or Unicode object, NoneType …
3:57 PM 13328_test.diff attached to Ticket #13328 by Karen Tracey
3:56 PM Ticket #13328 (Database layer (models, ORM) - Cannot pickle a queryset with filter on field with callable default ...) updated by Karen Tracey
Triage Stage, Component, Summary changed
The root of the problem is that the field being filtered has a default …
3:25 PM Ticket #13287 (Documentation - Documentation about {% url %} arguments still mentions comma separation) updated by Gabriel Hurley
Status, Owner, Has patch changed
Attached a patch that updates the only instance of that phrase in the …
3:23 PM 13287_docs.diff attached to Ticket #13287 by Gabriel Hurley
update reference to "comma-separated values" for url tag to …
3:19 PM Ticket #13330 (Uncategorized - ORM features: history; dynamic translation; acl; change requests) closed by Luke Plant
invalid: This is much too broad to be a single ticket. Some of the things you …
3:10 PM Ticket #13329 (Documentation - Error in documentation) updated by Gabriel Hurley
Status, Owner, Has patch changed
Yep, it was just a missing backslash.
3:05 PM 13329_escaping.diff attached to Ticket #13329 by Gabriel Hurley
fixes unescaped backslash
2:49 PM Ticket #13330 (Uncategorized - ORM features: history; dynamic translation; acl; change requests) created by mikew@…
Hi @all, I already did some workarounds for getting Django towards my …
2:32 PM Ticket #13329 (Documentation - Error in documentation) updated by Alex Gaynor
Version, Triage Stage changed
Looks like it's probably an escaping issue.
2:15 PM Ticket #13329 (Documentation - Error in documentation) created by Mathieu
The code mentioned at …
1:59 PM Ticket #8913 (Forms - Make the "must be unique" error messages in ModelForms customizable) updated by tinodb
Cc changed
1:40 PM Ticket #13328 (Database layer (models, ORM) - Cannot pickle a queryset with filter on field with callable default ...) updated by Brandon Konkle
Cc changed
1:39 PM Ticket #13328 (Database layer (models, ORM) - Cannot pickle a queryset with filter on field with callable default ...) updated by Karen Tracey
Description changed
Fixed formatting. Please use preview.
1:39 PM models.py attached to Ticket #13328 by Brandon Konkle
An abbreviated models.py which, when used, reproduces the error.
1:38 PM interacitve_output.txt attached to Ticket #13328 by Brandon Konkle
iPython interactive interpreter output, including traceback
1:35 PM Ticket #13328 (Database layer (models, ORM) - Cannot pickle a queryset with filter on field with callable default ...) created by Brandon Konkle
We're caching with memcached, and using django.core.cache to directly …
1:12 PM Ticket #3304 (Core (Other) - [patch] Support "httponly"-attribute in session cookie.) updated by rodolfo
Is possible solve it with a middleware: …
12:47 PM Ticket #13229 (contrib.localflavor - List of Finnish municipalities updated for the year 2010 ...) reopened by Karen Tracey
There's apparently a test that relies on the data in this list of …
12:27 PM Ticket #12142 (Database layer (models, ORM) - Calling update() on EmptyQuerySet updates all rows in database) updated by Karen Tracey
(In [12960]) [1.1.X] Fixed #12142 -- EmptyQuerySet.update() no longer …
12:27 PM Changeset [eca89ea]stable/1.1.x by Karen Tracey <kmtracey@…>
[1.1.X] Fixed #12142 -- EmptyQuerySet.update() no longer updates all …
12:02 PM Ticket #8913 (Forms - Make the "must be unique" error messages in ModelForms customizable) updated by Oroku Saki
Cc changed
See …
12:00 PM Changeset [4771790c]stable/1.1.x by Karen Tracey <kmtracey@…>
[1.1.X] svnmerge.py metatdata housekeeping. git-svn-id: …
11:54 AM DevelopersForHire edited by Camilo Nova
(diff)
10:38 AM Ticket #13327 (Database layer (models, ORM) - FileField/ImageField accessor methods throw unnecessary exceptions ...) updated by Alex Gaynor
Description changed
Please use preview.
10:38 AM Ticket #13326 (Core (Other) - class ModelForm should copy Model 's inner class Field max_length attribute) closed by Alex Gaynor
invalid: Uhh, fields have max_length available to them.
10:32 AM Ticket #13325 (contrib.admin - admin RelatedFieldWidgetWrapper bugfix) updated by anthony@…
oh, i hadnt seen that one, sry
10:30 AM Ticket #13327 (Database layer (models, ORM) - FileField/ImageField accessor methods throw unnecessary exceptions ...) created by kevin.howerton@…
Many of the accessor methods on the FileField call this method: […] …
10:29 AM Ticket #13326 (Core (Other) - class ModelForm should copy Model 's inner class Field max_length attribute) created by m2k1985@…
When using model-based forms, when the framework create form class …
10:10 AM Ticket #13325 (contrib.admin - admin RelatedFieldWidgetWrapper bugfix) closed by Ramiro Morales
duplicate: Duplicate of #1035 that has a patch that contains tests and is already …
9:59 AM Ticket #13229 (contrib.localflavor - List of Finnish municipalities updated for the year 2010 ...) closed by Russell Keith-Magee
fixed: (In [12958]) Fixed #13229 -- Updated the list of Finnish …
9:59 AM Changeset [217a379]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Russell Keith-Magee <russell@…>
Fixed #13229 -- Updated the list of Finnish municipalities in …
9:55 AM Changeset [f45e39ba]stable/1.1.x by Brian Rosner <brosner@…>
Fixed #11957 -- exceptions in admin.py are no longer hidden after …
9:55 AM Ticket #13312 (Database layer (models, ORM) - Add a way to customize the order_by() of null fields) updated by Sergey Dobrov
that's ok, but there is no way to control this behavior. i mean that i …
9:38 AM check_perms_related_widget.diff attached to Ticket #13325 by anthony@…
9:37 AM Ticket #13325 (contrib.admin - admin RelatedFieldWidgetWrapper bugfix) created by anthony@…
a simple patch that checks if the user has permission to add for a …
9:36 AM Ticket #11957 (django-admin.py runserver - runserver must be restarted after error in admin.py) closed by Brian Rosner
fixed: (In [12956]) Fixed #11957 -- exceptions in admin.py are no longer …
9:36 AM Changeset [2a752ed]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Brian Rosner <brosner@…>
Fixed #11957 -- exceptions in admin.py are no longer hidden after …
9:23 AM Ticket #13324 (Database layer (models, ORM) - r12914 introduced test failure on 1.1.X branch) closed by Russell Keith-Magee
fixed: Turns out this was a problem because r12941 wasn't backported. I've …
9:22 AM Ticket #13309 (Database layer (models, ORM) - Queryset.delete() only works if there are less than CHUNKSIZE models ...) updated by Russell Keith-Magee
(In [12955]) [1.1.X] Fixed #13309 -- Ensure that delete() deletes …
9:22 AM Changeset [38056e82]stable/1.1.x by Russell Keith-Magee <russell@…>
[1.1.X] Fixed #13309 -- Ensure that delete() deletes everything it …
8:59 AM Ticket #13167 (Template system - Non-existent arg passed to template filter raises VariableDoesNotExist) updated by Russell Keith-Magee
Milestone changed
I agree with Karen. Applying the fix to the FilterExpression may have …
8:56 AM Ticket #13167 (Template system - Non-existent arg passed to template filter raises VariableDoesNotExist) updated by Russell Keith-Magee
(In [12954]) Refs #13167 -- Corrected a regression in the way …
8:56 AM Changeset [2cebe439]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Russell Keith-Magee <russell@…>
Refs #13167 -- Corrected a regression in the way non-existent …
8:28 AM Ticket #11711 (Documentation - Document precise returned object of values_list()) updated by Karen Tracey
(In [12953]) [1.1.X] Fixed #11711 -- clarified that ValuesQuerySets …
8:28 AM Changeset [a67b35a0]stable/1.1.x by Karen Tracey <kmtracey@…>
[1.1.X] Fixed #11711 -- clarified that ValuesQuerySets are not lists …
8:24 AM Changeset [6dc0499]stable/1.1.x by Karen Tracey <kmtracey@…>
[1.1.X] Fixed two small doc markup errors. Partial merge of r12741
8:00 AM Ticket #13324 (Database layer (models, ORM) - r12914 introduced test failure on 1.1.X branch) created by Karen Tracey
r12914 introduced a failure in the sessions test on the 1.1.X branch: …
7:47 AM DjangoJobs edited by ThomasTurner
(diff)
7:46 AM DjangoJobs edited by ThomasTurner
(diff)
7:43 AM Ticket #11696 (Database layer (models, ORM) - validate command in 1.1 hides errors in models that used to be shown) updated by Karen Tracey
(In [12951]) [1.1.X] Fixed #11696: Changed app loading code so that it …
7:43 AM Changeset [46b9dd3]stable/1.1.x by Karen Tracey <kmtracey@…>
[1.1.X] Fixed #11696: Changed app loading code so that it does not …
7:39 AM Ticket #11696 (Database layer (models, ORM) - validate command in 1.1 hides errors in models that used to be shown) closed by Karen Tracey
fixed: (In [12950]) Fixed #11696: Changed app loading code so that it does …
7:39 AM Changeset [55c31fbd]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Karen Tracey <kmtracey@…>
Fixed #11696: Changed app loading code so that it does not swallow …
7:21 AM Ticket #10702 (Database layer (models, ORM) - .extra() should accept "having" parameter) updated by fetzig
whats the use of being able use aggregates and not being able to set a …
5:30 AM Ticket #13321 (contrib.admin - Drop reference to 'quality time' in admin logout message) closed by Russell Keith-Magee
wontfix: You *can* change the admin message easily, it *isn't* a task for the …
5:22 AM Ticket #13321 (contrib.admin - Drop reference to 'quality time' in admin logout message) reopened by Etienne Robillard
I disagree. I think it makes senses to allow admin and management …
2:56 AM Ticket #13322 (Core (Management commands) - Problem with inspectdb and encoding) updated by josemaria@…
Test case: […]

Apr 11, 2010:

10:00 PM Ticket #6148 (Database layer (models, ORM) - Add generic support for database schemas) updated by Ramiro Morales
Status, Owner changed
Patch has been updated to trunk as of now. It still passes the Django …
9:54 PM 6148-r12948.diff attached to Ticket #6148 by Ramiro Morales
Path updated to r12948, tested with postgresql 8.3 and sqlite3
8:47 PM Ticket #11058 (contrib.admin - list_display_links doesn't allow callables not defined in the model) updated by cmbeelby
Needs tests changed
Finally figured out a good way to test. Have attached the test files …
8:42 PM tests.diff attached to Ticket #11058 by cmbeelby
Test cases to ensure fix doesn't break again later
8:40 PM tests.2.diff attached to Ticket #11058 by cmbeelby
Test cases to ensure fix doesn't break again later
8:38 PM validation.diff attached to Ticket #11058 by cmbeelby
7:50 PM 12286-r12948.diff attached to Ticket #12286 by Ramiro Morales
7:50 PM 12882.3.diff attached to Ticket #12882 by Jannis Leidel
Moved admin jQuery into our own namespace to lower the risk of clash …
7:47 PM Ticket #12286 (Core (Management commands) - Table for Model that has been proxied may not be created) reopened by Ramiro Morales
While debugging another unrelated issue I found that the situation …
7:05 PM Ticket #13322 (Core (Management commands) - Problem with inspectdb and encoding) updated by Russell Keith-Magee
Triage Stage, Needs tests, Milestone changed
This isn't critical for 1.2. It's difficult to evaluate whether the …
6:45 PM Ticket #13323 (Uncategorized - Load app by full name, not only label) closed by Russell Keith-Magee
duplicate: No, it isn't possible to have two apps with the same name (at least, …
6:42 PM Ticket #13321 (contrib.admin - Drop reference to 'quality time' in admin logout message) closed by Russell Keith-Magee
wontfix: In the 5 years Django is public, you're the first person I'm aware of …
4:45 PM same_app_label_test.diff attached to Ticket #13323 by chtito
3:32 PM Ticket #13323 (Uncategorized - Load app by full name, not only label) updated by Matt McClanahan
You're probably looking for #3591.
3:11 PM Ticket #11933 (Documentation - Missing cached_db value in SESSION_ENGINE setting docs) updated by Gabriel Hurley
Patch needs improvement changed
fixed (again). corrections done against latest trunk [12949] so it …
3:08 PM 11933_correction.diff attached to Ticket #11933 by Gabriel Hurley
corrects cache_db to cached_db, patched against current trunk
2:01 PM Ticket #9437 (GIS - OperationalError under fastcgi when maxrequests=1 is set) updated by jbronn
(In [12949]) [1.1.X] Fixed #9437 -- Now close the connection after …
2:01 PM Changeset [bf5d71f2]stable/1.1.x by Justin Bronn <jbronn@…>
[1.1.X] Fixed #9437 -- Now close the connection after getting the …
1:59 PM Ticket #9437 (GIS - OperationalError under fastcgi when maxrequests=1 is set) closed by jbronn
fixed: (In [12948]) Fixed #9437 -- Now close the connection after getting the …
1:59 PM Changeset [82b8b67]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Justin Bronn <jbronn@…>
Fixed #9437 -- Now close the connection after getting the PostGIS …
1:55 PM applabel.diff attached to Ticket #13323 by chtito
1:54 PM Ticket #13323 (Uncategorized - Load app by full name, not only label) created by chtito
It might be desirable to load apps not only by label, but also by full …
11:40 AM Ticket #13322 (Core (Management commands) - Problem with inspectdb and encoding) updated by josemaria@…
Has patch, Component, Milestone changed
Decode UTF-8 for table attribute names: […]
11:35 AM Ticket #13322 (Core (Management commands) - Problem with inspectdb and encoding) updated by Alex Gaynor
Description changed
Please use preview.
11:26 AM Ticket #13322 (Core (Management commands) - Problem with inspectdb and encoding) updated by josemaria@…
While trying to generate model from database with manage.py inspectdb …
11:21 AM Ticket #13322 (Core (Management commands) - Problem with inspectdb and encoding) created by josemaria@…
While trying to generate model from database with manage.py inspectdb …
9:49 AM Ticket #12650 (Contrib apps - Some contrib apps depend on the i18n context processor to output valid ...) reopened by Ramiro Morales
Please ignore all my babbling about where the i18n context processor …
9:40 AM Ticket #13321 (contrib.admin - Drop reference to 'quality time' in admin logout message) created by anonymous
This relates to the template file at …
9:26 AM 12650-r12947.diff attached to Ticket #12650 by Ramiro Morales
Patch fixing issue as devised by robhudson plus tests.
7:12 AM Ticket #11933 (Documentation - Missing cached_db value in SESSION_ENGINE setting docs) reopened by mb0@…
sorry guys, the patch is incorrect the backend is called cached_db
4:36 AM Ticket #13313 (Database layer (models, ORM) - Custom Default Manager with extra __init__ arguments fails if model is ...) updated by Russell Keith-Magee
Milestone changed
On closer examination, this isn't actually a regression for 1.2; it's …
3:35 AM Ticket #13301 (contrib.admin - Wrong capitalization in result_headers' texts) closed by Russell Keith-Magee
fixed: (In [12947]) Fixed #13301 -- Corrected problem with capitalization of …
3:35 AM Changeset [faceca7]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Russell Keith-Magee <russell@…>
Fixed #13301 -- Corrected problem with capitalization of changelist …
1:58 AM Ticket #13298 (contrib.admin - Test admin_views.ReadonlyTest.test_readonly_get is broken) closed by Russell Keith-Magee
fixed: (In [12946]) Fixed #13298 -- Modified test assertion to ensure that …
1:58 AM Changeset [f4c76fb]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Russell Keith-Magee <russell@…>
Fixed #13298 -- Modified test assertion to ensure that javascript …
1:50 AM Ticket #13319 (Core (Other) - loaddata should print something when no fixture is found) closed by Russell Keith-Magee
fixed: (In [12945]) Fixed #13319 -- Modified the default verbosity level for …
1:50 AM Changeset [736afb4]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Russell Keith-Magee <russell@…>
Fixed #13319 -- Modified the default verbosity level for "no fixtures …
1:48 AM Ticket #13319 (Core (Other) - loaddata should print something when no fixture is found) updated by Russell Keith-Magee
Status, Milestone, Owner, Triage Stage changed
1:48 AM Ticket #13311 (Template system - Template Tag modules that raise an ImportError are difficult to debug) closed by Russell Keith-Magee
fixed: (In [12944]) Fixed #13311 -- Modified the tag library import process …
1:48 AM Changeset [aed032d]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Russell Keith-Magee <russell@…>
Fixed #13311 -- Modified the tag library import process so it doesn't …
Note: See TracTimeline for information about the timeline view.
Back to Top