Timeline



Jul 30, 2010:

9:09 PM Ticket #10970 (Database layer (models, ORM) - auto_now_add for DateField evaluetes to datetime.datetime instance) updated by Ramiro Morales
See #14037 for a manifestation of this bug when using Django's own …
9:07 PM Ticket #14037 (Database layer (models, ORM) - models.DateField don't serialize JSON) updated by Ramiro Morales
Component changed
I think this is a duplicate of #10970 (and #10602 that IMHO was …
9:06 PM Ticket #6805 (Database layer (models, ORM) - Get exception when initializing a GenericForeignKey using ...) updated by oliland
It seems odd that this is inconsistent with Model.object.create(), …
8:59 PM Ticket #14038 (Documentation - 1.2 Release notes don't mention new template loader classes) updated by Ramiro Morales
Triage Stage changed
Good catch!. The API change was introduced in r11862. We didn't mark …
8:33 PM Ticket #14039 (Forms - FileField special-casing breaks MultiValueField including a FileField) created by Carl Meyer
There are a couple places where FileField is special-cased using {{{ …
7:24 PM Ticket #14038 (Documentation - 1.2 Release notes don't mention new template loader classes) created by 3point2
As of 1.2, template loaders like …
2:50 PM Ticket #14037 (Database layer (models, ORM) - models.DateField don't serialize JSON) created by Carlo Pires
When serializing records with DateField(auto_now=True), the serialized …
1:50 PM Ticket #6148 (Database layer (models, ORM) - Add generic support for database schemas) updated by drdee
Cc changed
When installing the patched r13366 I receive the following message: …
1:12 PM Ticket #1051 (Database layer (models, ORM) - Add support to set search_path in PostgreSQL) updated by drdee
Cc changed
1:11 PM Ticket #6064 (Database layer (models, ORM) - Allow database connection initialization commands) updated by drdee
Cc changed
11:10 AM Ticket #14036 (contrib.admin - foreignKey doesn't work properly in admin - last current svn revision ...) updated by Federico Capoano
Component changed
11:10 AM Ticket #14036 (contrib.admin - foreignKey doesn't work properly in admin - last current svn revision ...) created by Federico Capoano
Trying to save an item in the admin that has a simple foreignKey I …
10:44 AM Ticket #12522 (HTTP handling - Unable to get request.POST after request.get_raw_post_data) updated by Piotr Czachur
This issue is related: #14035 (Cannot access POST after …
10:43 AM Ticket #14035 (HTTP handling - Cannot access POST after request.encoding was set to a custom value) created by Piotr Czachur
Issue happens for multipart/form-data and WSGi handler. […] This …
10:39 AM DjangoResources edited by vincenth
Added django-environments link to Development environment section (diff)
9:54 AM Ticket #13621 (Forms - Regression in 1.2.1. date/time widgets are printing their values with ...) updated by Ramiro Morales
Needs tests, Triage Stage changed
9:25 AM Ticket #14034 (Contrib apps - admin inline formset with "extra" ignores last line when saving) created by qnix
I defined my inline admin model such this: […] In the web page, I …
9:08 AM Ticket #13621 (Forms - Regression in 1.2.1. date/time widgets are printing their values with ...) updated by Fede Heinz
Replying to jacmkno: > The new patch …
8:40 AM CompositePrimaryKeyModelNotes edited by hartror
(diff)
8:40 AM CompositePrimaryKeyModelNotes edited by hartror
(diff)
8:40 AM CompositePrimaryKeyModelNotes created by hartror
8:36 AM Ticket #12074 (Forms - Added as_p and as_ul output for formsets.) updated by gijs
line 306 in the patch includes 'form.as_table()' - 'this should be …
8:33 AM CompositePrimaryKeyDesignNotes edited by hartror
(diff)
7:43 AM 14033.diff attached to Ticket #14033 by Ramiro Morales
Path for this issue
7:42 AM Ticket #14033 (Documentation - versionadded, versionchanged directives don't insert xref link with ...) created by Ramiro Morales
It works correctly with Sphinx 0.6.x. Refs. #13616 and #14005, this …
5:28 AM Ticket #14032 (Core (Other) - CSRF cookie value is marked as safe and inserted in the HTML unchecked) created by André Cruz
The value of the CSRF Cookie is inserted, unescaped, in the HTML. …
3:43 AM forms.py attached to Ticket #14031 by harrie.bos@…
3:43 AM Ticket #14031 (Forms - NewPasswordForm) created by harrie.bos@…
I'd like to see a small change in the django.contrib.auth.forms …
1:23 AM Ticket #13975 (Uncategorized - Long names are generated differently in Django 1.1 and Django 1.2, ...) closed by Russell Keith-Magee
fixed: You sure didn't make this easy. * The line endings in all the files …
1:04 AM Ticket #14030 (Database layer (models, ORM) - Use F() objects in aggregates(), annotates() and values()) created by delfick
Hello, Would it be possible to be able to use F() objects in …

Jul 29, 2010:

11:16 PM Ticket #13740 (Documentation - can_delete on InlineModelAdmin is undocumented) closed by Russell Keith-Magee
fixed: (In [13459]) [1.2.X] Fixed #13740 -- Added documentation for the …
11:16 PM Changeset [38813c4b]stable/1.2.x by Russell Keith-Magee <russell@…>
[1.2.X] Fixed #13740 -- Added documentation for the can_delete …
11:15 PM Changeset [88f2f0b3]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 #13740 -- Added documentation for the can_delete …
11:07 PM Ticket #13882 (Database layer (models, ORM) - exclude on nullable fields uses an overly complex internal representation) updated by Russell Keith-Magee
(In [13457]) [1.2.X] Fixed #13882 -- Removed an unnecessary nested …
11:07 PM Changeset [dc449e96]stable/1.2.x by Russell Keith-Magee <russell@…>
[1.2.X] Fixed #13882 -- Removed an unnecessary nested where clause …
11:06 PM Ticket #13882 (Database layer (models, ORM) - exclude on nullable fields uses an overly complex internal representation) closed by Russell Keith-Magee
fixed: (In [13456]) Fixed #13882 -- Removed an unnecessary nested where …
11:06 PM Changeset [c4e766c1]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 #13882 -- Removed an unnecessary nested where clause introduced …
10:49 PM Changeset [de81c551]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 a related_name to a test model to avoid a name clash in the full …
9:59 PM Ticket #13730 (Database layer (models, ORM) - Allow db_index=False for ForeignKey) updated by Russell Keith-Magee
(In [13454]) [1.2.X] Fixed #13730 -- Removed the hard-coding of the …
9:59 PM Changeset [c61811a]stable/1.2.x by Russell Keith-Magee <russell@…>
[1.2.X] Fixed #13730 -- Removed the hard-coding of the requirement …
9:58 PM Ticket #13773 (Database layer (models, ORM) - model field's db_type() called without connection arg in pg creation.py) updated by Russell Keith-Magee
(In [13453]) [1.2.X] Fixed #13773 -- Passed in the current connection …
9:58 PM Changeset [3227cc59]stable/1.2.x by Russell Keith-Magee <russell@…>
[1.2.X] Fixed #13773 -- Passed in the current connection in a call to …
9:55 PM Ticket #13730 (Database layer (models, ORM) - Allow db_index=False for ForeignKey) closed by Russell Keith-Magee
fixed: (In [13452]) Fixed #13730 -- Removed the hard-coding of the …
9:55 PM Changeset [8b73acdf]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 #13730 -- Removed the hard-coding of the requirement that …
9:54 PM Ticket #13773 (Database layer (models, ORM) - model field's db_type() called without connection arg in pg creation.py) closed by Russell Keith-Magee
fixed: (In [13451]) Fixed #13773 -- Passed in the current connection in a …
9:54 PM Changeset [f185a580]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 #13773 -- Passed in the current connection in a call to …
9:43 PM Ticket #13821 (Database layer (models, ORM) - Tests don't pass on python2.4 and 2.5 on postgresql) closed by Russell Keith-Magee
fixed: (In [13450]) Fixed #13821 -- Added a double-quoting to the PostgreSQL …
9:43 PM Changeset [398415fc]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 #13821 -- Added a double-quoting to the PostgreSQL sequence …
9:42 PM Ticket #13941 (Database layer (models, ORM) - importing fixtures to postgres fails to set sequences correctly) closed by Russell Keith-Magee
fixed: (In [13449]) Fixed #13941 -- Corrected the way sequence names are …
9:42 PM Changeset [bab9aab9]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 #13941 -- Corrected the way sequence names are reset under …
9:20 PM Ticket #14029 (Database layer (models, ORM) - not operator on F objects silently fails) updated by Alex Gaynor
Probably __nonzero__ should just raise an exception, and we …
8:29 PM Ticket #14029 (Database layer (models, ORM) - not operator on F objects silently fails) created by Ramiro Morales
[On behalf of Matías Bellone aka toote that got his submission …
5:35 PM gedit edited by nerdydork
(diff)
4:42 PM Ticket #13165 (contrib.admin - Display edit link beside add button for ForeignKey fields in admin) updated by Simon Meers
Status changed
Replying to [email protected]: > So this way it could be …
4:40 PM combined_13165_13165.2.diff attached to Ticket #13165 by Simon Meers
Translation fix
3:50 PM Ticket #3304 (Core (Other) - [patch] Support "httponly"-attribute in session cookie.) updated by André Cruz
The support in python has been added, what's stopping django from …
3:36 PM Ticket #14028 (Database layer (models, ORM) - setting db_column to same value as another column should not validate) created by Anssi Kääriäinen
Consider having a model […] This does not raise any validation …
3:31 PM Ticket #12522 (HTTP handling - Unable to get request.POST after request.get_raw_post_data) updated by Karen Tracey
#14024 reported this again and proposed a different approach to fix.
3:30 PM Ticket #14024 (HTTP handling - Application freezes on access to request.POST under ...) closed by Karen Tracey
duplicate: Problem sounds the same as #12522, though proposed fixes are different.
2:49 PM Ticket #14018 (Database layer (models, ORM) - Introduce class_plural %-substitution placeholder for related_name of ...) updated by anonymous
I don't think using verbose_name_plural as part of the related_name is …
2:39 PM Ticket #14012 (contrib.admin - Adding an User object in a popup fails) updated by Ramiro Morales
Se also #14014, a change of behavior also introduced with r12218.
2:35 PM Ticket #14014 (contrib.admin - Admin Add user view: Clicking 'Save and add another' button still ...) updated by Ramiro Morales
Has patch changed
2:34 PM 14014.diff attached to Ticket #14014 by Ramiro Morales
A possible fix for this issue
1:54 PM django-reverse-none.2.diff attached to Ticket #14027 by Alex Gaynor
Apparently widow'd comments are more important than 79 col zealotry :)
1:52 PM Ticket #14027 (Core (Other) - reverse(None) returns an unnamed URL, instead of raising an exception) updated by Alex Gaynor
Triage Stage changed
1:52 PM django-reverse-none.diff attached to Ticket #14027 by Alex Gaynor
1:52 PM Ticket #14027 (Core (Other) - reverse(None) returns an unnamed URL, instead of raising an exception) created by Alex Gaynor
If your project has an unnamed URL reverse(None) returns the last one, …
1:01 PM Ticket #13617 (Template system - USE_L10N results in faulty javascript code in GeoDjango with some locales) updated by Federico Hlawaczek <fgh@…>
I encounter this problem also. For me, changing the max_resolution …
12:07 PM Ticket #13283 (Core (Cache system) - CACHE_MIDDLEWARE_ANONYMOUS_ONLY kills anonymous caching efficiency) updated by Silvio J. Gutierrez
As far as I can tell (not scientifically tested), if you place …
10:27 AM Ticket #14026 (Database layer (models, ORM) - Setting for TRANSACTION_LEVEL on db backends) updated by Sebastian Noack
I have written in my blog about an issue raised due to wrong isolation …
9:57 AM Ticket #13906 (Database layer (models, ORM) - REPEATABLE READ (as used by default on MySQL) breaks atleast ...) updated by Adam Nelson
I've created #14026 to track the request for a settings.py variable. …
9:54 AM Ticket #14026 (Database layer (models, ORM) - Setting for TRANSACTION_LEVEL on db backends) created by Adam Nelson
For DB backends, there should be a TRANSACTION_LEVEL settings.py …
9:36 AM Ticket #13165 (contrib.admin - Display edit link beside add button for ForeignKey fields in admin) updated by gk@…
I think the line 370 should have some more fix: Instead of this: …
8:24 AM Ticket #14025 (Uncategorized - Flush command not fully supporting multi database support) updated by linovia
I apologize the patch isn't against the subversion trunk, I just don't …
8:22 AM flush.patch attached to Ticket #14025 by linovia
8:19 AM Ticket #14025 (Uncategorized - Flush command not fully supporting multi database support) created by linovia
Flush has not been reworked with multi database Story: If one use …
7:54 AM Ticket #14024 (HTTP handling - Application freezes on access to request.POST under ...) created by Piotr Czachur
==How to reproduce== 1. manage.py runserver 2. send POST using …[…]
4:42 AM Ticket #10204 (contrib.localflavor - Validation fails in spanish localflavor ESIdentityCardNumberField) updated by anonymous
Excuse me but I didn't know how to notify this. I am using …
4:38 AM Ticket #14023 (Documentation - Better example for the custom form template) updated by konryd
Has patch changed
4:38 AM docs-better-form-example.diff attached to Ticket #14023 by konryd
4:33 AM Ticket #14023 (Documentation - Better example for the custom form template) created by konryd
The example in the docs [1] could show non_field_errors too.
4:26 AM Ticket #14022 (Core (Other) - context_processors debug() Fails with no DB Backend) created by dvine
If no database backend is defined the debug() function of …
4:23 AM Ticket #13528 (Database layer (models, ORM) - db_table truncation is applied based on the properties of the default ...) updated by Andrew Godwin
Update on this ticket: There's several places where the SQL is (imho …
3:58 AM Ticket #14021 (Uncategorized - GZipMiddleware is incompatible with iterator-style HttpResponse objects) closed by James Henstridge
duplicate: Sorry, looks like I filed a duplicate. I didn't missed #7581 in my …
3:54 AM Ticket #14021 (Uncategorized - GZipMiddleware is incompatible with iterator-style HttpResponse objects) created by James Henstridge
An HttpResponse object that has been initialised with an iterator can …
12:50 AM DjangoJobs edited by dubaivibe
Django Job in Dubai (diff)

Jul 28, 2010:

4:02 PM Ticket #14019 (Database layer (models, ORM) - SQLInsertCompiler.as_sql() failure) updated by Mark Lavin
I don't have a simple example using the public API yet. The scenario …
3:33 PM srsly.patch attached to Ticket #14020 by Michael Schurter
3:32 PM Ticket #14020 (HTTP handling - Make HttpResponse.get work like dict.get) created by Michael Schurter
[…] […] […]
2:06 PM Ticket #14019 (Database layer (models, ORM) - SQLInsertCompiler.as_sql() failure) updated by Alex Gaynor
The Query classes are an internal API, is there a way to reproduce …
1:52 PM Ticket #13613 (Forms - forms.URLField not default ModelForm URLField anymore) updated by Leo Shklovskii
+1 for a fix, ideally in a 1.2.x release. We're running into this bug …
1:30 PM Ticket #14019 (Database layer (models, ORM) - SQLInsertCompiler.as_sql() failure) updated by Michael Manfre
Cc changed
1:26 PM Ticket #14019 (Database layer (models, ORM) - SQLInsertCompiler.as_sql() failure) updated by Mark Lavin
Has patch changed
12:48 PM 13448.diff attached to Ticket #14019 by Mark Lavin
12:47 PM Ticket #14019 (Database layer (models, ORM) - SQLInsertCompiler.as_sql() failure) created by Mark Lavin
I came across a problem with SQLInsertCompiler.as_sql function while …
11:58 AM Ticket #11397 (contrib.admin - [New Feature In Admin] Added Edit-Icon in selection widget of ...) updated by Dharmesh Patel
stage is just changed from 'unreviewed' to 'Accepted' by Alex only and …
11:55 AM Ticket #11397 (contrib.admin - [New Feature In Admin] Added Edit-Icon in selection widget of ...) updated by Dharmesh Patel
that feature I already give to add in 1.1 beta version, but till I can …
11:42 AM Ticket #11397 (contrib.admin - [New Feature In Admin] Added Edit-Icon in selection widget of ...) updated by drdee
Cc changed
What is the status of this ticket? Is this something for Django 1.3?
10:50 AM changes.diff attached to Ticket #14018 by Xiao Di Guan
Code and documentation patch
10:49 AM Ticket #14018 (Database layer (models, ORM) - Introduce class_plural %-substitution placeholder for related_name of ...) created by Xiao Di Guan
Django 1.2 …
9:16 AM Ticket #14017 (contrib.admin - Wrong comment in django.contrib.admin.options log_deletion) created by Anssi Kääriäinen
Comment of django.contrib.admin.options log_deletion says: […] …
9:13 AM Ticket #11639 (contrib.admin - Can't remove prepopulated fields from fieldset in ModelAdmin) updated by leanmeandonothingmachine
Version, Milestone changed
Updated the patch again. If there is anything wrong with this that is …
8:35 AM CompositePrimaryKeyDesignNotes edited by hartror
(diff)
8:32 AM Ticket #14016 (Database layer (models, ORM) - SQLite3 problem with date comparison) created by anonymous
I've hit a bug using Django 1.2.1. I've a model with date types. …
8:16 AM Ticket #14012 (contrib.admin - Adding an User object in a popup fails) updated by Karen Tracey
"a username" reads correctly to me, "an username" reads wrong. I don't …
3:11 AM django.contrib.localflavor.it.tar.gz attached to Ticket #14015 by Andrea Rossi
3:07 AM Ticket #14015 (contrib.localflavor - django.contrib.localflavor.it added italian phone number validation) created by Andrea Rossi
Hi to all, I found myself in need of an Italian phone numbers …

Jul 27, 2010:

11:43 PM 13935.diff attached to Ticket #13935 by Valentin Golev
patch
11:43 PM Ticket #13935 (Database layer (models, ORM) - QuerySet .dates() method should span relationships) updated by Valentin Golev
Has patch changed
I don't think it really needs any changes in documentation. Patch is …
10:20 PM Ticket #13935 (Database layer (models, ORM) - QuerySet .dates() method should span relationships) updated by Valentin Golev
Status, Owner, Triage Stage changed
I hope I'm doing everything right
10:18 PM 13935_tests.diff attached to Ticket #13935 by Valentin Golev
tests
5:56 PM Ticket #14012 (contrib.admin - Adding an User object in a popup fails) updated by Ramiro Morales
Note that both patches uploaded so far introduce and/or change new …
5:53 PM 14012.2.diff attached to Ticket #14012 by Ramiro Morales
Alternative patch also fixing an (old?) typo 'a username' -> 'an username'
4:53 PM Ticket #14013 (Database layer (models, ORM) - 'django.db.backends.postgresql_psycopg2' isn't an available database ...) updated by kessler.bm@…
Sorry about that. For whatever it is worth, I have confirmed that if …
3:19 PM Ticket #14013 (Database layer (models, ORM) - 'django.db.backends.postgresql_psycopg2' isn't an available database ...) updated by Ramiro Morales
Description changed
Reformatted the description. Next time please read the …
3:15 PM Ticket #14014 (contrib.admin - Admin Add user view: Clicking 'Save and add another' button still ...) created by Ramiro Morales
Found this change of behavior of the Home › Auth › Users › Add …
2:56 PM Ticket #14013 (Database layer (models, ORM) - 'django.db.backends.postgresql_psycopg2' isn't an available database ...) created by kessler.bm@…
I'm currently teaching myself Django. So, I successfully installed …
2:49 PM Ticket #14012 (contrib.admin - Adding an User object in a popup fails) updated by Ramiro Morales
Triage Stage changed
Marking RFC as per Jacob instructions on IRC.
2:44 PM Ticket #14012 (contrib.admin - Adding an User object in a popup fails) updated by Ramiro Morales
Has patch, Component changed
2:43 PM 14012.diff attached to Ticket #14012 by Ramiro Morales
Patch for this issue
2:20 PM Ticket #8851 (contrib.admin - Add a default option to list_filter in the admin interface) updated by kc9ddi
Cc changed
1:10 PM cache_key_prefix_13448.diff attached to Ticket #13795 by Byron Ruth
1:10 PM Ticket #13795 (Core (Cache system) - Add CACHE_KEY_PREFIX setting that prefixes the low-level cache API) updated by Byron Ruth
Replying to russellm: > 1. I think the _key() utility …
12:21 PM better_salting.diff attached to Ticket #13969 by Craig Younkins
12:20 PM Ticket #13969 (contrib.auth - auth module should use longer salt for hashing) updated by Craig Younkins
Has patch changed
Added patch that adds better salt generation with 12 random characters …
10:00 AM Ticket #14012 (contrib.admin - Adding an User object in a popup fails) updated by Karen Tracey
Triage Stage changed
Bisection shows change in behavior was introduced by r12218.
9:36 AM Ticket #14012 (contrib.admin - Adding an User object in a popup fails) updated by gk@…
Sorry, the video link is wrong: …
9:18 AM Ticket #14012 (contrib.admin - Adding an User object in a popup fails) created by gk@…
Let's say we have a model with a ForeignKey to the …
1:11 AM Ticket #6792 (Database layer (models, ORM) - Documentation for FileField does not mention the delete behavior) updated by anonymous
@pixelcort: probably not, it was #6157 (marked as wontfix) I think …
1:09 AM Ticket #13984 (Template system - template.loader.select_template should return template_name as well.) updated by Josh Stegmaier
Triage Stage changed
Note: See TracTimeline for information about the timeline view.
Back to Top