Timeline
Apr 26, 2010:
- 10:23 PM Ticket #13341 (Documentation - RegexValidator documentation minor problems) updated by
-
Milestone changed
Oops, marked wrong milestone initially. This really shouldn't hang around. - 8:22 PM Ticket #13423 (Database layer (models, ORM) - Subquerying using models) closed by
- invalid: This is already possible using pkin: […]
- 8:13 PM Ticket #13424 (contrib.admin - option to remove the "add another" button on admin.TabularInline) closed by
- invalid: This option already exists: set max_num=0 on your ModelAdmin.
- 8:04 PM Ticket #13421 (Documentation - FormWizard Documentation doesn't mention that POST params' names change) updated by
-
Triage Stage changed
- 8:04 PM Ticket #13420 (Documentation - Minor grammar issue in the Sending e-mail docs) updated by
-
Triage Stage, Milestone changed
- 7:55 PM Ticket #13424 (contrib.admin - option to remove the "add another" button on admin.TabularInline) created by
- There should either be a meta setting in admin.py or logic to turn off …
- 6:09 PM Ticket #13423 (Database layer (models, ORM) - Subquerying using models) updated by
- {{{ data = models.ManyToManyField('self', through='DataPerms', …
- 6:05 PM Ticket #13423 (Database layer (models, ORM) - Subquerying using models) created by
- Using this models […] One should be allowed to view all data a …
- 5:47 PM Ticket #13422 (Core (Other) - NameError with Recursive Model) closed by
- invalid: This is expected behavior, not a bug. See the relevant documentation: …
- 4:35 PM Ticket #13422 (Core (Other) - NameError with Recursive Model) created by
- When i try to create a double recursive model like: […] i get …
- 4:21 PM Ticket #13416 (Uncategorized - Generic relations should be counted as children when deleting to avoid ...) updated by
- Replying to rfugger: > How hard would it be to check that …
- 3:56 PM Ticket #13421 (Documentation - FormWizard Documentation doesn't mention that POST params' names change) created by
- http://docs.djangoproject.com/en/dev/ref/contrib/formtools/form-wizard/ …
- 2:18 PM SummerOfCode2010 edited by
- (diff)
- 10:47 AM Ticket #13416 (Uncategorized - Generic relations should be counted as children when deleting to avoid ...) updated by
- Replying to carljm: > Making the change you propose …
- 10:26 AM DevelopersForHire edited by
- (diff)
- 9:56 AM Ticket #12286 (Core (Management commands) - Table for Model that has been proxied may not be created) updated by
- I can no longer reproduce the problem on trunk revision [13027]. (NB: …
- 8:59 AM Ticket #13365 (Translations - Updated French translation) closed by
- fixed: Fixed in r13026.
- 8:57 AM Ticket #13419 (Translations - Danish translation update) closed by
- fixed: (In [13027]) Fixed #13419 - Updated Danish translation. Thanks, Finn …
- 8:57 AM Changeset [215269b8]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 #13419 - Updated Danish translation. Thanks, Finn Gruwier …
- 8:57 AM Changeset [1c937f7]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 #13365 - Updated French translation. Thanks, Stéphane Raimbault. …
- 8:57 AM Ticket #13208 (Translations - little consistency fix for german translation) closed by
- fixed: (In [13025]) Updated German translation. Also fixed #13208.
- 8:57 AM Changeset [35add3b]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
- Updated German translation. Also fixed #13208. git-svn-id: …
- 8:48 AM Ticket #13416 (Uncategorized - Generic relations should be counted as children when deleting to avoid ...) updated by
- Replying to rfugger: > I still think my patch would make …
- 7:35 AM Ticket #13420 (Documentation - Minor grammar issue in the Sending e-mail docs) created by
- In …
- 6:48 AM Ticket #1105 (Template system - [patch] simple_tag decorator enhancement) updated by
- Considering my last attempt to add a bit of more usability to Django …
- 6:46 AM Ticket #11559 (Core (Other) - urlresolvers.reverse do not work with namespaced urls and captured ...) updated by
-
Cc changed
- 4:09 AM Ticket #11700 (contrib.admin - actions and list_editables in popups problematic) updated by
- A tip for those who need to hide actions in popups: […]
- 3:33 AM Ticket #10706 (Core (Management commands) - Incorrect error from manage.py sql when app fails to load) updated by
- I ran across this unhelpful error message as well. At the very least …
- 12:56 AM Ticket #8960 (Contrib apps - "View on site" does not work if contrib.sites is not installed) updated by
- I can confirm that floledermann's patch works on django trunk rev …
Apr 25, 2010:
- 7:44 PM Ticket #13419 (Translations - Danish translation update) updated by
-
Triage Stage changed
- 6:56 PM XML-RPC edited by
- (diff)
- 4:40 PM Ticket #13416 (Uncategorized - Generic relations should be counted as children when deleting to avoid ...) updated by
- Ah, I can pass force_update=True and catch DatabaseError when I save …
- 4:21 PM Ticket #13416 (Uncategorized - Generic relations should be counted as children when deleting to avoid ...) updated by
- I agree that your third option, let the post_delete handler check to …
- 1:49 PM Ticket #13419 (Translations - Danish translation update) created by
- Attached you'll find a patch with the latest translation updates for 1.2.
- 11:54 AM Ticket #12749 (contrib.admin - "Please correct the error below." when saving add model form with ...) updated by
-
Patch needs improvement changed
@jkocherhans - I'm not completely certain ForeignKey.validate() is at … - 8:48 AM Ticket #13305 (Template system - date-filter doesn't use correct fallback with USE_L10N) updated by
- If you want to use localized format with date filter, just put in you …
- 8:40 AM Ticket #12627 (contrib.admin - If all fields are readonly or editable=False, their ModelForm is ...) updated by
-
Has patch, Milestone changed
I agree with Jacob; this isn't a forms issue, it's an admin validation … - 8:23 AM Ticket #13404 (Core (Other) - django.utils.module_loading fails if loader has no prefix attribute) updated by
- (In [13024]) [1.1.X] Fixed #13404 -- Reworked module_has_submodule() …
- 8:23 AM Changeset [a43464d]stable/1.1.x by
- [1.1.X] Fixed #13404 -- Reworked module_has_submodule() to allow it to …
- 8:18 AM Ticket #13404 (Core (Other) - django.utils.module_loading fails if loader has no prefix attribute) closed by
- fixed: (In [13023]) Fixed #13404 -- Reworked module_has_submodule() to allow …
- 8:18 AM Changeset [9872bad]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 #13404 -- Reworked module_has_submodule() to allow it to work …
- 7:57 AM Ticket #13416 (Uncategorized - Generic relations should be counted as children when deleting to avoid ...) closed by
- wontfix: You may be observing this with generic relations in your specific …
- 7:42 AM Ticket #13417 (Documentation - djangojs domain is used by default) updated by
-
Triage Stage changed
- 7:41 AM Ticket #13418 (Documentation - Natural keys documentation: 1) tuple requirement in serialization is ...) updated by
-
Triage Stage, Milestone changed
- 7:40 AM Ticket #13414 (Documentation - QuerySet API ref wrong sql equivalent in __year lookup example) updated by
-
Triage Stage changed
- 7:22 AM Ticket #13418 (Documentation - Natural keys documentation: 1) tuple requirement in serialization is ...) created by
- As discussed {1} I propose following changes to natural keys …
- 7:04 AM Emacs edited by
- (diff)
- 4:39 AM Ticket #12772 (Template system - Allow loading template tags by fully qualified python module path) updated by
-
Attached a better patch, this time using full paths.
.patch
is the … - 4:27 AM Ticket #13417 (Documentation - djangojs domain is used by default) created by
- The documentation doesn't say djangojs is used by default in the …
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 …
Note:
See TracTimeline
for information about the timeline view.