Timeline



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 …

Apr 10, 2010:

9:32 PM multipart_form_as_last_in_formwizard.diff attached to Ticket #7439 by makoste
add raise when multipart form is not as last
8:56 PM Ticket #13320 (Uncategorized - loaddata and syncdb should use the python logging) closed by Russell Keith-Magee
duplicate: I'm going to close this as a dupe of #12012. A built-in logging …
8:49 PM Ticket #13318 (Database layer (models, ORM) - Django messed up the table names.) closed by Russell Keith-Magee
worksforme: Under my testing, if you have the following models: […] […] …
8:06 PM Ticket #13313 (Database layer (models, ORM) - Custom Default Manager with extra __init__ arguments fails if model is ...) updated by CBWhiz@…
Assuming you want to support this feature, one main way I can think of …
4:23 PM Ticket #13320 (Uncategorized - loaddata and syncdb should use the python logging) created by chtito
The commands that use a verbosity flag (loaddata and syncdb) should …
4:15 PM loaddata.diff attached to Ticket #13319 by chtito
4:15 PM Ticket #13319 (Core (Other) - loaddata should print something when no fixture is found) created by chtito
loaddata silently exits when no fixture is found. I find this …
2:25 PM Ticket #13315 (GIS - Backwards-incompatible changes for GeoDjango not documented (e.g., ...) updated by Brandon Konkle
Cc changed
1:29 PM Ticket #13318 (Database layer (models, ORM) - Django messed up the table names.) created by songziang@…
I am working on a project which contains multiple tables in model. I …
10:48 AM Ticket #13315 (GIS - Backwards-incompatible changes for GeoDjango not documented (e.g., ...) updated by jbronn
Status, Owner, Summary changed
Replying to russellm: > If this is a backwards …
9:22 AM Ticket #13316 (contrib.auth - AuthenticationForm shouldn't prefill user's password on failure) updated by Russell Keith-Magee
Triage Stage, Milestone changed
9:14 AM Ticket #13296 (Database layer (models, ORM) - order_with_respect_to fails to correctly track _order after deleting ...) updated by Russell Keith-Magee
Component, Triage Stage changed
Ok - that's a lot clearer, and it's clearly a problem. Your suggested …
8:53 AM Ticket #13311 (Template system - Template Tag modules that raise an ImportError are difficult to debug) updated by Russell Keith-Magee
Triage Stage, Milestone changed
Agreed that masking the import error is less than ideal. Accepting to …
8:51 AM Ticket #13313 (Database layer (models, ORM) - Custom Default Manager with extra __init__ arguments fails if model is ...) updated by Russell Keith-Magee
Triage Stage changed
This is certainly something that needs to be addressed for 1.2; …
8:47 AM Ticket #13314 (Forms - "FileField" validation does not account for "upload_to" when counting ...) updated by Russell Keith-Magee
Triage Stage changed
8:46 AM Ticket #13316 (contrib.auth - AuthenticationForm shouldn't prefill user's password on failure) updated by Russell Keith-Magee
Status, Owner, Needs tests changed
8:40 AM Ticket #13317 (Documentation - {% blocktrans %}: accessing attributes and general documentation ...) updated by Russell Keith-Magee
Triage Stage changed
8:31 AM Ticket #13315 (GIS - Backwards-incompatible changes for GeoDjango not documented (e.g., ...) updated by Russell Keith-Magee
Component, Triage Stage changed
If this is a backwards incompatible change, it's not just a …
2:36 AM Ticket #13275 (Template system - url_backwards_re catastrophic backtracking (?) problem) closed by Russell Keith-Magee
fixed: (In [12943]) Fixed #13275 -- Modified the parsing logic of the {% url …
2:35 AM Changeset [b579350c]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 #13275 -- Modified the parsing logic of the {% url %} tag to …
1:54 AM Ticket #13260 (Core (URLs) - urlresolvers.reverse() generates invalid URLs when an argument ...) updated by stumbles
Has patch changed
Added a copy of russellm's regression test to also test kwargs. Have …
1:46 AM Ticket #13317 (Documentation - {% blocktrans %}: accessing attributes and general documentation ...) created by Chris Morgan
In the Django template system, it's documented about using `{% …
1:35 AM t13260-test2.diff attached to Ticket #13260 by stumbles
Additional tests to also cover % in keyword arguments

Apr 9, 2010:

10:06 PM Ticket #13260 (Core (URLs) - urlresolvers.reverse() generates invalid URLs when an argument ...) updated by stumbles
Status, Owner changed
9:14 PM DevelopersForHire edited by designdivine
added design divine to Polands django developers for hire (diff)
8:36 PM Ticket #5925 (Core (Other) - Unable to use urlresolvers (url,reverse ) feature in redirect argument ...) updated by Wil Clouser
Cc changed
8:02 PM authform.diff attached to Ticket #13316 by Wil Clouser
pass render_value=False to PasswordInput
8:02 PM Ticket #13316 (contrib.auth - AuthenticationForm shouldn't prefill user's password on failure) created by Wil Clouser
contrib.auth.forms.AuthenticationForm should be passing …
5:25 PM postgisapapterchange-2.diff attached to Ticket #13315 by Brandon Konkle
5:25 PM Ticket #13315 (GIS - Backwards-incompatible changes for GeoDjango not documented (e.g., ...) updated by Brandon Konkle
Correction - I forgot the 's' on the end of 'backends' for the renamed …
5:19 PM postgisapapterchange.diff attached to Ticket #13315 by Brandon Konkle
5:18 PM Ticket #13315 (GIS - Backwards-incompatible changes for GeoDjango not documented (e.g., ...) created by Brandon Konkle
The django.contrib.gis.db.backend.postgis.adaptor.PostGISAdaptor class …
4:42 PM Ticket #13314 (Forms - "FileField" validation does not account for "upload_to" when counting ...) created by Denilson Figueiredo de Sá
I have a model with a FileField object: […] And I have a view …
4:37 PM Ticket #13275 (Template system - url_backwards_re catastrophic backtracking (?) problem) updated by Chris Beaven
I solved the problem by not bothering with creating another regular …
4:30 PM Ticket #13275 (Template system - url_backwards_re catastrophic backtracking (?) problem) updated by Chris Beaven
Has patch, Triage Stage changed
4:30 PM 13275.diff attached to Ticket #13275 by Chris Beaven
3:51 PM Changeset [f4eac3d]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@…>
Minor documentation tweaks for GeoDjango, including addition of link …
3:48 PM country_and_language_fields_trunk.20100409.patch attached to Ticket #5446 by Hector Lecuanda
Apply against latest trunk, moved field definitions to localflavor so …
3:43 PM Ticket #13275 (Template system - url_backwards_re catastrophic backtracking (?) problem) updated by Chris Beaven
Status, Owner changed
3:20 PM Ticket #13312 (Database layer (models, ORM) - Add a way to customize the order_by() of null fields) closed by James Bennett
wontfix: I think this is one of those cases where we really just have to tell …
3:18 PM Ticket #10146 (contrib.markup - Support for contrib/markdown extension_configs in settings.py) updated by James Bennett
The request for documentation for reST filter support has been split …
3:17 PM Ticket #13310 (Documentation - RESTRUCTUREDTEXT_FILTER_SETTINGS is undocumented) updated by James Bennett
Triage Stage changed
This was split off, at my request, from #10146 which additionally …
2:36 PM Ticket #13313 (Database layer (models, ORM) - Custom Default Manager with extra __init__ arguments fails if model is ...) updated by CBWhiz@…
Keywords, Version changed
2:33 PM Ticket #13313 (Database layer (models, ORM) - Custom Default Manager with extra __init__ arguments fails if model is ...) created by CBWhiz@…
Suppose I have the following classes: […] This is all well and …
12:58 PM Ticket #13312 (Database layer (models, ORM) - Add a way to customize the order_by() of null fields) created by Sergey Dobrov
Applying order_by on null=True fields gives different results on mysql …
12:54 PM Ticket #6434 (Documentation - auto_now and auto_now_add documentation) updated by Adam Nelson
Owner changed
Nobody seems to be working on this so I'll take it.
12:32 PM Ticket #12986 (Forms - SelectDateField doesn't repost data when USE_L10N = True and ...) reopened by Jannis Leidel
Please don't close tickets that haven't been fixed in trunk.
11:51 AM Ticket #12986 (Forms - SelectDateField doesn't repost data when USE_L10N = True and ...) closed by anonymous
fixed
9:53 AM Ticket #10702 (Database layer (models, ORM) - .extra() should accept "having" parameter) updated by fetzig
Cc changed
9:26 AM Ticket #2131 (HTTP handling - HttpResponseSendFile for serving static files handler-specific ...) updated by David Larlet
Cc changed
8:24 AM Ticket #13309 (Database layer (models, ORM) - Queryset.delete() only works if there are less than CHUNKSIZE models ...) closed by Russell Keith-Magee
fixed: (In [12941]) Fixed #13309 -- Ensure that delete() deletes everything …
8:24 AM Changeset [040c18b1]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 #13309 -- Ensure that delete() deletes everything it should …
8:10 AM Ticket #13308 (Database layer (models, ORM) - dumpdata doesn't honor router information) closed by Russell Keith-Magee
fixed: (In [12940]) Fixed #13308 -- Ensured that dumpdata correctly interacts …
8:08 AM Changeset [7b476096]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 #13308 -- Ensured that dumpdata correctly interacts with router …
7:39 AM Ticket #13293 (Database layer (models, ORM) - r12900 breaks extra() with additional select clauses (Only applies to ...) closed by Russell Keith-Magee
fixed: (In [12939]) Fixed #13293 -- Corrected a problem with the MySQL …
7:39 AM Changeset [e9bbdb3]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 #13293 -- Corrected a problem with the MySQL handling of boolean …
6:07 AM Ticket #13304 (Core (Other) - django.contrib.auth.decorators don't work with callable objects) closed by Russell Keith-Magee
fixed: (In [12938]) Fixed #13304 -- Updated auth decorators so they can be …
6:07 AM Changeset [056c940]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 #13304 -- Updated auth decorators so they can be used with …
5:52 AM Ticket #13296 (Database layer (models, ORM) - order_with_respect_to fails to correctly track _order after deleting ...) reopened by Chris
Sorry for being unclear I didn't mean for this to be taken as an issue …
5:16 AM Ticket #12780 (contrib.admin - Provide a hook for compound form/formset validation in ModelAdmin) updated by mrts
I'll have to abandon driving this further, sorry.
5:14 AM Ticket #7028 (contrib.admin - Better admin raw_id_fields feedback) updated by mrts
My patch is complete, but doesn't touch ManyToManyFields. I can not …
2:36 AM Ticket #13299 (Documentation - Handicapped objects passed to models signals during loaddata) updated by Patryk Zawadzki
Yes, I understand why parent object data is not available when loading …
2:04 AM Ticket #13311 (Template system - Template Tag modules that raise an ImportError are difficult to debug) created by amccurdy
I have several template tag libraries that I register using the …
1:24 AM Ticket #13305 (Template system - date-filter doesn't use correct fallback with USE_L10N) updated by Horst Gutmann <horst@…>
Sorry, my bad then :-) I kind of thought that would only apply if …
12:58 AM Ticket #13306 (Uncategorized - Umlaut gets currupted using django shell) closed by Karen Tracey
invalid: This is a Python bug: http://bugs.python.org/issue1288615 It does not …
12:17 AM restructuredtext_filter_settings_documentation.diff attached to Ticket #13310 by Wraithan
Patch to add the documentation for RESTRUCTUREDTEXT_FILTER_SETTINGS
12:16 AM Ticket #13310 (Documentation - RESTRUCTUREDTEXT_FILTER_SETTINGS is undocumented) created by Wraithan
http://code.djangoproject.com/browser/django/trunk/django/contrib/marku

Apr 8, 2010:

11:31 PM Ticket #13309 (Database layer (models, ORM) - Queryset.delete() only works if there are less than CHUNKSIZE models ...) updated by Alex Gaynor
Milestone changed
11:13 PM Ticket #13300 (contrib.admin - Collapsable fieldsets broken in StackedInline) updated by Evandro Myller
shameonme, it worked for me now too. guess it was a caching problem …
10:49 PM Ticket #13309 (Database layer (models, ORM) - Queryset.delete() only works if there are less than CHUNKSIZE models ...) created by craig.kimerer@…
It seems revision [12912] broke deleting a whole queryset when the …
10:25 PM Ticket #13280 (Database layer (models, ORM) - postgresql exclude issue) updated by Russell Keith-Magee
Triage Stage changed
There's a possibility that this is actually a duplicate of another …
9:57 PM Ticket #13296 (Database layer (models, ORM) - order_with_respect_to fails to correctly track _order after deleting ...) closed by Russell Keith-Magee
worksforme: I can't reproduce this - or for the most part, even work out what is …
9:41 PM Ticket #13308 (Database layer (models, ORM) - dumpdata doesn't honor router information) updated by Russell Keith-Magee
Triage Stage changed
9:40 PM Ticket #13308 (Database layer (models, ORM) - dumpdata doesn't honor router information) created by Russell Keith-Magee
Reported by wizard_2/Francis on django-users: loaddata uses …
9:21 PM 12903-r12937.diff attached to Ticket #12903 by Ramiro Morales
New version of the patch, fixed a typo and changed method of passing a …
8:29 PM Ticket #13291 (Core (Management commands) - Allow `color_style()` and `parse_color_setting()` to be used with ...) updated by Russell Keith-Magee
Triage Stage changed
8:21 PM Ticket #13293 (Database layer (models, ORM) - r12900 breaks extra() with additional select clauses (Only applies to ...) updated by Russell Keith-Magee
Triage Stage changed
8:21 PM Ticket #13295 (Database layer (models, ORM) - Add a Meta.sequence option to models) updated by Russell Keith-Magee
Patch needs improvement, Triage Stage changed
It's an edge case, but one that's probably worth supporting. …
8:14 PM Ticket #13297 (Database layer (models, ORM) - Cannot specify 'pk' in model default ordering) updated by Russell Keith-Magee
Triage Stage changed
Looks like a case where the 'pk' alias isn't being expanded correctly. …
8:13 PM Ticket #13298 (contrib.admin - Test admin_views.ReadonlyTest.test_readonly_get is broken) updated by Russell Keith-Magee
Triage Stage changed
8:12 PM Ticket #13299 (Documentation - Handicapped objects passed to models signals during loaddata) updated by Russell Keith-Magee
Component, Triage Stage changed
The issue is that when you call loaddata, we are specifically saving …
8:07 PM Ticket #13300 (contrib.admin - Collapsable fieldsets broken in StackedInline) closed by Russell Keith-Magee
worksforme: I think this may have been fixed by r12937. Here's my test case …
7:40 PM Ticket #13301 (contrib.admin - Wrong capitalization in result_headers' texts) updated by Russell Keith-Magee
Triage Stage changed
7:34 PM Ticket #13303 (Testing framework - legacy import code to support 2.3 in runtests.py) closed by Russell Keith-Magee
wontfix: The policy we've been taking here is to remove these calls when we're …
7:32 PM Ticket #13304 (Core (Other) - django.contrib.auth.decorators don't work with callable objects) updated by Russell Keith-Magee
Triage Stage, Milestone changed
7:30 PM Ticket #13306 (Uncategorized - Umlaut gets currupted using django shell) updated by Russell Keith-Magee
Triage Stage changed
7:28 PM Ticket #13307 (Documentation - documentation for 'Generic relations in forms and admin' is incorrect, ...) updated by Russell Keith-Magee
Triage Stage changed
6:23 PM Ticket #13307 (Documentation - documentation for 'Generic relations in forms and admin' is incorrect, ...) created by loki77
Here: …
5:25 PM Ticket #13305 (Template system - date-filter doesn't use correct fallback with USE_L10N) closed by Ramiro Morales
worksforme: This is documeted behavior, from the relevant docs at …
5:01 PM Ticket #13306 (Uncategorized - Umlaut gets currupted using django shell) created by anonymous
I've detected some strange behavior using django shell (./manage.py …
4:55 PM Ticket #13305 (Template system - date-filter doesn't use correct fallback with USE_L10N) created by Horst Gutmann <horst@…>
Currently the date filter doesn't respect the DATE_FORMAT as provided …
4:08 PM django12-authdecorators-callable.diff attached to Ticket #13304 by Horst Gutmann <horst@…>
4:07 PM Ticket #13304 (Core (Other) - django.contrib.auth.decorators don't work with callable objects) created by Horst Gutmann <horst@…>
Related to #13093 also the auth decorators stopped working with …
3:56 PM Ticket #13275 (Template system - url_backwards_re catastrophic backtracking (?) problem) updated by perrygeo
Cc changed
Confirming that this url_backwards_re hangup is a huge problem - …
3:53 PM Ticket #13303 (Testing framework - legacy import code to support 2.3 in runtests.py) updated by Gabriel Hurley
Status, Owner changed
3:52 PM two_point_four_has_sets.diff attached to Ticket #13303 by Gabriel Hurley
removes conditional import for sets that supported 2.3
3:52 PM Ticket #13303 (Testing framework - legacy import code to support 2.3 in runtests.py) created by Gabriel Hurley
While examining the Django test suite my colleague pointed out that …
2:03 PM Ticket #13302 (Template system - fatal lock up on compile of template with {% url ... %}) closed by Alex Gaynor
duplicate: Dupe of #13275.
1:42 PM Ticket #13302 (Template system - fatal lock up on compile of template with {% url ... %}) created by crucialfelix@…
[…] django-trunk@12937 using 12811 it behaves normally when I …
1:05 PM Ticket #13299 (Documentation - Handicapped objects passed to models signals during loaddata) updated by Patryk Zawadzki
Ok, after consulting current trunk I see that raw kwarg is already …
12:46 PM Ticket #6989 (Core (Mail) - Inability to define DNS_NAME in django.core.mail results in e-mail ...) updated by stilldodge
This still appears to be an issue. Possibly this was unresolved …
12:34 PM Ticket #12012 (Core (Other) - Integration with the Python standard library logging module) updated by gciotta
Cc changed
12:34 PM Ticket #13301 (contrib.admin - Wrong capitalization in result_headers' texts) created by Evandro Myller
The title -- or capfirst -- formatting (used in …
12:14 PM Ticket #9889 (contrib.admin - Admin error when using extra fields on many-to-many relationships) updated by sixpackistan
I'm ashamed too. Did the same thing.
12:11 PM Ticket #13300 (contrib.admin - Collapsable fieldsets broken in StackedInline) created by Evandro Myller
When a StackedInline item's extra = 0, the Show/Hide toggle link …
12:07 PM Ticket #13299 (Documentation - Handicapped objects passed to models signals during loaddata) created by Patryk Zawadzki
The documentation: …
9:54 AM 13298.patch attached to Ticket #13298 by Matthias Kestenholz
9:54 AM Ticket #13298 (contrib.admin - Test admin_views.ReadonlyTest.test_readonly_get is broken) created by Matthias Kestenholz
The number of "input" occurrences has increased through the addition …
7:22 AM Ticket #11967 (contrib.admin - [patch] Firefox 3.5/TinyMCE collision breaks DateTimeShortcuts.js in admin) updated by Luke Plant
I think it is much better to not fall back to the current method …
7:18 AM Ticket #12882 (contrib.admin - jQuery.noConflict() in admin breaks site specific code with jQuery) updated by Luke Plant
With regards to the original bug here, I don't think we have got to …
6:51 AM Ticket #13297 (Database layer (models, ORM) - Cannot specify 'pk' in model default ordering) created by anonymous
I wanted to make an explicit default ordering over a model's primary …
6:47 AM Ticket #12882 (contrib.admin - jQuery.noConflict() in admin breaks site specific code with jQuery) updated by crucialfelix
++1 on django's admin keeping its own jquery isolated in its own …
6:18 AM Ticket #13296 (Database layer (models, ORM) - order_with_respect_to fails to correctly track _order after deleting ...) created by Chris
When using a model that orders itself with respect to another entry …
6:11 AM Ticket #13294 (Uncategorized - Worked in full.html into Notifications application) closed by Luke Plant
invalid: This is the tracker for Django, not Django notifications or any other …
5:59 AM Ticket #13295 (Database layer (models, ORM) - Add a Meta.sequence option to models) updated by Ramiro Morales
Keywords, Needs documentation, Needs tests, Milestone changed
5:58 AM postgresql_name_seq.2.diff attached to Ticket #13295 by Max Shabalihin
5:57 AM Ticket #13293 (Database layer (models, ORM) - r12900 breaks extra() with additional select clauses (Only applies to ...) updated by Ramiro Morales
Description changed
(reformatted description)
5:35 AM postgresql_name_seq.diff attached to Ticket #13295 by Max Shabalihin
5:35 AM Ticket #13295 (Database layer (models, ORM) - Add a Meta.sequence option to models) created by Max Shabalihin
PostgreSQL users need to be able to override the name of the serial …
5:14 AM Ticket #13294 (Uncategorized - Worked in full.html into Notifications application) updated by anonymous
Has patch changed
5:13 AM models.py attached to Ticket #13294 by richard@…
Amended models.py that uses HTML Mailer application if it is installed
5:12 AM empty_body.html attached to Ticket #13294 by richard@…
base template used for all notifications that use the full.html template
5:10 AM Ticket #13294 (Uncategorized - Worked in full.html into Notifications application) created by richard@…
Django notifications 0.1.4 has the basic plumbing to send HTML emails …
5:03 AM Ticket #13293 (Database layer (models, ORM) - r12900 breaks extra() with additional select clauses (Only applies to ...) updated by Matthias Kestenholz
Summary, Keywords, Has patch changed
5:02 AM 13293.patch attached to Ticket #13293 by Matthias Kestenholz
Now with a regression test
4:26 AM Ticket #13293 (Database layer (models, ORM) - r12900 breaks extra() with additional select clauses (Only applies to ...) created by Matthias Kestenholz
[12900] breaks the following query: […] LENGTH(_cached_url) is …
3:42 AM Ticket #13275 (Template system - url_backwards_re catastrophic backtracking (?) problem) updated by Łukasz Rekucki
Cc changed
The core of this problem is: […] Inner group matches everything …
3:18 AM Ticket #13292 (HTTP handling - An option to turn off CSRF for REST requests) closed by Russell Keith-Magee
invalid
3:08 AM Ticket #13292 (HTTP handling - An option to turn off CSRF for REST requests) updated by Gabriel Hurley
As noted in the answers on that StackOverflow post, the …
2:57 AM Ticket #13292 (HTTP handling - An option to turn off CSRF for REST requests) created by anonymous
http://stackoverflow.com/questions/2405353/having-a-postable-api-and-dj
2:33 AM Ticket #13290 (Documentation - dependency on external jar file for admin js minification needs better ...) updated by Gabriel Hurley
Has patch, Status changed
I've attached a patch as per Russ's earlier direction. It was written …
2:24 AM 13290_js_compression_docs.diff attached to Ticket #13290 by Gabriel Hurley
adds info on minifying admin javascript and compress.py
2:19 AM Ticket #13290 (Documentation - dependency on external jar file for admin js minification needs better ...) updated by Jannis Leidel
You got me, this needs documentation in the contribution docs. But …
Note: See TracTimeline for information about the timeline view.
Back to Top