Timeline



Jun 21, 2010:

9:07 PM Ticket #13773 (Database layer (models, ORM) - model field's db_type() called without connection arg in pg creation.py) updated by Alexander Schepanovski
Status, Triage Stage changed
Promoting to ready for chekin since it's obvious bug
9:06 PM Ticket #13730 (Database layer (models, ORM) - Allow db_index=False for ForeignKey) updated by Alexander Schepanovski
Status, Triage Stage changed
Promoting to ready for chekin since it's obvious bug
8:02 PM Ticket #10154 (Database layer (models, ORM) - allow the combination of an F expression with a timedelta) updated by Karen Tracey
Patch needs improvement, Needs tests changed
It's clear why [http://dev.mysql.com/doc/refman/5.1/en/datetime.html
4:05 PM modeladmin-getform-and-getformset-exclude-will-overwrite.diff attached to Ticket #8999 by Brandon Konkle
3:12 PM Ticket #8999 (contrib.admin - ModelAdmin.get_form and get_formset will overwrite self.exclude with a ...) updated by Brandon Konkle
Cc changed
I just ran into this bug, myself. If the 'exclude' kwarg is intended …
2:42 PM Ticket #13808 (Core (Other) - Setting handler404 and/or handler500 in main urls.py does not work.) closed by Karen Tracey
worksforme: I do exactly this in one of my projects so I'm not sure how to …
2:00 PM Ticket #13808 (Core (Other) - Setting handler404 and/or handler500 in main urls.py does not work.) created by Josh Ourisman
Setting handler404 or handler500 in the projects main urls.py does not …
10:16 AM Ticket #13768 (Database layer (models, ORM) - 'exclude' does not work with lists containing a 'None' element.) updated by Bas Peschier
Confirmed in SQLite and MySQL as well. This influences current …
10:05 AM Ticket #7231 (Database layer (models, ORM) - New "join" parameter for the "extra" QuerySet method) updated by eads
Just putting in my 2 cents for jonozz here: I need to do subquery in …
8:46 AM Ticket #13279 (Documentation - Documentation that needs a small expansion) updated by Adam Nelson
In that case, can the patch keep the backticks but add a note …
8:40 AM Ticket #13599 (contrib.admin - Incorrect HTML in change_list when list_editable is used) updated by magnus
I added a patch where the hidden fields are rendered in a hidden div …
8:40 AM separate_hidden_fields.patch attached to Ticket #13599 by magnus
A patch with the hidden inputs placed above the results table
7:30 AM Ticket #13797 (contrib.auth - Login and logout views could optionally post a message to the user) closed by Russell Keith-Magee
wontfix: Closing wontfix; #5612 is the right approach for this.
7:19 AM Changeset [2f2018e0]mainstable/1.10.xstable/1.11.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@…>
Added skeleton 1.3 release notes. git-svn-id: …
7:09 AM Ticket #12619 (Core (Management commands) - django-admin's testserver doesn't support --noinput) closed by Russell Keith-Magee
fixed: (In [13365]) Fixed #12619 -- Added support for the --noinput flag to …
7:09 AM Changeset [0dce7b69]mainstable/1.10.xstable/1.11.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 #12619 -- Added support for the --noinput flag to testserver. …
7:01 AM Ticket #13747 (Documentation - Post 1.2 Development code wrongly included in 1.2 doc on Custom ...) closed by Russell Keith-Magee
fixed: (In [13364]) [1.2.X] Fixed #13747 -- Reverted documentation suggesting …
7:01 AM Changeset [8f5236fa]stable/1.2.x by Russell Keith-Magee <russell@…>
[1.2.X] Fixed #13747 -- Reverted documentation suggesting the use of …
6:48 AM Ticket #8901 (Database layer (models, ORM) - Django's guessed postgresql sequence name is incorrect if the ...) closed by Russell Keith-Magee
fixed: (In [13363]) Fixed #8901 -- Reapplied r13328 (with extra docs) now …
6:48 AM Changeset [6ab3fea]mainstable/1.10.xstable/1.11.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 #8901 -- Reapplied r13328 (with extra docs) now that we have a …
5:49 AM Ticket #13751 (HTTP handling - Avoid open redirect issue with whitelist) updated by Russell Keith-Magee
Thanks for updating the patch, but it's still a long way from being …
4:24 AM Ticket #13751 (HTTP handling - Avoid open redirect issue with whitelist) updated by Flier Lu
Got it and update the patch, thanks for your comments Just paste the …
4:22 AM secure.2.py attached to Ticket #13751 by Flier Lu
3:08 AM Ticket #13807 (Uncategorized - Date/Time functions dont work in the admin ( 1.2 ) - ...) closed by meder
fixed: it seems like it's relying on my old i18n.py even though i'm using …
2:15 AM Ticket #13806 (contrib.admin - ModelAdmin.save_as does not work) closed by retrogradeorbit@…
worksforme: Sorry. This does work. Was a form problem :P
2:12 AM Ticket #13807 (Uncategorized - Date/Time functions dont work in the admin ( 1.2 ) - ...) updated by meder
It seems like the function is supposed to be in /admin/jsi18n
2:07 AM Ticket #13807 (Uncategorized - Date/Time functions dont work in the admin ( 1.2 ) - ...) updated by meder
Seems to be defined in …
1:58 AM Ticket #13807 (Uncategorized - Date/Time functions dont work in the admin ( 1.2 ) - ...) created by meder
I grabbed Django 1.2.1 and setup my new project up. Within the admin, …
1:29 AM Ticket #13806 (contrib.admin - ModelAdmin.save_as does not work) created by retrogradeorbit@…
The documents …
1:15 AM Ticket #13805 (Uncategorized - Unable to use .raw() in multi-db environment) closed by Russell Keith-Magee
worksforme: It works fine for me, and I've got a test suite to back up my …
1:12 AM Ticket #13805 (Uncategorized - Unable to use .raw() in multi-db environment) created by liangent
I have a model M. M.objects.raw('...') works, but …

Jun 20, 2010:

8:32 PM URLField.diff attached to Ticket #13804 by Samus_
8:31 PM Ticket #13804 (Forms - URLField validation fails with "://" on the path and no scheme) created by Samus_
according to RFC3986[1] urls containing colons on the path are valid …
5:59 PM fixed_transaction_settings_variable_name.diff attached to Ticket #2304 by tjshewmake
Proposed fix of manual transactions variable name.
5:09 PM Ticket #13771 (Database layer (models, ORM) - ForeignKey and Many2Many validation fails between databases) updated by Andrii Kurinnyi
Has patch, Needs tests changed
isValidIDList method on ManyToManyField, mentioned in previous patch …
4:45 PM t13771_1.diff attached to Ticket #13771 by Andrii Kurinnyi
Added test for foreign key validation
2:42 PM Ticket #13803 (Database layer (models, ORM) - Model attribute cannot be named pk and set primary_key=True) updated by Jon Gales
Replying to kmtracey: > #12460 is already open for some …
2:09 PM Ticket #13803 (Database layer (models, ORM) - Model attribute cannot be named pk and set primary_key=True) updated by Karen Tracey
Replying to Alex: > Fixed up formatting. Also this is …
2:06 PM Ticket #13803 (Database layer (models, ORM) - Model attribute cannot be named pk and set primary_key=True) updated by Alex Gaynor
Description changed
Fixed up formatting. Also this is just going to be a docs issue IMO.
2:01 PM Ticket #13801 (Documentation - Custom filters - INSTALLED_APPS requirements) closed by Karen Tracey
invalid: I don't know how you came to this conclusion, but it is not true: you …
1:57 PM Ticket #13802 (Documentation - Custom filters - INSTALLED_APPS requirements) closed by Karen Tracey
duplicate: #13801
1:42 PM python_2010-06-20-143821_jonny.crash attached to Ticket #13803 by Jon Gales
Python crash log
1:42 PM Ticket #13803 (Database layer (models, ORM) - Model attribute cannot be named pk and set primary_key=True) created by Jon Gales
I had an existing database that I wanted to manipulate with Django and …
12:47 PM Ticket #13802 (Documentation - Custom filters - INSTALLED_APPS requirements) created by mhenwood
Hi The documentation states that in order for a library of custom …
12:45 PM Ticket #13801 (Documentation - Custom filters - INSTALLED_APPS requirements) created by mhenwood
Hi The documentation states that in order for a library of custom …
5:51 AM Ticket #2879 (Testing framework - Add live test server support to test framework) updated by ch0wn
Cc changed
1:48 AM Ticket #10673 (Database layer (models, ORM) - If the default manager adds an annotation and sets ...) updated by Shaun Cutts
Cc changed
Replying to jacob: > This is a "if it hurts then stop …
1:07 AM Ticket #12308 (Database layer (models, ORM) - Adding tablespace support to postgres backends) updated by Andrii Kurinnyi
Cc, Patch needs improvement, Needs tests changed
1:02 AM Ticket #13800 (Forms - add form field order meta option) closed by Russell Keith-Magee
wontfix: I'm afraid I still don't see what you are requesting. The fields …

Jun 19, 2010:

11:56 PM Ticket #13260 (Core (URLs) - urlresolvers.reverse() generates invalid URLs when an argument ...) updated by stumbles
Cc changed
11:52 PM Ticket #13279 (Documentation - Documentation that needs a small expansion) updated by stumbles
Cc changed
11:50 PM Ticket #13279 (Documentation - Documentation that needs a small expansion) updated by stumbles
Adamnelson, you're correct, pasting should have worked fine. I think …
11:28 PM Ticket #13260 (Core (URLs) - urlresolvers.reverse() generates invalid URLs when an argument ...) updated by stumbles
Version, Triage Stage changed
As to whether args and kwargs should be quoted (ie. whether this is a …
11:16 PM t13260-patch.diff attached to Ticket #13260 by stumbles
Additional tests including russellm's above plus one additional, code …
10:44 PM Ticket #13800 (Forms - add form field order meta option) reopened by nickname123
I was not specific enough in my first description. This option should …
10:02 PM Ticket #13800 (Forms - add form field order meta option) closed by nickname123
worksforme
8:48 PM Ticket #13800 (Forms - add form field order meta option) created by nickname123
There should be a way to specify the order of form fields when output …
5:23 PM t12308_4.diff attached to Ticket #12308 by Andrii Kurinnyi
Removed some whitespace and unnecessary empty set argument
5:10 PM t12308_3.diff attached to Ticket #12308 by Andrii Kurinnyi
Rewritten tests to use lower level …
5:02 PM 13147.diff attached to Ticket #13147 by Jeff Schenck
Patch for 13147
4:18 PM Ticket #2304 (Database layer (models, ORM) - [patch] DISABLE_TRANSACTION_MANAGEMENT is not working as described in Doc's) updated by tjshewmake
Status, Owner changed
4:14 PM Changeset [b46639f5]mainstable/1.10.xstable/1.11.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 Jacob Kaplan-Moss <jacob@…>
Django is now 1.3 pre-alpha. git-svn-id: …
4:12 PM Changeset [b1b17211]stable/1.2.x by Jacob Kaplan-Moss <jacob@…>
Created 1.2.X release branch. git-svn-id: …
4:07 PM t12308_2.diff attached to Ticket #12308 by Andrii Kurinnyi
added tests
4:07 PM Ticket #10843 (Testing framework - django.contrib.markup.tests.Templates test_textile fails with python ...) closed by Jacob
fixed: (In [13360]) Fixed #10843: the textile tests now pass against the …
4:07 PM Changeset [90ce8b0c]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 Jacob Kaplan-Moss <jacob@…>
Fixed #10843: the textile tests now pass against the latest textile …
3:00 PM Ticket #8291 (Database layer (models, ORM) - "pk" alias doesn't work for Meta option "ordering") updated by Karen Tracey
#13297 reported this again and has patches.
3:00 PM Ticket #13297 (Database layer (models, ORM) - Cannot specify 'pk' in model default ordering) closed by Karen Tracey
duplicate: This was already reported in the still-open #8291.
2:11 PM t12308_1.diff attached to Ticket #12308 by Andrii Kurinnyi
Patch for current trunk r13359
2:07 PM django-m2m-tests.diff attached to Ticket #13799 by Alex Gaynor
2:03 PM Ticket #13799 (Testing framework - Test failing on Postgres on trunk) updated by Alex Gaynor
Triage Stage, Status, Owner changed
2:03 PM Ticket #13799 (Testing framework - Test failing on Postgres on trunk) created by Alex Gaynor
See title, failure is probably my fault, in m2m_though_regress.
1:44 PM django-connection-created.diff attached to Ticket #13798 by Alex Gaynor
1:30 PM Ticket #13798 (Database layer (models, ORM) - Add an argument to connection_created signal to distinguish ...) updated by Alex Gaynor
Triage Stage changed
12:47 PM Sprint201006LA edited by tjshewmake
(diff)
12:27 PM Ticket #13798 (Database layer (models, ORM) - Add an argument to connection_created signal to distinguish ...) created by liangent
[10182] introduced connection_created signal. In a single-db …
9:46 AM Ticket #9321 (Forms - When overriding the widget for a manytomany field default help_text stays) updated by mathijsken
Needs documentation, Version changed
I ran into this very issue just now and solved it by creating an …
7:04 AM Ticket #12988 (Forms - Add support of IDN domains for URLField validator.) updated by fwenzel
We've been bitten by this in the Firefox Input application as well. If …
3:44 AM Sprint201006LA edited by Jeff Schenck
(diff)

Jun 18, 2010:

6:29 PM Ticket #3011 (contrib.auth - Allow for extendable auth_user module) updated by Mitar
Cc changed
6:22 PM Ticket #2131 (HTTP handling - HttpResponseSendFile for serving static files handler-specific ...) updated by Mitar
Cc changed
6:17 PM Ticket #3100 (Template system - Support for arguments on intermediate tag tokens (ex. {% if arg %}{% ...) updated by Mitar
Cc changed
6:01 PM Ticket #13797 (contrib.auth - Login and logout views could optionally post a message to the user) created by Mitar
Login and logout views could optionally (a setting or view argument …
4:29 PM Ticket #13796 (Template system - Admin docs aren't showing core template tags and filters) updated by Alex Gaynor
Triage Stage changed
4:28 PM Ticket #13796 (Template system - Admin docs aren't showing core template tags and filters) created by nathan
Looks like ticket #6587 removed core template tags and filters from …
3:29 PM Ticket #9025 (contrib.admin - Nested Inline Support in Admin) updated by JMagnusson
Cc changed
12:54 PM Ticket #13795 (Core (Cache system) - Add CACHE_KEY_PREFIX setting that prefixes the low-level cache API) updated by Byron Ruth
Status changed
12:46 PM Ticket #13795 (Core (Cache system) - Add CACHE_KEY_PREFIX setting that prefixes the low-level cache API) updated by Byron Ruth
Summary changed
12:44 PM cache_key_prefix_13357.diff attached to Ticket #13795 by Byron Ruth
12:42 PM Ticket #13795 (Core (Cache system) - Add CACHE_KEY_PREFIX setting that prefixes the low-level cache API) created by Byron Ruth
I started the thread on django-developers …
12:17 PM search-commit-msg attached to Ticket #8995 by John Hensley
Ignore this.
12:15 PM sitemaps.diff attached to Ticket #8995 by John Hensley
Patch against r13357 for sitemap enhancements.
12:03 PM Ticket #8995 (contrib.sitemaps - Add support for https to sitemaps) updated by John Hensley
Cc changed
I updated the patch to work with recent code. For now I just removed …
10:45 AM Ticket #13681 (contrib.admin - Add admindocs to INSTALLED_APPS in project template) updated by Russell Keith-Magee
Summary changed
10:42 AM Ticket #13681 (contrib.admin - Add admindocs to INSTALLED_APPS in project template) updated by Russell Keith-Magee
Triage Stage changed
10:41 AM Ticket #13629 (contrib.admin - Admin Changelist: add app-model_name class to <body> tag) updated by Russell Keith-Magee
Description, Triage Stage changed
10:40 AM Ticket #11277 (contrib.admin - Hidden fields in Inlines are displayed as empty rows) updated by Russell Keith-Magee
Triage Stage changed
10:38 AM Ticket #13684 (HTTP handling - a bug in a catch-all try..except in Django masks other exceptions: ...) updated by Russell Keith-Magee
Triage Stage, Milestone changed
10:37 AM Ticket #12566 (contrib.admin - admin action templates cannot be overriden on a per-app basis) updated by Tay Ray Chuan
Patch needs improvement, Needs tests changed
10:36 AM Ticket #13756 (HTTP handling - File upload not working under Tomcat) updated by Russell Keith-Magee
Triage Stage changed
10:28 AM Ticket #13786 (Testing framework - Test client PUT and DELETE do not include the GET query params) closed by Russell Keith-Magee
worksforme: As far as I can make out, the test client is working correctly here. …
10:17 AM Ticket #13765 (Template system - The urlencode filter is actually urlquote and it doesn't accept the ...) updated by Russell Keith-Magee
Triage Stage changed
10:06 AM Ticket #13745 (Template system - Make extends allow select from multiple templates for themes fallback) closed by Russell Keith-Magee
wontfix: It strikes me that this is something that should be handled by a …
10:03 AM Ticket #13749 (contrib.admin - Link from admin-site to site) updated by Russell Keith-Magee
Component, Triage Stage changed
Agreed; When I modify the base template for a site to say "Myproject …
10:02 AM Ticket #8995 (contrib.sitemaps - Add support for https to sitemaps) updated by John Hensley
Replying to miracle2k: > It seems yahoo is pinged twice by …
10:00 AM Ticket #13793 (Database layer (models, ORM) - reverse of OneToOne relation should use default manager if ...) updated by Russell Keith-Magee
Triage Stage changed
10:00 AM Ticket #13771 (Database layer (models, ORM) - ForeignKey and Many2Many validation fails between databases) updated by Russell Keith-Magee
Needs tests, Triage Stage changed
9:59 AM Ticket #13768 (Database layer (models, ORM) - 'exclude' does not work with lists containing a 'None' element.) updated by Russell Keith-Magee
Triage Stage changed
9:58 AM Ticket #13758 (Database layer (models, ORM) - MySQLdb utf8_bin and django causes UnicodeDecodeError) updated by Russell Keith-Magee
Has patch, Description, Needs tests, Triage Stage changed
9:56 AM Ticket #13757 (Database layer (models, ORM) - Signal inconsistency between auto_created and manually defined ...) updated by Russell Keith-Magee
Triage Stage changed
9:52 AM Ticket #13742 (Database layer (models, ORM) - implement savepoints for sqlite3) updated by Russell Keith-Magee
Triage Stage changed
9:51 AM Ticket #13730 (Database layer (models, ORM) - Allow db_index=False for ForeignKey) updated by Russell Keith-Magee
Triage Stage changed
9:49 AM Ticket #6735 (Generic views - Class-based generic views) updated by Russell Keith-Magee
#13753 describes a reasonable feature request for generic views that …
9:49 AM Ticket #13753 (Generic views - Generic views don't redirect to an URL name, like ...) updated by Russell Keith-Magee
Triage Stage changed
A reasonable suggestion; however, it may be better to integrate this …
9:43 AM Ticket #13750 (Documentation - ImageField accessing height or width and then data results in "I/O ...) updated by Russell Keith-Magee
Triage Stage changed
9:33 AM Ticket #13666 (Database layer (models, ORM) - Updates with F objects on decimal fields raise MySQL warnings) updated by Karen Tracey
Might be related to this
9:30 AM Ticket #13662 (Documentation - Documentation for running tests difficult to find) updated by Russell Keith-Magee
Triage Stage, Milestone changed
Agreed; it's generally good practice to document how to run the tests …
9:29 AM Ticket #13666 (Database layer (models, ORM) - Updates with F objects on decimal fields raise MySQL warnings) updated by Russell Keith-Magee
Component, Triage Stage changed
Ok - I can verify the '1.79' problem; that means this isn't a …
9:18 AM Ticket #13687 (Documentation - Getting and deleting HttpResponse header are case-insensitive) updated by Russell Keith-Magee
Triage Stage changed
9:16 AM Ticket #13691 (Documentation - install instructions are unclear about creation of db tables) closed by Russell Keith-Magee
wontfix: Marking wontfix. I can't work out what area of the docs is confusing …
9:12 AM Ticket #13780 (Documentation - Admin site documentation should specify ordering directions) updated by Karen Tracey
I think the complaint here might be that the doc in admin does not …
9:11 AM Ticket #13727 (Documentation - Alphabetize USE_L10N and USE_I18N) updated by Russell Keith-Magee
Triage Stage changed
9:10 AM Ticket #13728 (Documentation - Incorrect default value for verify_exists in URLField documentation) updated by Russell Keith-Magee
Patch needs improvement, Has patch, Triage Stage changed
When the implemenation has existed as-is for as long as it has, we fix …
9:05 AM Ticket #13738 (Documentation - "Writing Views" doesn't help much if you want in-depth info on writing ...) closed by Russell Keith-Magee
wontfix: Marking wontfix because this doesn't have a specific call to action. …
9:02 AM Ticket #13794 (Forms - Django does not respect to_field's model on an inline model admin) created by sebastien@…
The problem occurs in the function __unicode__ of ModelB When …
9:01 AM Ticket #13748 (Documentation - contrib.gis contains incorrect links to the kyngchaos packages) updated by Russell Keith-Magee
Patch needs improvement, Triage Stage changed
Looks to me like the links may have changed again -- the /wiki/ part …
8:59 AM Ticket #13755 (Documentation - HttpRequest.is_ajax() should be used together with ...) updated by Russell Keith-Magee
Triage Stage changed
8:56 AM Ticket #13759 (Documentation - Multi-db docs have an example that isn't syntax highlighting) updated by Russell Keith-Magee
Triage Stage changed
8:55 AM Ticket #13780 (Documentation - Admin site documentation should specify ordering directions) closed by Russell Keith-Magee
invalid: [http://docs.djangoproject.com/en/1.2/ref/contrib/admin/#django.contrib
8:53 AM Ticket #13694 (Core (Mail) - SafeMIMEText argument names incompatible with those from MIMEText) updated by Russell Keith-Magee
Triage Stage changed
8:35 AM Ticket #13734 (Core (Other) - Simpler implementation of ...) updated by Russell Keith-Magee
Needs tests, Triage Stage changed
Marking as 'needs tests' because I'm not completely certain of the …
8:25 AM Ticket #13689 (Core (Other) - Paginator.page fails when Paginator is set up with a unicode string in ...) updated by Russell Keith-Magee
Needs tests, Triage Stage changed
8:09 AM Ticket #13790 (Contrib apps - Docs for CurrentSiteManager indicate an M2M field called "sites" will ...) updated by Russell Keith-Magee
Triage Stage changed
I've got deja vu here... I addressed this documentation in #13168. …
7:53 AM Ticket #13784 (Forms - pre_save is dispatched before executing upload_to attributes on ...) updated by Peter Bengtsson
Oh I see. I really did google the tickets but didn't find that one. …
7:38 AM Ticket #13265 (Database layer (models, ORM) - TransactionManagementError doesn't allow for easy debugging of views) closed by Thomas Güttler
duplicate: I guess it is a duplicate for #6623
7:09 AM Ticket #13741 (Contrib apps - GenericForeignKey not working across multiple databases) closed by Russell Keith-Magee
invalid: Generic keys do work with multidb, and there are quite a few tests in …
6:57 AM Ticket #13667 (Contrib apps - Multiple profile models via AUTH_PROFILE_MODULES (proposal)) closed by Russell Keith-Magee
wontfix: My preference would be to deprecate the use of AUTH_PROFILE_MODULES, …
6:52 AM Ticket #13787 (contrib.auth - AuthenticationForm renders incorrect passwords) closed by Russell Keith-Magee
duplicate
6:52 AM Ticket #13787 (contrib.auth - AuthenticationForm renders incorrect passwords) updated by Russell Keith-Magee
Duplicate of #13316
6:46 AM Ticket #13713 (Uncategorized - Changing ModelMultipleChoiceField in admin is not reflected in ...) closed by Russell Keith-Magee
invalid: If you want to ask how to do something, the right place isn't on a …
6:40 AM Ticket #9025 (contrib.admin - Nested Inline Support in Admin) updated by Wouter Klein Heerenbrink
Cc changed
6:39 AM Ticket #13713 (Uncategorized - Changing ModelMultipleChoiceField in admin is not reflected in ...) reopened by jonathan_livni
Replying to russellm: Thank you for clarifying that. But …
3:57 AM Ticket #12028 (contrib.contenttypes - Generic Inline doesn't validate unique_together) updated by atli
Version changed
Replying to johndotnet: > this bug is still open, anyone …
2:36 AM Ticket #13781 (Database layer (models, ORM) - select_related and multiple inheritance) updated by Vlastimil Zíma
Cc changed
1:12 AM one_to_one_use_default_manager_if_asked.diff attached to Ticket #13793 by Shaun Cutts
patch for SingleRelatedObjectDescriptor
1:11 AM Ticket #13793 (Database layer (models, ORM) - reverse of OneToOne relation should use default manager if ...) created by Shaun Cutts
When retrieving the related object in a reverse OneToOne relation, the …
Note: See TracTimeline for information about the timeline view.
Back to Top