Timeline



Jan 23, 2010:

11:05 PM Ticket #11077 (Testing framework - Django's built-in tests fail when using url reverse tags in default ...) updated by Cory Walker
Triage Stage changed
10:55 PM Ticket #11077 (Testing framework - Django's built-in tests fail when using url reverse tags in default ...) updated by Cory Walker
Patch needs improvement, Needs tests, Triage Stage changed
I've uploaded a complete version of the patch. I've run many tests on …
10:52 PM test_combine_urlconfs.diff attached to Ticket #11077 by Cory Walker
The complete patch
6:29 PM Ticket #12661 (Database layer (models, ORM) - Support setting a "default" database) updated by Russell Keith-Magee
I'm still not convinced. Even without using a router, you can solve …
6:10 PM Changeset [739d5aec]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Luke Plant <L.Plant.98@…>
Synced 1.2 release notes with 1.1.2 release notes w.r.t. cookie …
6:04 PM Changeset [e6c55994]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Luke Plant <L.Plant.98@…>
Reduced CookieStorage.max_cookie_size to 75% of 4K to be nice to …
5:56 PM Changeset [63d07258]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Luke Plant <L.Plant.98@…>
Made CookieStorage account for the overhead added by the underlying …
5:38 PM Changeset [7f944a2]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Luke Plant <L.Plant.98@…>
Documented backwards incompatibility in 1.1.X branch introduced in …
5:25 PM Ticket #12470 (Uncategorized - django.contrib.messages CookieStorage failing silently in safari when ...) updated by Luke Plant
(In [12283]) [1.1.X] Fixed #12470 - encoding of comma and semi-colon …
5:13 PM Ticket #12470 (Uncategorized - django.contrib.messages CookieStorage failing silently in safari when ...) closed by Luke Plant
fixed: (In [12282]) Fixed #12470 - django.contrib.messages CookieStorage …
5:13 PM Changeset [088f7170]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Luke Plant <L.Plant.98@…>
Fixed #12470 - django.contrib.messages CookieStorage failing silently …
3:18 PM Ticket #12667 (Core (Other) - changeset:12098 introduces choice validation bug at the model level) updated by Ramiro Morales
Milestone, Has patch, Triage Stage changed
3:18 PM 12667.diff attached to Ticket #12667 by Ramiro Morales
3:06 PM Ticket #9200 (contrib.formtools - Add a session based form wizard) updated by steph
I started working on a rewrite of the formwizard with pluggable …
2:26 PM Ticket #12675 (contrib.admin - Inconstancy in inital configuration when creating new project) updated by anonymous
Has patch changed
2:25 PM 12675.diff attached to Ticket #12675 by stephanhoyer
Patch 1
2:17 PM 12670_messages_base64.diff attached to Ticket #12470 by Tobias McNulty
base64-encode message payload in CookieStorage to escape special …
1:15 PM 9475.m2m_add_remove.r12281.diff attached to Ticket #9475 by Johannes Dollinger
1:13 PM Ticket #12675 (contrib.admin - Inconstancy in inital configuration when creating new project) updated by stephanhoyer
Version changed
12:59 PM Ticket #12673 (Internationalization - Start requiring GNU gettext 0.15 or newer) updated by anonymous
In the case of Webfaction (and other hosting platforms?): We don't …
12:25 PM Ticket #8408 (contrib.admin - Add a way to avoid QuerySet.count() in admin pagination) updated by stephanhoyer
The count(*) is essential for displaying the paginator. Without …
11:45 AM Ticket #12675 (contrib.admin - Inconstancy in inital configuration when creating new project) created by stephanhoyer
If you start a new project the urls for contrib.admin where added to …
11:42 AM Ticket #12673 (Internationalization - Start requiring GNU gettext 0.15 or newer) updated by Luke Plant
FWIW, webfaction.com, a favorite Django …
11:40 AM Ticket #12674 (contrib.admin - Admin validation doesn't reflect ModelAdmin's extensibility) created by Honza Král
If you choose to extend ModelAdmin in a non standard way - for example …
11:32 AM 12470-cookie-fix-2.diff attached to Ticket #12470 by Luke Plant
Added release notes.
11:28 AM Ticket #12647 (contrib.admin - Django admin unique validation fails) updated by Honza Král
Milestone, Owner, Has patch, Triage Stage changed
Attached a patch that takes care of this. it's a simple fix and …
11:27 AM 12647.dif attached to Ticket #12647 by Honza Král
11:26 AM Changeset [e71b10ef]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Russell Keith-Magee <russell@…>
Added color configuration for HTTP 304, since it doesn't require as …
11:07 AM Ticket #12673 (Internationalization - Start requiring GNU gettext 0.15 or newer) updated by Jannis Leidel
Owner, Triage Stage, Status changed
11:07 AM Ticket #12564 (Internationalization - i18n format for admin object history view entries timestamps) closed by Jannis Leidel
fixed: (In [12280]) Fixed #12564 - Use locale-aware date format in admin …
11:07 AM Changeset [3df1a16c]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Jannis Leidel <jannis@…>
Fixed #12564 - Use locale-aware date format in admin object history …
11:01 AM 12470-cookie-fix.diff attached to Ticket #12470 by Luke Plant
Patch that fixes this at the level of cookie handling
11:01 AM Ticket #12470 (Uncategorized - django.contrib.messages CookieStorage failing silently in safari when ...) updated by Luke Plant
After further discussion/research, the RFCs are basically useless …
10:44 AM Changeset [4d81874f]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Brian Rosner <brosner@…>
ModelAdmin.fields wasn't able to refer to fields only on a custom form …
10:23 AM Ticket #9209 (Forms - ModelChoiceField raises ValueError when passed a non integer string) updated by Ben Firshman
Cc changed
8:52 AM 12673-require-getetx-015.diff attached to Ticket #12673 by Ramiro Morales
8:51 AM t12542-r12278.1.2.diff attached to Ticket #12542 by Russell Keith-Magee
RC1 of a patch allowing for test mirrors for testing master/slave setups
8:50 AM Ticket #12673 (Internationalization - Start requiring GNU gettext 0.15 or newer) updated by Ramiro Morales
Summary changed
8:47 AM Ticket #12673 (Internationalization - Start requiring GNU gettext 0.15 or newer) created by Ramiro Morales
This way we will be able to use translation contexts (see #10004, …
8:47 AM t12672-r12278.2.diff attached to Ticket #12672 by Russell Keith-Magee
RC1 of a patch for configuring multiple database usage
7:24 AM Ticket #12557 (contrib.auth - AnonymousUser has_perm should check backends has_perm) updated by Florian Apolloner
Cc changed
Discussion: …
7:02 AM Ticket #9015 (Core (Other) - Signal Connection Decorators) updated by Brian Rosner
Status changed
7:02 AM Ticket #9015 (Core (Other) - Signal Connection Decorators) updated by Brian Rosner
Owner, Status changed
I've made a slightly new patch and started discussion at …
4:48 AM Distributions edited by rhand
(diff)
4:47 AM Distributions edited by rhand
(diff)
4:39 AM Ticket #4679 (Core (Management commands) - django-admin.py maybe not in system path after setup.py installation ...) updated by rhand
Had the same problem with Snow Leopard 10.6.2. I installed Django …
2:46 AM Ticket #12671 (Core (Cache system) - Add set_many, delete_many, clear to cache) updated by Alex Gaynor
Milestone changed
Marking for the 1.2 milestone so I remember to ask russ to commit this.
2:44 AM Ticket #12671 (Core (Cache system) - Add set_many, delete_many, clear to cache) updated by Jeff Balogh
Replying to Alex: > you seem to have put the {{{ …
2:41 AM cache.diff attached to Ticket #12671 by Jeff Balogh
Adds set_many, delete_many, and clear methods to cache

Jan 22, 2010:

11:24 PM Ticket #12672 (Database layer (models, ORM) - Add mechanism for controlling which models are synchronized onto which ...) updated by Russell Keith-Magee
Patch needs improvement, Triage Stage changed
This first patch isn't complete - it isn't heavily tested, and it …
11:24 PM t12672-r12278.1.diff attached to Ticket #12672 by Russell Keith-Magee
First rough draft at an implementation.
11:21 PM Ticket #12672 (Database layer (models, ORM) - Add mechanism for controlling which models are synchronized onto which ...) created by Russell Keith-Magee
At present synchronizing multiple databases where you *dont* want …
11:15 PM Ticket #12671 (Core (Cache system) - Add set_many, delete_many, clear to cache) updated by Alex Gaynor
Patch looks pretty good, probably just about RFC. One thing though, …
10:44 PM Ticket #12671 (Core (Cache system) - Add set_many, delete_many, clear to cache) updated by Jeff Balogh
Status, Owner changed
10:43 PM Ticket #12671 (Core (Cache system) - Add set_many, delete_many, clear to cache) created by Jeff Balogh
The attached patch adds all three, with accompanying tests and docs. …
10:32 PM Ticket #12668 (Documentation - [Patch] Fix for a few typos in [12272] multi-db docs) closed by Russell Keith-Magee
fixed: (In [12278]) Fixed #12668 -- Corrected some typos in the multi-db …
10:32 PM Changeset [dbad025]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Russell Keith-Magee <russell@…>
Fixed #12668 -- Corrected some typos in the multi-db docs. Thanks to …
9:57 PM Ticket #12663 (Database layer (models, ORM) - Formalize, refactor, and document Model._meta) reopened by Russell Keith-Magee
@ubernostrum - Jacob and I spoke briefly about this the other day, in …
8:54 PM Ticket #12670 (File uploads/storage - TemporaryUploadedFile objects do not respect FILE_UPLOAD_PERMISSIONS) created by Andrew Badr
From what I can tell, TemporaryUploadedFile objects do not respect …
8:53 PM Ticket #9595 (Core (Cache system) - Add support for cache to not expire) updated by Jeff Balogh
Cc changed
7:00 PM direct_to_template.diff attached to Ticket #12669 by Kyle Dodson
Proposed change to direct_to_template generic view with docs change
7:00 PM Ticket #12669 (Generic views - Return different HttpResponse from direct_to_template) created by Kyle Dodson
I've attached a patch that allows one to change the type of …
6:48 PM Ticket #12668 (Documentation - [Patch] Fix for a few typos in [12272] multi-db docs) updated by Alex Gaynor
Triage Stage changed
6:40 PM multi-db-typos.diff attached to Ticket #12668 by Matthew Flanagan
6:39 PM Ticket #12668 (Documentation - [Patch] Fix for a few typos in [12272] multi-db docs) created by Matthew Flanagan
See attached patch.
5:58 PM Ticket #12667 (Core (Other) - changeset:12098 introduces choice validation bug at the model level) created by anonymous
Lines 200-202 of django/db/models/fields/init.py (introduced in …
5:31 PM Ticket #12666 (Core (Mail) - Setting for sending email using localtime instead of UTC) created by net147
I would like to be able to send emails using local time in the Date …
5:01 PM adminui-selectorinline-2.diff attached to Ticket #12509 by jbronn
4:00 PM Ticket #10863 (Core (Other) - Email full stack traces like in the debug error pages) updated by Anders Hovmöller
Is something happening with this issue? It's rather annoying to have …
3:16 PM Ticket #12663 (Database layer (models, ORM) - Formalize, refactor, and document Model._meta) closed by James Bennett
wontfix: This is still considered internal API and subject to change; …
2:45 PM Ticket #12665 (Core (Other) - get_or_create fails with self as a parameter) created by Tim Graham
I believe this bug was introduced in changeset [11916]. I have the …
1:43 PM Ticket #12664 (Contrib apps - GenericRelation fails if originating model has custom primary key) updated by jbronn
(In [12277]) [1.1.X] Fixed #12664 -- Fixed …
12:39 PM Ticket #12664 (Contrib apps - GenericRelation fails if originating model has custom primary key) closed by jbronn
fixed: (In [12276]) Fixed #12664 -- Fixed GenericRelation.m2m_reverse_name
12:39 PM Changeset [c1584383]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Justin Bronn <jbronn@…>
Fixed #12664 -- Fixed GenericRelation.m2m_reverse_name to return the …
12:30 PM Changeset [5ec44450]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Justin Bronn <jbronn@…>
Modified GeoManager.get_query_set to reflect changes made for …
11:42 AM Ticket #9400 (File uploads/storage - flock causes problems when writing to an NFS share) updated by worksology
Some more information for debugging: Our environment uses a clustered …
11:38 AM generic_relation_pk_fix.1.diff attached to Ticket #12664 by jbronn
11:38 AM Ticket #12664 (Contrib apps - GenericRelation fails if originating model has custom primary key) created by jbronn
Example models, note that Person model has a field with …
11:07 AM Ticket #10761 (contrib.admin - ModelAdmin.queryset() is missing a mechanism for specifying different ...) updated by Andy Baker
Cc changed
10:40 AM Ticket #12663 (Database layer (models, ORM) - Formalize, refactor, and document Model._meta) created by Massimiliano
When creating a view template for a Model instance, it is often useful …
10:39 AM hostname_middleware.diff attached to Ticket #12662 by robballou
Test patch
10:37 AM hostname.py attached to Ticket #12662 by robballou
Middleware file
10:37 AM Ticket #12662 (Uncategorized - Enforce Hostname Middleware) created by robballou
For a recent project, I wanted to be able to enforce the hostname used …
9:53 AM Ticket #12661 (Database layer (models, ORM) - Support setting a "default" database) updated by Kyle Fuller
russellm, it doesn't quite allow it. Your default database still needs …
9:31 AM Ticket #12659 (Testing framework - KeyError exception instanciated with offending key in ...) closed by Russell Keith-Magee
fixed: (In [12274]) Fixed #12659 -- Return a more meaningful KeyError message …
9:31 AM Changeset [f114fbe]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Russell Keith-Magee <russell@…>
Fixed #12659 -- Return a more meaningful KeyError message when …
9:28 AM Ticket #12470 (Uncategorized - django.contrib.messages CookieStorage failing silently in safari when ...) updated by Luke Plant
Hmm, RFC 2109, as opposed to other sources, actually says that the …
9:21 AM Ticket #12661 (Database layer (models, ORM) - Support setting a "default" database) closed by Russell Keith-Magee
wontfix: You've been beaten to the punch by about 10 minutes :-) [12272]
9:18 AM settings.diff attached to Ticket #12661 by Kyle Fuller
9:17 AM environ.diff attached to Ticket #12661 by Kyle Fuller
9:17 AM Ticket #12661 (Database layer (models, ORM) - Support setting a "default" database) created by Kyle Fuller
I have wrote two patches which allow you to select a "default" …
9:17 AM Ticket #12659 (Testing framework - KeyError exception instanciated with offending key in ...) updated by rodriguealcazar
Something didn't work with the first diff
9:16 AM utils.py.2.diff attached to Ticket #12659 by rodriguealcazar
9:13 AM Ticket #12660 (contrib.admin - Proposal: adding "render_display_form" support to ...) created by Massimiliano
I found often useful in my programs to endow ModelAdmin with the …
9:13 AM utils.py.diff attached to Ticket #12659 by rodriguealcazar
9:12 AM Ticket #12659 (Testing framework - KeyError exception instanciated with offending key in ...) created by rodriguealcazar
In test.utils.ContextList.getitem, a plain KeyError is raised if …
9:02 AM Ticket #10314 (Testing framework - TestCase assert methods do not accept a msg parameter) closed by Russell Keith-Magee
fixed: (In [12273]) Fixed #10314 -- Added a message prefix argument to …
9:02 AM Changeset [7ca9d93]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Russell Keith-Magee <russell@…>
Fixed #10314 -- Added a message prefix argument to Django's test …
8:30 AM Tickets #12540,​12541 batch updated by Russell Keith-Magee
fixed: (In [12272]) Fixed #12540, #12541 -- Added database routers, allowing …
8:30 AM Changeset [1b3dc8a]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Russell Keith-Magee <russell@…>
Fixed #12540, #12541 -- Added database routers, allowing for …
8:25 AM Ticket #5786 (contrib.auth - Relax character restrictions on auth usernames) updated by Luis Bruno
Cc, Milestone changed
This is what I'm using in my in-house Django fork. Can this find its …
8:23 AM django-auth-username-characters-round2.patch attached to Ticket #5786 by Luis Bruno
add to alextreme's patch: change models.py help_text
7:36 AM Ticket #12470 (Uncategorized - django.contrib.messages CookieStorage failing silently in safari when ...) updated by Tobias McNulty
Sean, does your patch work if multiple messages are created during the …
6:06 AM Version1.2Features edited by hso
(diff)
5:37 AM Ticket #6735 (Generic views - Class-based generic views) updated by Jari Pennanen
Cc changed
5:35 AM Ticket #5863 (contrib.admin - list_display does not allow functions of referenced objects) updated by Andy Baker
Cc changed
5:27 AM Ticket #3213 (Contrib apps - Django should have OpenID implemented in django.contrib.auth) updated by Jari Pennanen
django-authopenid has lost it's maintainer, duh... this is what …
4:57 AM ForumAppsComparison edited by jedie
(diff)
12:47 AM Ticket #4604 (Contrib apps - session-based messages) updated by Andrew Badr
Took me a minute to find the docs, so here they are if anyone else is …
12:28 AM Ticket #3126 (Core (Other) - modpython handler behaves differently when url matches existing file) closed by Karen Tracey
duplicate: #9327 describes a different situation that leads to the same …
12:18 AM Ticket #3126 (Core (Other) - modpython handler behaves differently when url matches existing file) reopened by whoisthenirk
New to Django and having a very similar problem. The exact same error …

Jan 21, 2010:

10:53 PM Ticket #1714 (Core (Other) - [patch] add "readonly" attribute to form fields) updated by anonymous
override admin.ModelAdmin like […]
9:42 PM Ticket #11077 (Testing framework - Django's built-in tests fail when using url reverse tags in default ...) updated by Cory Walker
Needs documentation, Needs tests changed
9:40 PM test_combine_urlconfs_docs.patch attached to Ticket #11077 by Cory Walker
Same as before but with documentation
6:58 PM Ticket #2227 (Database layer (models, ORM) - transaction.commit()/rollback() should be aware of nested calls to ...) updated by anonymous
Cc changed
6:54 PM Ticket #12223 (Database layer (models, ORM) - Model field documentation needs clarification about validation) closed by jkocherhans
invalid: Replying to bitspace: > The documentation needs …
6:47 PM Ticket #12539 (Database layer (models, ORM) - Error while validating non required IntegerField with localflavor form ...) closed by jkocherhans
worksforme: I don't think auto-converting empty strings and unicode objects to …
5:32 PM Ticket #12658 (Testing framework - Import Errors in test files cause tests to be skipped if both the ...) updated by Matthew Schinckel
More information: it only occurs if both the tests file and the models …
4:25 PM Ticket #12658 (Testing framework - Import Errors in test files cause tests to be skipped if both the ...) created by Matthew Schinckel
If you have an import error (or an error in a file that is trying to …
3:04 PM Ticket #12543 (*.djangoproject.com - Web site blacklisted at OVH) closed by James Bennett
invalid: If someone at OVH would like to contact me (my email address isn't …
2:27 PM Ticket #11920 (Database layer (models, ORM) - Cannot access related field of an unsaved object if the object is from ...) updated by jphoude
Cc changed
2:21 PM Ticket #7150 (contrib.admin - patch to implement view pemission in admin) updated by Cory Walker
I'd like to support this change. In sites with user-generated content, …
2:01 PM Ticket #5685 (Core (Other) - [patch] Add ability to perform pre-runtime setup before executing code) updated by Gonzalo Saavedra
Cc changed
12:51 PM Ticket #12657 (Core (Cache system) - Caching middleware raises an error for binary files) created by Archatas
When django webserver is used for development, media files are served …
12:43 PM Ticket #12320 (Internationalization - Translations hints in HTML are lost in PO file) updated by Torsten Bronger
No. Even if gettext parses comments at all, it would miss those in …
12:36 PM Ticket #12320 (Internationalization - Translations hints in HTML are lost in PO file) updated by Ramiro Morales
If you are asking for context comments the #10004 is tracking adding …
11:43 AM Ticket #12543 (*.djangoproject.com - Web site blacklisted at OVH) reopened by Jannis Leidel
Actually this is a bug hitting a lot of European customers of the …
9:35 AM Ticket #11526 (contrib.auth - LDAP authentication backend) updated by Dan Fairs
Cc changed
9:17 AM Ticket #7539 (Database layer (models, ORM) - Add ON DELETE and ON UPDATE support to Django) updated by Ilya Semenov
Cc changed
9:06 AM Ticket #373 (Database layer (models, ORM) - Add support for multi-column primary keys.) updated by Martin Paquette
Cc changed
5:54 AM Ticket #8164 (Forms - Custom field order in ModelForms) closed by Russell Keith-Magee
fixed: If you want to request a new feature, file a new ticket.
5:22 AM Ticket #12652 (Generic views - create_update should support extra data to be intial and bind on form) updated by jasongreen
Component, Needs tests changed
5:20 AM Ticket #8164 (Forms - Custom field order in ModelForms) updated by Paul Garner
Replying to anentropic: > This fix only seems to apply to …
5:19 AM Ticket #8164 (Forms - Custom field order in ModelForms) reopened by Paul Garner
This fix only seems to apply to ModelForms... surely we should be able …
4:51 AM Ticket #10525 (contrib.admin - staff_member_required doesn't work for FormWizard / __call__()) updated by ckd
for this to work add the following to your wizard class: […]
1:51 AM Sprint201001Leipzig edited by stephanh
(diff)

Jan 20, 2010:

9:45 PM Sprint201002LA edited by aroy
(diff)
9:26 PM Ticket #12582 (Uncategorized - Model validation of ForeignKeys ignore limit_choices_to) closed by jkocherhans
fixed: (In [12271]) Fixed #12582. Model validation on ForeignKeys now …
9:26 PM Changeset [acc095c3]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Joseph Kocherhans <joseph@…>
Fixed #12582. Model validation on ForeignKeys now respects …
9:02 PM Ticket #12590 (Testing framework - validators modeltest test fail under Python 2.4) closed by jkocherhans
fixed: (In [12270]) Fixed #12590. Changed an expression in the validators …
9:02 PM Changeset [86f283d]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Joseph Kocherhans <joseph@…>
Fixed #12590. Changed an expression in the validators tests to work …
8:38 PM Ticket #11077 (Testing framework - Django's built-in tests fail when using url reverse tags in default ...) updated by Cory Walker
Patch needs improvement, Has patch, Needs documentation changed
I added the POC for the feature I described above. I made a few …
8:28 PM Ticket #12596 (Forms - Calling ModelForm.clean() is no longer optional) closed by jkocherhans
fixed: (In [12269]) Fixed #12596. Calling super from a ModelForm's clean …
8:28 PM Changeset [408d4310]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Joseph Kocherhans <joseph@…>
Fixed #12596. Calling super from a ModelForm's clean method is once …
8:27 PM test_combine_urlconfs_poc.diff attached to Ticket #11077 by Cory Walker
A proof of concept for the testing framework's URLconf-combining feature
7:40 PM Ticket #12577 (Contrib apps - BaseGenericInlineFormSet doesn't have save_new() to set the fk instance) closed by jkocherhans
fixed: (In [12268]) Fixed #12577. Reverted some changes from [12098] since …
7:40 PM Changeset [856a39e8]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Joseph Kocherhans <joseph@…>
Fixed #12577. Reverted some changes from [12098] since [12206] made …
6:25 PM Ticket #12656 (Database layer (models, ORM) - QuerySet.defer in default Manager breaks batch update (w/mysql?)) closed by Russell Keith-Magee
worksforme: I don't doubt you are seeing a problem, but without any substantive …
6:14 PM Ticket #12656 (Database layer (models, ORM) - QuerySet.defer in default Manager breaks batch update (w/mysql?)) created by Ben Jackson
I have an object with a large, infrequently used textfield. I created …
6:01 PM Ticket #2443 (Database layer (models, ORM) - Add IntervalField to database models) updated by Russell Keith-Magee
Replying to Adys: > Unless there are bugs, I will not …
5:25 PM DurationField edited by Jerome Leclanche
(diff)
5:24 PM Ticket #2443 (Database layer (models, ORM) - Add IntervalField to database models) updated by Jerome Leclanche
There, new updated patch. See: …
5:21 PM durationfield.patch attached to Ticket #2443 by Jerome Leclanche
Updated patch using the new BigIntegerField as backend
5:05 PM test.diff attached to Ticket #12654 by Karataev Pavel
Better tests
4:20 PM Ticket #12655 (Core (Management commands) - diffsettings command prints instead of returns) updated by Joe Vasquez
Status changed
4:20 PM return_instead_o_print.diff attached to Ticket #12655 by Joe Vasquez
replacing the "print" in diffsettings command to "return"
4:19 PM Ticket #12655 (Core (Management commands) - diffsettings command prints instead of returns) created by Joe Vasquez
line number 32 of …
3:57 PM Ticket #12654 (contrib.admin - Admin readonly_fields not working with ForeignKey fields) updated by Karataev Pavel
Status, Owner changed
yes, i will write it in regressiontests/admin_util/tests.py
3:46 PM Ticket #12654 (contrib.admin - Admin readonly_fields not working with ForeignKey fields) updated by Alex Gaynor
Has patch, Triage Stage changed
The fix looks reasonable, can you work up a test case for this?
3:36 PM fix.diff attached to Ticket #12654 by Karataev Pavel
3:36 PM Ticket #12654 (contrib.admin - Admin readonly_fields not working with ForeignKey fields) created by Karataev Pavel
If you add any ForeignKey field to readonly_fields, it will displayed …
3:33 PM Ticket #12653 (Database layer (models, ORM) - add Meta option when working with multiple databases) closed by Alex Gaynor
wontfix: This was originally implemented, however it was since rejected (the …
3:15 PM Ticket #12653 (Database layer (models, ORM) - add Meta option when working with multiple databases) created by Chris Curvey
when working with multiple databases, I'd like to see the database …
2:08 PM create_update.diff attached to Ticket #12652 by jasongreen
2:07 PM Ticket #12652 (Generic views - create_update should support extra data to be intial and bind on form) created by jasongreen
i have write some code to resolve this problem. 1. sometimes we need …
12:36 PM Ticket #12651 (Database layer (models, ORM) - AutoSlugField, that can recreate unique slugs during saving.) updated by Jari Pennanen
I just [http://www.djangosnippets.org/snippets/1877/ remixed some code …
11:59 AM Ticket #11658 (Database layer (models, ORM) - mysql backend doesn't define a max_name_length()) updated by Alex Gaynor
Version, Triage Stage changed
10:02 AM t12540-r12262.2.diff attached to Ticket #12540 by Russell Keith-Magee
Version 2 of a fix for database allocation problems. This time with a …
9:11 AM Ticket #12651 (Database layer (models, ORM) - AutoSlugField, that can recreate unique slugs during saving.) created by Jari Pennanen
Hi! I would like to see something that can create unique slugs
9:09 AM Ticket #12650 (Contrib apps - Some contrib apps depend on the i18n context processor to output valid ...) created by Rob Hudson
Specifically, the contrib.admin and contrib.databrowse expect the …
8:18 AM Ticket #12238 (contrib.admin - ModelAdmin ignores dynamic fields of ModelForm) updated by Batiste Bieler
Has patch changed
The patch I sent seems to work quite oki, but if I add a field …
8:18 AM Changeset [63c5e662]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Luke Plant <L.Plant.98@…>
Various fixes/improvements to the the extras/csrf_migration_helper.py …
7:57 AM dynamic-fieldsets-0.1.diff attached to Ticket #12238 by Batiste Bieler
Attempt to use dynamic fieldsets generation
6:54 AM Ticket #12649 (Forms - more helpful Unicode exceptions for CSRF migration helper script) closed by Luke Plant
fixed: (In [12266]) Fixed #12649 - more helpful Unicode exceptions for CSRF …
6:54 AM Changeset [1af45dc7]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Luke Plant <L.Plant.98@…>
Fixed #12649 - more helpful Unicode exceptions for CSRF migration …
5:56 AM 12649-csrf-migration-helper-file-path-in-unicode-exception.diff attached to Ticket #12649 by Antti Kaihola
the path of the bad HTML file is appended to the exception error message
5:54 AM Ticket #12649 (Forms - more helpful Unicode exceptions for CSRF migration helper script) created by Antti Kaihola
If the CSRF migration helper script …
5:52 AM Ticket #12238 (contrib.admin - ModelAdmin ignores dynamic fields of ModelForm) updated by Batiste Bieler
I think the declared_fieldsets too satic too. Why not using a callable …
5:14 AM Ticket #12648 (contrib.auth - [PATCH]User send_email change from send_mail to EmailMessage) updated by Kamil Gałuszka
Summary changed
5:12 AM patch.diff attached to Ticket #12648 by Kamil Gałuszka
Patch
5:11 AM Ticket #12648 (contrib.auth - [PATCH]User send_email change from send_mail to EmailMessage) created by Kamil Gałuszka
Simple workaround for not always working send_mail in method …
2:34 AM Ticket #12577 (Contrib apps - BaseGenericInlineFormSet doesn't have save_new() to set the fk instance) updated by anonymous
Cc changed
2:19 AM Ticket #12647 (contrib.admin - Django admin unique validation fails) created by Jani Tiainen
If Model Meta has unique_together set as sequence admin view fails. If …
1:28 AM Ticket #7028 (contrib.admin - Better admin raw_id_fields feedback) updated by mrts
I've been asked for a 1.1 version by email. See …
12:41 AM Ticket #12525 (Documentation - ModelForm validation doesn't work like documented) updated by korpios
Ah, excellent. It's easy enough to work around, at least.
Note: See TracTimeline for information about the timeline view.
Back to Top