Timeline
Apr 24, 2010:
- 10:57 PM Ticket #13165 (contrib.admin - Display edit link beside add button for ForeignKey fields in admin) updated by
- A further design decision: do we need to check whether the user has …
- 8:06 PM Ticket #13416 (Uncategorized - Generic relations should be counted as children when deleting to avoid ...) updated by
-
Cc changed
- 7:37 PM Ticket #13409 (Core (URLs) - "wrap" argument for django.conf.urls.defaults.url to decorate views ...) updated by
- Two advantages: 1. You can use it even when you define the view …
- 6:53 PM Ticket #13339 (Forms - Date(Time)Field.to_python() fails to parse localized month names) updated by
- As the original author of strptime() in Python, Alex Gaynor asked me …
- 6:40 PM Ticket #13416 (Uncategorized - Generic relations should be counted as children when deleting to avoid ...) updated by
- Note that the workaround (disconnecting post_delete, deleting, …
- 5:53 PM Ticket #13413 (Template system - blocks ignore if condition) updated by
- Thanks for the clearance. Such a design makes life easier (especially …
- 5:39 PM Ticket #12772 (Template system - Allow loading template tags by fully qualified python module path) updated by
- From testing with my test_project, I find that using the new style is …
- 5:25 PM Ticket #11352 (Core (Other) - get_object/list_or_none methods) updated by
- Returning a list from get_object_or_none makes no sense to me, it …
- 5:24 PM Ticket #12772 (Template system - Allow loading template tags by fully qualified python module path) updated by
- The test suite fails with the new patch: …
- 4:33 PM Ticket #11352 (Core (Other) - get_object/list_or_none methods) updated by
-
Patch needs improvement, Needs tests changed
Added a new patch with proper documentation and unit tests. Sidebar: … - 3:30 PM Ticket #13416 (Uncategorized - Generic relations should be counted as children when deleting to avoid ...) created by
- When deleting an object and its related objects, generically-related …
- 3:23 PM Ticket #2705 (Database layer (models, ORM) - [patch] Add optional FOR UPDATE clause to QuerySets) updated by
-
Cc changed
- 2:53 PM Ticket #13404 (Core (Other) - django.utils.module_loading fails if loader has no prefix attribute) updated by
-
Has patch, Triage Stage changed
Marking as RFC. - 2:49 PM Ticket #13404 (Core (Other) - django.utils.module_loading fails if loader has no prefix attribute) updated by
- It works. Thanks for the patch, Russell!
- 2:48 PM Ticket #13415 (Database layer (models, ORM) - Incorrect SQL boolean expression for multiple aggregate filters) updated by
- Damn I missed the "ORM aggregation" component (looked in "Database …
- 2:36 PM Ticket #13415 (Database layer (models, ORM) - Incorrect SQL boolean expression for multiple aggregate filters) closed by
- duplicate: This is a dupe of #11293.
- 2:30 PM Ticket #10809 (contrib.auth - mod_wsgi authentication handler) updated by
- Replying to ericholscher: The admin already only allows …
- 2:11 PM Ticket #13409 (Core (URLs) - "wrap" argument for django.conf.urls.defaults.url to decorate views ...) updated by
-
Cc changed
- 2:11 PM Ticket #13409 (Core (URLs) - "wrap" argument for django.conf.urls.defaults.url to decorate views ...) updated by
- hm, what is the advantage of using a wrap keyword argument? i don't …
- 2:06 PM Ticket #13415 (Database layer (models, ORM) - Incorrect SQL boolean expression for multiple aggregate filters) created by
- See the test app attached (with test case). The query: […] The …
- 12:45 PM Ticket #10809 (contrib.auth - mod_wsgi authentication handler) updated by
- Good stuff! Another interesting capability that might be useful is …
- 12:33 PM Ticket #13414 (Documentation - QuerySet API ref wrong sql equivalent in __year lookup example) created by
- In http://docs.djangoproject.com/en/dev/ref/models/querysets/#year it …
- 11:11 AM Ticket #10809 (contrib.auth - mod_wsgi authentication handler) updated by
-
I added the
check_for_user
method and the extra documentation. I … - 7:49 AM Ticket #13413 (Template system - blocks ignore if condition) updated by
- I would also add that this is exactly what I told you when I closed …
- 7:46 AM Ticket #13413 (Template system - blocks ignore if condition) closed by
-
invalid: Child templates can't have logic (outside of
{% block %}
s). They … - 7:20 AM Ticket #13165 (contrib.admin - Display edit link beside add button for ForeignKey fields in admin) updated by
-
Has patch, Needs tests changed
I have a patch which is working nicely. Confirmation of a few design … - 7:20 AM Ticket #13413 (Template system - blocks ignore if condition) created by
- Here is a quick recapture: […] No matter if there is error or …
- 5:57 AM Ticket #13412 (contrib.admin - Exposing multiple db in admin interface is limited) updated by
-
Triage Stage, Summary changed
The documentation says that the admin doesn't have explicit support … - 3:05 AM Ticket #13412 (contrib.admin - Exposing multiple db in admin interface is limited) created by
- Suppose I have Django driven site with two applications using two …
- 2:10 AM Ticket #13362 (contrib.admin - bug8245 test fails on 1.1.X/Python2.3 after r12957) updated by
- (In [13022]) [1.1.X] Fixed #13362 -- Disabled the test for bug #8245 …
- 2:10 AM Changeset [5226525]stable/1.1.x by
- [1.1.X] Fixed #13362 -- Disabled the test for bug #8245 under Python …
- 2:08 AM Ticket #13362 (contrib.admin - bug8245 test fails on 1.1.X/Python2.3 after r12957) closed by
- fixed: (In [13021]) Fixed #13362 -- Disabled the test for bug #8245 under …
- 2:08 AM Changeset [d2fec79]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #13362 -- Disabled the test for bug #8245 under Python 2.3 due …
- 1:50 AM Ticket #13410 (File uploads/storage - imagefield errors if upload is larger than FILE_UPLOAD_MAX_MEMORY_SIZE) closed by
- worksforme: I can't reproduce this. I've tried uploading large files well in …
- 12:35 AM Ticket #13165 (contrib.admin - Display edit link beside add button for ForeignKey fields in admin) updated by
- Replying to agabel: > Is there any update to this ticket? …
- 12:25 AM Ticket #13408 (Template system - Unpacking list/tuple in for loop should raise exception on unpacking ...) updated by
-
Triage Stage changed
- 12:25 AM Ticket #13407 (contrib.admin - admin "add another" inline JS fails for M2M inlines) updated by
-
Triage Stage changed
For anyone chasing this: The spurious "+" is an exposure of an … - 12:00 AM Ticket #13411 (contrib.comments - Some improvement for query string built by utils.next_redirect if next ...) updated by
-
Milestone, Has patch, Triage Stage, Needs tests changed
Not critical for 1.2.
Apr 23, 2010:
- 11:34 PM Ticket #13165 (contrib.admin - Display edit link beside add button for ForeignKey fields in admin) updated by
- Is there any update to this ticket? If not, I'd like to take a stab at …
- 10:47 PM Ticket #13411 (contrib.comments - Some improvement for query string built by utils.next_redirect if next ...) created by
- In the comments app, views.utils.next_redirect appends a '?' and query …
- 8:18 PM Ticket #13410 (File uploads/storage - imagefield errors if upload is larger than FILE_UPLOAD_MAX_MEMORY_SIZE) created by
- If you use an imagefield and upload an image larger than …
- 3:32 PM Ticket #10918 (contrib.admin - to_field and raw_id_fields popup in ModelAdmin) updated by
-
Cc changed
- 3:29 PM Ticket #10918 (contrib.admin - to_field and raw_id_fields popup in ModelAdmin) updated by
-
Patch needs improvement changed
- 3:29 PM Ticket #10918 (contrib.admin - to_field and raw_id_fields popup in ModelAdmin) updated by
-
Version, Needs tests, Summary, Patch needs improvement changed
I just ran into the same issue. The problem is that TO_FIELD_VAR needs … - 2:49 PM Ticket #13409 (Core (URLs) - "wrap" argument for django.conf.urls.defaults.url to decorate views ...) updated by
-
Needs documentation, Needs tests, Triage Stage changed
- 2:31 PM Ticket #13409 (Core (URLs) - "wrap" argument for django.conf.urls.defaults.url to decorate views ...) created by
- The …
- 2:13 PM Ticket #12772 (Template system - Allow loading template tags by fully qualified python module path) updated by
- Added a workaround around the workaround that was already there (the …
- 2:02 PM Ticket #4748 (contrib.admin - contrib.auth: Increase length of names of permissions) updated by
-
Patch needs improvement, Needs tests, Triage Stage changed
Test should be updated with 50+ character permission name - 1:59 PM Ticket #4617 (contrib.auth - permission_required decorator behaviour is odd) updated by
-
Patch needs improvement changed
Patch needs to be updated to current trunk. - 1:57 PM Ticket #4592 (Forms - Make CheckboxSelectMultiple more like RadioSelect) updated by
-
Patch needs improvement changed
- 1:56 PM Ticket #4540 (Template system - Template.render() should verify context instance) updated by
-
Patch needs improvement changed
- 1:54 PM Ticket #4528 (Core (Management commands) - Add DATABASE_PRE_SYNCDB to settings) updated by
-
Patch needs improvement changed
Patch needs update to latest svn revision. - 1:52 PM Ticket #4498 (Core (Other) - File upload ignores Content-Transfer-Encoding) closed by
- worksforme: I've never observed this to be a problem with many different upload …
- 1:50 PM Ticket #4492 (Database layer (models, ORM) - Provide tests for mixed-case column names) updated by
-
Patch needs improvement changed
Patch needs to be updated again. - 1:46 PM Ticket #4341 (Forms - SelectDateWidget does not pass through attrs) updated by
-
Patch needs improvement changed
- 1:40 PM Ticket #4282 (Core (Management commands) - startproject should honor umask) updated by
-
Patch needs improvement changed
Patch needs to be updated again. - 1:34 PM Ticket #4120 (contrib.admin - some admin Javascript cleanups) updated by
-
Owner changed
- 1:34 PM Ticket #4120 (contrib.admin - some admin Javascript cleanups) updated by
-
Patch needs improvement changed
xian obviously isn't doing anything with this. Patch needs to be … - 1:34 PM Ticket #4045 (contrib.admin - some admin Javascript fixes and cleanups) updated by
-
Owner changed
xian obviously isn't doing anything with this. Patch needs to be … - 1:31 PM Ticket #3695 (contrib.admin - duplicate html id's in doc pages) updated by
- Actually, I was looking at the wrong admin_doc directory (Which should …
- 1:25 PM Ticket #4094 (contrib.databrowse - databrowse calendars do not translate the month back to english ...) updated by
-
Patch needs improvement changed
Patch needs to be updated to latest trunk ... again. - 1:22 PM Ticket #4051 (Forms - [] not in EMPTY_VALUES in forms) updated by
-
Patch needs improvement changed
The patch doesn't have tests and doesn't include things like frozenset() - 1:19 PM Ticket #3997 (Database layer (models, ORM) - Missing default value causes exception on save) updated by
-
Patch needs improvement changed
Seems like there's still dispute on the best way to solve this. - 1:18 PM Ticket #3695 (contrib.admin - duplicate html id's in doc pages) updated by
-
Patch needs improvement changed
All of admin_doc has been refactored - either this is no longer an … - 1:18 PM Ticket #12772 (Template system - Allow loading template tags by fully qualified python module path) updated by
-
Patch needs improvement changed
In revision 13020, the patch makes the test suite fail. … - 1:15 PM Ticket #3672 (Forms - newforms: DateField doesn't handle date output formats) updated by
-
Patch needs improvement changed
No response to [email protected] yet so marking … - 1:12 PM Ticket #3601 (contrib.admin - ImageField with db_column results in KeyError in Admin Edit) closed by
- wontfix: All of django/contrib/admin/view/main.py has been totally refactored …
- 1:07 PM Ticket #3508 (Core (Other) - MergeDict needs more descriptive return values from __str__ and __repr__) updated by
-
Triage Stage changed
Aside from Brian Harring's comment, this patch is low impact and just … - 1:06 PM Ticket #13400 (Database layer (models, ORM) - model.DoesNotExist exception raised by QuerySet.get() should include ...) updated by
- That example string in last message should be (wiki formatting error …
- 1:04 PM Ticket #13400 (Database layer (models, ORM) - model.DoesNotExist exception raised by QuerySet.get() should include ...) updated by
- The format of the message I came up with was, e.g.: DoesNotExist: …
- 1:01 PM Ticket #3240 (Core (Other) - [patch]Django dispatcher misses some errors) updated by
-
Patch needs improvement changed
Lots of changes in core/handlers/* since this patch was generated. It … - 12:38 PM Ticket #13201 (*.djangoproject.com - Broken link in 0.96 template docs) updated by
-
Owner changed
Will try to get the app engine docs changed. - 11:51 AM Ticket #2284 (Core (Management commands) - [patch] Extra /sql files with whitespace break syncdb) updated by
-
Patch needs improvement changed
From Jeremy Dunck … - 10:55 AM Ticket #13408 (Template system - Unpacking list/tuple in for loop should raise exception on unpacking ...) updated by
-
Cc changed
- 10:55 AM Ticket #10523 (contrib.admin - Changing object with long __repr__ causes error) updated by
- I have been unable to duplicate this issue in 1.1.1 or 1.2_beta. I've …
- 10:55 AM Ticket #13408 (Template system - Unpacking list/tuple in for loop should raise exception on unpacking ...) created by
- In Python and Django you can do this: […] However, in Python you …
- 10:21 AM Ticket #12286 (Core (Management commands) - Table for Model that has been proxied may not be created) updated by
- @harm: I can't reproduce - using that example, I see the tagging …
- 10:09 AM Ticket #13407 (contrib.admin - admin "add another" inline JS fails for M2M inlines) created by
- The generated "id" attributes contain a spurious "+" right after the …
- 9:30 AM Changeset [58c1a67f]stable/1.1.x by
- [1.1.X] Fixed #11764 -- Added a missing set of parentheses in a call …
- 9:25 AM Ticket #11764 (Database layer (models, ORM) - Bugfix: typo with avoid.update(..) in ...) closed by
- fixed: (In [13019]) Fixed #11764 -- Added a missing set of parentheses in a …
- 9:25 AM Changeset [d9a0fd48]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #11764 -- Added a missing set of parentheses in a call …
- 9:14 AM Ticket #13404 (Core (Other) - django.utils.module_loading fails if loader has no prefix attribute) updated by
- @wkornewald - Just ignoring the branch if prefix doesn't exist doesn't …
- 8:57 AM Ticket #13067 (Database layer (models, ORM) - make bulk-deletion lots faster) updated by
- My patch in #7539 does this.
- 7:53 AM Ticket #13406 (Database layer (models, ORM) - Aggregate query generating sql error) closed by
- invalid: This Trac instance is for bugs in the Django core. Django doesn't …
- 7:50 AM Ticket #13406 (Database layer (models, ORM) - Aggregate query generating sql error) updated by
- appears '_row_num' is being added unnecessarily to the subquery by the …
- 7:48 AM Ticket #13406 (Database layer (models, ORM) - Aggregate query generating sql error) updated by
-
Keywords changed
- 7:48 AM Ticket #13406 (Database layer (models, ORM) - Aggregate query generating sql error) created by
- 0 vote down star I'm using Django 1.1.1 on a SQL Server 2005 db …
- 7:40 AM Ticket #1105 (Template system - [patch] simple_tag decorator enhancement) updated by
- So, will it be added to trunk?
- 7:38 AM Ticket #11696 (Database layer (models, ORM) - validate command in 1.1 hides errors in models that used to be shown) updated by
- Replying to akaihola: > I had a module (not a package) in …
- 7:08 AM Ticket #13405 (Documentation - Document that cmemcached has been deprecated) updated by
-
Triage Stage, Milestone changed
- 7:08 AM Ticket #13404 (Core (Other) - django.utils.module_loading fails if loader has no prefix attribute) updated by
-
Component, Triage Stage changed
- 7:08 AM Ticket #13403 (Template system - trans escaped characters) closed by
- invalid: "test'test" was the behaviour in 1.1, and it is the current behaviour …
- 6:10 AM Ticket #9180 (Core (Cache system) - Low-level cache interface incorrectly tries to typecast bytestring) closed by
- duplicate: Alright, guess this was already fixed in [12637]. Marking this as a …
- 5:58 AM Ticket #11696 (Database layer (models, ORM) - validate command in 1.1 hides errors in models that used to be shown) updated by
-
Replying to akaihola:
> This changeset caused
runserver
… - 5:57 AM Ticket #9180 (Core (Cache system) - Low-level cache interface incorrectly tries to typecast bytestring) updated by
-
Cc changed
Any update on the checkin status of this patch? The use case I came … - 5:50 AM Ticket #11696 (Database layer (models, ORM) - validate command in 1.1 hides errors in models that used to be shown) updated by
-
This changeset caused
runserver
to crash on one of my projects: … - 4:47 AM InitdScriptForDebian edited by
- New version supporting virtualenv. (diff)
- 3:27 AM Ticket #12286 (Core (Management commands) - Table for Model that has been proxied may not be created) updated by
- here is a testcase: settings.py […] where tagging is …
- 3:23 AM Ticket #13405 (Documentation - Document that cmemcached has been deprecated) created by
- In [12754], support for the cmemcached library was deprecated. But the …
- 2:59 AM Ticket #13404 (Core (Other) - django.utils.module_loading fails if loader has no prefix attribute) created by
- In module_has_submodule() you check if a module is loaded from an egg, …
- 2:41 AM Ticket #12286 (Core (Management commands) - Table for Model that has been proxied may not be created) updated by
- We see this problem too. I can confirm its not fixed. I've however …
- 1:17 AM Ticket #13339 (Forms - Date(Time)Field.to_python() fails to parse localized month names) updated by
- I don't know exactly what is the approach here but I assume that the …
- 12:11 AM Ticket #13403 (Template system - trans escaped characters) created by
- with the latest svn version trans unescapes characters code: {% trans …
Apr 22, 2010:
- 11:57 PM Ticket #13402 (Template system - 'cycle' template tag can't handle mix of single, double quotes) updated by
- Oh, and some proof: […]
- 11:56 PM Ticket #13402 (Template system - 'cycle' template tag can't handle mix of single, double quotes) closed by
- invalid: You're incorrectly using the old format - don't use commas (see …
- 11:23 PM Ticket #11764 (Database layer (models, ORM) - Bugfix: typo with avoid.update(..) in ...) updated by
-
Triage Stage, Milestone changed
Updated the patch, made a minor change to the test. I could … - 11:10 PM Ticket #12772 (Template system - Allow loading template tags by fully qualified python module path) updated by
-
Cc, Needs documentation, Needs tests changed
- 10:52 PM Ticket #13402 (Template system - 'cycle' template tag can't handle mix of single, double quotes) updated by
-
Component changed
- 10:52 PM Ticket #13402 (Template system - 'cycle' template tag can't handle mix of single, double quotes) updated by
-
Triage Stage changed
- 9:56 PM Ticket #13081 (contrib.admin - Admin actions loose get-parameters in changelist view) updated by
-
Triage Stage, Status, Owner changed
- 9:06 PM Ticket #13402 (Template system - 'cycle' template tag can't handle mix of single, double quotes) created by
- In a template, this: […] produces this: […] So does the …
- 8:17 PM Ticket #13401 (Forms - Forms RadioInput produces invalid HTML) updated by
-
Triage Stage changed
The current syntax is legal HTML (HTML4 and XHTML), so that isn't a … - 7:34 PM Ticket #13400 (Database layer (models, ORM) - model.DoesNotExist exception raised by QuerySet.get() should include ...) updated by
-
Needs tests, Triage Stage changed
A reasonable suggestion. However the patch needs work - in particular, … - 7:18 PM Ticket #1327 (*.djangoproject.com - Support nightly-build download) updated by
- IMHO, this is still a useful "someday, maybe" goal. Not because a …
- 7:15 PM Ticket #13401 (Forms - Forms RadioInput produces invalid HTML) updated by
- Not marking it invalid, but placing an input within a label is valid. …
- 6:55 PM Ticket #2414 (Template system - coredump of python by a template extending itself) updated by
-
Status, Patch needs improvement, Triage Stage changed
Updated patch. One change this patch makes is to change a … - 5:54 PM Ticket #2414 (Template system - coredump of python by a template extending itself) updated by
-
Patch needs improvement, Triage Stage changed
This doesn't apply to trunk at the moment. The patch should still be … - 5:40 PM Ticket #1327 (*.djangoproject.com - Support nightly-build download) updated by
- You can always bring it up on django-dev group if you're unsure …
- 5:03 PM Ticket #12977 (Database layer (models, ORM) - Index length errors running tests on MySQL) updated by
-
Cc changed
- 4:57 PM Ticket #3485 (Database layer (models, ORM) - Initial SQL fails when data contains a % in it when settings.DEBUG = True) updated by
-
Patch needs improvement changed
- 4:57 PM Ticket #3415 (Uncategorized - django allows invalid TIME_ZONE in settings.py) updated by
-
Triage Stage changed
Has a patch and should be ready for checkin. - 4:55 PM Ticket #3200 (Generic views - [patch] fix missing stack segments in debug.py views) closed by
- worksforme: I've never seen any issues with tracebacks and they're formatted …
- 4:53 PM Ticket #2879 (Testing framework - Add live test server support to test framework) updated by
-
Patch needs improvement changed
Last two patches appear to be corrupted. - 4:51 PM Ticket #2740 (Core (Other) - Specifying an order_with_respect_to for a self referential one to many ...) updated by
-
Triage Stage changed
The code is fine - not sure if it makes sense anymore or if something … - 4:47 PM Ticket #2986 (contrib.admin - JavaScript (dismissAddAnotherPopup) problem in TextField with newline ...) updated by
-
Triage Stage changed
- 4:46 PM Ticket #2975 (contrib.admin - [patch] parseDateString function in dateparse.js return wrong date for ...) updated by
-
Triage Stage changed
Amazingly, this dateparse is still unchanged from up to 6 years ago. … - 4:39 PM Ticket #2417 (Database layer (models, ORM) - Support for binary type fields (aka: bytea in postgres and VARBINARY ...) updated by
-
Patch needs improvement changed
- 4:38 PM Ticket #2414 (Template system - coredump of python by a template extending itself) updated by
-
Triage Stage changed
- 4:33 PM Ticket #2283 (contrib.comments - [patch] comment form templates don't validate as XHTML strict) updated by
-
Triage Stage changed
Seems like this should go back to a design decision: … - 4:30 PM Ticket #2227 (Database layer (models, ORM) - transaction.commit()/rollback() should be aware of nested calls to ...) updated by
-
Patch needs improvement changed
- 4:23 PM Ticket #1668 (Internationalization - Translate module names via make-messages.py) closed by
- duplicate: #3591 is the more active ticket on this so this should be duplicate - …
- 4:16 PM Ticket #1028 (contrib.syndication - High-level feed framework should make more feed elements available) updated by
-
Patch needs improvement changed
Setting Patch Needs Improvement to True since taojian said it was … - 3:45 PM Ticket #13401 (Forms - Forms RadioInput produces invalid HTML) created by
- django.forms RadioInput widget produces invalid HTML. The input tag is …
- 3:01 PM Ticket #1327 (*.djangoproject.com - Support nightly-build download) updated by
- Nobody has complained about potentially closing this for close to a …
- 3:01 PM Ticket #8126 (contrib.admin - admin.autodiscover() fails on bogus INSTALLED_APPS entries) updated by
- when I remove 'django.core.paginator' from installed apps, everything …
- 12:44 PM Ticket #6027 (Core (Other) - FileWrapper iterator drained by GzipMiddleware before content can be ...) updated by
-
Cc changed
- 12:18 PM AddWYSIWYGEditor edited by
- update regarding TinyMCE 3.3.3 main package plugins (diff)
- 11:54 AM Ticket #7324 (Template system - {{ block.super }} doesn't work with nested {% block %} statements) updated by
-
Needs documentation changed
There is lack of explicit specification on what should happen in the … - 11:29 AM Ticket #13385 (Forms - Wrong behavior for textarea tag render) updated by
-
Patch needs improvement, Needs tests changed
- 11:22 AM Ticket #13362 (contrib.admin - bug8245 test fails on 1.1.X/Python2.3 after r12957) updated by
- Considering the nature of the fix for #11957 was to improve error …
- 10:54 AM Ticket #13362 (contrib.admin - bug8245 test fails on 1.1.X/Python2.3 after r12957) updated by
- This is actually documented in Python 2.4 release notes. Here is the …
- 10:50 AM Ticket #13400 (Database layer (models, ORM) - model.DoesNotExist exception raised by QuerySet.get() should include ...) updated by
-
Has patch changed
- 10:44 AM Ticket #13400 (Database layer (models, ORM) - model.DoesNotExist exception raised by QuerySet.get() should include ...) created by
- The current message contained in a DoesNotExist (ObjectDoesNotExist) …
- 10:14 AM Ticket #12627 (contrib.admin - If all fields are readonly or editable=False, their ModelForm is ...) updated by
- Yup, I agree with tomevans222 -- any fix needs to ensure that a form …
- 9:58 AM Ticket #13260 (Core (URLs) - urlresolvers.reverse() generates invalid URLs when an argument ...) updated by
- Here is the mail in django-dev: …
- 9:55 AM Ticket #13339 (Forms - Date(Time)Field.to_python() fails to parse localized month names) updated by
- Just want to point out that bcurtu's workaround has a potential …
- 9:48 AM Ticket #13260 (Core (URLs) - urlresolvers.reverse() generates invalid URLs when an argument ...) updated by
-
Cc changed
- 9:26 AM Ticket #13339 (Forms - Date(Time)Field.to_python() fails to parse localized month names) updated by
- I have met this problem dealing with Paypal date format ("%H:%M:%S %b …
- 8:17 AM Ticket #12075 (HTTP handling - Add wsgiorg.routing args support) updated by
-
Status changed
I reimplemented this functionality as a Django middleware in … - 7:56 AM Ticket #13399 (Template system - included template can't update blocks) updated by
- Replying to russellm: > ... Blocks are evaluated, then …
- 7:48 AM Ticket #13399 (Template system - included template can't update blocks) closed by
- duplicate: Please don't reopen a ticket that was closed by a core developer. The …
- 7:45 AM Ticket #13339 (Forms - Date(Time)Field.to_python() fails to parse localized month names) updated by
- Ok - to fill in some blanks that have been discussed on IRC: The …
- 7:39 AM Ticket #12286 (Core (Management commands) - Table for Model that has been proxied may not be created) updated by
- Unfortunately, unless someone can provide a test case to verify that …
- 7:36 AM Ticket #13399 (Template system - included template can't update blocks) reopened by
- Replying to russellm: That explains why those …
- 7:31 AM Ticket #56 (Database layer (models, ORM) - Primary key columns should be UNSIGNED) updated by
- Yeah, we want it. It's also important because database won't allow to …
- 6:29 AM Ticket #13399 (Template system - included template can't update blocks) closed by
- duplicate: Closing as a duplicate of #12008; although that is reporting a …
- 6:23 AM Ticket #13399 (Template system - included template can't update blocks) updated by
- Replying to lanyjie: The above specification of …
- 6:22 AM Ticket #13395 (Contrib apps - admin | Incomplete behavior of unregister() | unregistering foo.Bar ...) closed by
- worksforme: I can't reproduce this - using unregister in the 'local' admin.py to …
- 6:05 AM Ticket #13397 (Documentation - Include third level headings in the document TOC) updated by
-
Triage Stage changed
- 5:22 AM Ticket #13399 (Template system - included template can't update blocks) updated by
- Sorry, the above change is only meant to be additional comments, …
- 4:54 AM Ticket #13399 (Template system - included template can't update blocks) updated by
- The case presented in ticket 6646 can be even treated as a static …
- 4:33 AM Ticket #13399 (Template system - included template can't update blocks) created by
- I encountered this problem in django 1.1, and it caught me in a …
- 4:22 AM Ticket #12091 (HTTP handling - Support for WSGI applications within Django) updated by
- Replying to russellm: > Marking as accepted (since, like …
- 2:40 AM Ticket #10790 (Database layer (models, ORM) - Too many joins in a comparison for NULL.) updated by
-
Has patch changed
- 2:17 AM Ticket #12699 (*.djangoproject.com - Possible version/link confusion on the djangoproject.org home page) updated by
- I suggest introducing a 'stable' concept, which could be handled in …
- 1:46 AM Ticket #13398 (Uncategorized - reverse() causes exception if run in views.py, outside of a view.) closed by
- invalid: Oops.
- 1:05 AM Ticket #13398 (Uncategorized - reverse() causes exception if run in views.py, outside of a view.) updated by
- Update: Whatever views.py module you do this in, the exception will …
- 12:48 AM Ticket #13398 (Uncategorized - reverse() causes exception if run in views.py, outside of a view.) created by
- Running reverse('my_url_conf_name') inside of views.py will raise …
Apr 21, 2010:
- 11:05 PM Ticket #13397 (Documentation - Include third level headings in the document TOC) created by
- The TOC (http://docs.djangoproject.com/en/1.1/contents/) would be more …
- 7:00 PM Changeset [c8576fa]stable/1.1.x by
- [1.1.X] Python 2.3 compatibility: we still need the special sets …
- 6:50 PM Ticket #13396 (Database layer (models, ORM) - SQLite relationship introspector fails under PyPy) updated by
- (In [13017]) [1.1.X] Fixed #13396 -- Modified the SQLite introspection …
- 6:50 PM Changeset [af48cad]stable/1.1.x by
- [1.1.X] Fixed #13396 -- Modified the SQLite introspection code to …
- 6:46 PM Ticket #13328 (Database layer (models, ORM) - Cannot pickle a queryset with filter on field with callable default ...) updated by
- Patrys - If you're referring to the 'number2=1' duplication, Karen …
- 6:43 PM Ticket #13396 (Database layer (models, ORM) - SQLite relationship introspector fails under PyPy) closed by
- fixed: (In [13016]) Fixed #13396 -- Modified the SQLite introspection code to …
- 6:43 PM Changeset [58668755]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
- Fixed #13396 -- Modified the SQLite introspection code to avoid a …
- 6:40 PM Ticket #13396 (Database layer (models, ORM) - SQLite relationship introspector fails under PyPy) created by
- Since it leaves an unconsumed cursor, luckily there's a solution!
- 5:35 PM Ticket #13395 (Contrib apps - admin | Incomplete behavior of unregister() | unregistering foo.Bar ...) updated by
-
Description changed
Please use preview ;) - 5:34 PM Ticket #13395 (Contrib apps - admin | Incomplete behavior of unregister() | unregistering foo.Bar ...) created by
- I have app 'agency' which has model Settings and with an admin which …
- 5:10 PM Ticket #7539 (Database layer (models, ORM) - Add ON DELETE and ON UPDATE support to Django) updated by
-
Cc changed
- 4:57 PM Ticket #10060 (Database layer (models, ORM) - Multiple table annotation failure) updated by
- I also just ran into this bug and it almost went unnoticed. An …
- 2:21 PM Ticket #13392 (Database layer (models, ORM) - Bug introduced with #12977 : can't copy fields with metaclass) updated by
- Ah, my apologies. I missed #13328 being reopened. I thought it had …
- 2:12 PM Changeset [b5dc794]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
- Fixed the model_forms doctests to not depend on writer PKs, which are …
- 1:07 PM Changeset [5a3521fd]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
- Tweak the last two tests from r13013 to test what they are intended to …
- 12:20 PM Ticket #13328 (Database layer (models, ORM) - Cannot pickle a queryset with filter on field with callable default ...) updated by
- Russel: Thanks for fixing the main issue but I'm not sure the tests …
- 11:58 AM Ticket #13394 (contrib.auth - django.contrib.auth.tests fail with custom Authentication Backends) updated by
-
Triage Stage, Component, Milestone changed
This is another example of the wider problem of "integration vs … - 11:34 AM Ticket #13328 (Database layer (models, ORM) - Cannot pickle a queryset with filter on field with callable default ...) closed by
- fixed: (In [13013]) Fixed #13328 -- Ensured that querysets on models with …
- 11:34 AM Changeset [3fb57d4]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
- Fixed #13328 -- Ensured that querysets on models with callable …
- 9:34 AM Ticket #13394 (contrib.auth - django.contrib.auth.tests fail with custom Authentication Backends) updated by
- The offending test is: {{{ # The user submits an invalid username. …
- 9:23 AM Ticket #13394 (contrib.auth - django.contrib.auth.tests fail with custom Authentication Backends) created by
- When you are using custom Authentication backend the tests in …
- 8:24 AM Ticket #13393 (Database layer (models, ORM) - Bug introduced with #12977 : can't copy fields with metaclass) updated by
- oups i thought my #13392 was not posted, sorry
- 8:11 AM Ticket #13393 (Database layer (models, ORM) - Bug introduced with #12977 : can't copy fields with metaclass) closed by
- duplicate: Duplicate of #13392, which has been closed in favor of reopening the …
- 8:10 AM Ticket #13393 (Database layer (models, ORM) - Bug introduced with #12977 : can't copy fields with metaclass) created by
- I'm using [http://code.google.com/p/django-transmeta/ …
- 8:03 AM Ticket #10720 (Database layer (models, ORM) - OrderedManyToMany API Implementation) updated by
-
Cc changed
I have implemented an ordered m2m relation in a reusable app. Its not … - 8:01 AM Ticket #13328 (Database layer (models, ORM) - Cannot pickle a queryset with filter on field with callable default ...) updated by
- I suspect you're probably correct that the solution is to look at …
- 7:47 AM Ticket #13328 (Database layer (models, ORM) - Cannot pickle a queryset with filter on field with callable default ...) updated by
- I assume it wouldn't be possible to handle the most common case in …
- 7:37 AM Ticket #13328 (Database layer (models, ORM) - Cannot pickle a queryset with filter on field with callable default ...) updated by
- It isn't just evaluate querysets,though. It's *any* queryset with a …
- 7:31 AM Ticket #13328 (Database layer (models, ORM) - Cannot pickle a queryset with filter on field with callable default ...) updated by
-
To be clear:
Where I say
django.db.utils.current_time
I actually … - 7:24 AM Ticket #13391 (HTTP handling - Detect charset from Content-type header in the HttpResponse) updated by
- I tried to make the bug fix patch does not impose new responsibilities …
- 7:18 AM Ticket #13328 (Database layer (models, ORM) - Cannot pickle a queryset with filter on field with callable default ...) updated by
- Russel: Keep in mind it only breaks if you try to pickle it. I …
- 7:16 AM Ticket #13392 (Database layer (models, ORM) - Bug introduced with #12977 : can't copy fields with metaclass) updated by
- I'm fairly certain this problem *won't* be fixed by #13005. However, …
- 7:14 AM Ticket #13328 (Database layer (models, ORM) - Cannot pickle a queryset with filter on field with callable default ...) updated by
- I'm in complete agreement that the current solution isn't clean. The …
- 7:07 AM Ticket #13389 (Database layer (models, ORM) - error flushing database after app_loading tests (DB-specific)) updated by
- (In [13012]) [1.1.X] Fixed #13389 -- Ensured that the app_loading test …
- 7:07 AM Changeset [0e99698]stable/1.1.x by
- [1.1.X] Fixed #13389 -- Ensured that the app_loading test clears out …
- 7:05 AM Ticket #13389 (Database layer (models, ORM) - error flushing database after app_loading tests (DB-specific)) closed by
- fixed: (In [13011]) Fixed #13389 -- Ensured that the app_loading test clears …
- 7:05 AM Changeset [e8eac329]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
- Fixed #13389 -- Ensured that the app_loading test clears out the app …
- 6:43 AM Ticket #13328 (Database layer (models, ORM) - Cannot pickle a queryset with filter on field with callable default ...) reopened by
- Actually I think [12977] and [13005] should be reverted as the current …
- 6:33 AM Ticket #13374 (Uncategorized - A few more small PyPy issues) closed by
- fixed: (In [13010]) Fixed #13374 -- Modified a test so that it can pass under …
- 6:33 AM Changeset [b1315611]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
- Fixed #13374 -- Modified a test so that it can pass under PyPy. This …
- 6:05 AM Ticket #10790 (Database layer (models, ORM) - Too many joins in a comparison for NULL.) updated by
- The attached patch is passing all Django 1.1 test suite regressions tests.
- 4:55 AM Ticket #13392 (Database layer (models, ORM) - Bug introduced with #12977 : can't copy fields with metaclass) closed by
- invalid: This should have been solved in [13005]. Update your copy of trunk and …
- 3:46 AM Ticket #12634 (Database layer (models, ORM) - sql compiler execute: fetchone empty result with ordering_aliases fail.) updated by
- I am not that sure it's just a django-pyodbc problem, maybe it uses …
- 3:40 AM Ticket #13392 (Database layer (models, ORM) - Bug introduced with #12977 : can't copy fields with metaclass) created by
- I'm using [http://code.google.com/p/django-transmeta/ …
- 2:25 AM Ticket #13387 (contrib.localflavor - Duplicated departement in french department list (localflavor)) updated by
- It already has been backported to 1.1.X; the SVN trigger just didn't …
- 2:23 AM Ticket #13387 (contrib.localflavor - Duplicated departement in french department list (localflavor)) updated by
- Thanks… Is it possible to backport this fix to the 1.1 branch that is …
- 1:55 AM DjangoResources edited by
- Adding a little bit of categorization, like I would have liked it on … (diff)
Note:
See TracTimeline
for information about the timeline view.