Timeline



Feb 15, 2010:

10:53 PM Ticket #11764 (Database layer (models, ORM) - Bugfix: typo with avoid.update(..) in ...) updated by Greg Wogan-Browne
Cc, Summary changed
Updated patch as the typo had moved from …
10:47 PM 11764.2.diff attached to Ticket #11764 by Greg Wogan-Browne
Updated patch against rev12438
10:04 PM Ticket #12877 (Documentation - An error in settings documentation) created by aruseni.magiku@…
Section THOUSAND_SEPARATOR incorrectly refers to another setting: …
9:17 PM Ticket #5472 (GIS - Implement Individual Map Widgets for Geometry Fields) updated by springmeyer
Cc changed
8:28 PM Ticket #7198 (Core (Other) - improved error message on apps without models.py files) updated by Gabriel Hurley
Cc changed
At the very least, the error messages needs to point to the real …
7:01 PM Ticket #12874 (Translations - Updated French translation) updated by David Larlet
Triage Stage, Patch needs improvement changed
s/succés/succès/ "sélectionné(e|s)" is a bit geeky to translate …
6:41 PM results.txt attached to Ticket #12876 by zbyte64
Stack trace of exception
6:41 PM Ticket #12876 (Database layer (models, ORM) - maximum recursion error when caching querysets on models) created by zbyte64
The following test case causes a runtime exception against django 1.2 …
6:40 PM Ticket #12868 (Internationalization - Updated French formats.py) updated by David Larlet
Triage Stage changed
Looks good to me, set as Accepted given there is no French people in …
6:03 PM ticket_12875.diff attached to Ticket #12875 by Manuel Saelices
5:51 PM Ticket #12875 (contrib.admin - Cannot redefine admin ordering dynamically) created by Manuel Saelices
Sometimes you need redefine ordering dinamically, based in some logic …
5:21 PM Ticket #10977 (Database layer (models, ORM) - In some cases, the intersection of two QuerySets is empty when it ...) updated by anonymous
Milestone changed
4:17 PM Ticket #12873 (Uncategorized - Updated French translation) closed by Stephane Raimbault
invalid
4:16 PM Ticket #12874 (Translations - Updated French translation) created by Stephane Raimbault
4:16 PM Ticket #12873 (Uncategorized - Updated French translation) created by Stephane Raimbault
4:10 PM Ticket #12872 (contrib.admin - Removal of unused template_validator-related code) created by Ramiro Morales
I remember reading Alex and Jacob talking on IRC about removing of …
3:50 PM Sprint201002Montreal edited by Martin Paquette
(diff)
3:43 PM Ticket #12692 (Contrib apps - Wrong interpretation of extra clause in ModelAdmin with new admin UI) updated by Greg Brown
There are times when one doesn't want the users to be able to add new …
3:25 PM Ticket #12705 (contrib.admin - Admin date widget not working on inlines until after validation failure) updated by jbronn
Replying to jbronn: > Patch doesn't fix my manifestation …
3:05 PM Ticket #12812 (contrib.comments - Inheriting from comments breaks comment moderation) closed by Karen Tracey
invalid: I cannot recreate any problem with the proper model being used in the …
2:09 PM Ticket #12871 (Documentation - Document creation of a comment form for authenticated users) updated by Scot Hacker
I placed this at the end of the Notes section rather than higher on …
1:57 PM auth_comments.diff attached to Ticket #12871 by Scot Hacker
Docs for authenticated comment form
1:56 PM Ticket #12871 (Documentation - Document creation of a comment form for authenticated users) created by Scot Hacker
The documentation does not make clear how to use the Comments …
1:01 PM Ticket #12812 (contrib.comments - Inheriting from comments breaks comment moderation) reopened by Beetle_B
Thanks for pointing it out, but it still didn't work. In my …
12:59 PM Ticket #12870 (Database layer (models, ORM) - ORM bug with using exclude in conjunction with Q objects) updated by Alex Gaynor
Description changed
12:58 PM Ticket #12870 (Database layer (models, ORM) - ORM bug with using exclude in conjunction with Q objects) updated by Yeago
http://dpaste.com/159557/
12:57 PM Ticket #12870 (Database layer (models, ORM) - ORM bug with using exclude in conjunction with Q objects) created by Yeago
Here's a shell session which illustrates the problem. […]
12:04 PM Ticket #12869 (Database layer (models, ORM) - SELECT (1) AS [a] FROM [my_table] WHERE ([my_table].[id] = ? AND ...) closed by Karen Tracey
duplicate: This problem has been fixed in current trunk, I'd guess by the fix for …
11:54 AM Ticket #12863 (Uncategorized - POST data example broken by CSRF middleware) closed by Luke Plant
fixed: (In [12438]) Fixed #12863 - bug in 'examples' app. Fixed by removing …
11:54 AM Changeset [33a225c]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 Luke Plant <L.Plant.98@…>
Fixed #12863 - bug in 'examples' app. Fixed by removing the whole …
11:31 AM Ticket #12869 (Database layer (models, ORM) - SELECT (1) AS [a] FROM [my_table] WHERE ([my_table].[id] = ? AND ...) created by kmt@…
Why is Django executing statements such as this: […] This …
11:26 AM Ticket #12867 (contrib.admin - admin::list_editable causes failure of reverse one to many lookup) closed by Karen Tracey
worksforme: Can't recreate with provided (incomplete) information. Mocking up …
10:41 AM Ticket #12868 (Internationalization - Updated French formats.py) created by Stephane Raimbault
Adjustments to the French l10n settings
10:18 AM Ticket #12470 (Uncategorized - django.contrib.messages CookieStorage failing silently in safari when ...) updated by Michael Malone
Cc changed
10:16 AM Ticket #12866 (contrib.admin - Unsecured fields in ModelAdmin) closed by Carl Meyer
invalid: The admin is not a public interface, it is for use by trusted site …
9:55 AM Ticket #12867 (contrib.admin - admin::list_editable causes failure of reverse one to many lookup) created by daniel oberski
Python Version: 2.6.4 Django version: 1.1.1 == Description == I …
9:55 AM Ticket #12866 (contrib.admin - Unsecured fields in ModelAdmin) created by Dusan Maliarik
When I specify only certain fields to be displayed in ModelAdmin, …
9:47 AM Ticket #5711 (Core (Serialization) - Allow non-field attributes to be serialized) updated by Oroku Saki
(Moved example from duplicate ticket# 12862 to here) Let's say I have …
7:16 AM Ticket #12865 (Documentation - There is information about module that holds File in the File object ...) created by pczapla
I had troubles to find the module name of the File object using the …
7:13 AM Ticket #11384 (Internationalization - Django Internationalization override translation mechanisim not ...) updated by Jannis Leidel
Status, Owner changed
5:57 AM patch.diff attached to Ticket #12864 by anonymous
5:57 AM Ticket #12864 (contrib.auth - New users written to db_for_read) created by haris@…
We're experiencing a problem where new users are being inserted into …
5:17 AM Ticket #12851 (Database layer (models, ORM) - Queryset "defer" won't work properly with select_related) updated by ruosteinen
Cc, Status, Has patch, Owner changed
I'll mark this as "has patch" since one is available at #10733.
5:15 AM Ticket #10733 (Database layer (models, ORM) - Invalid results when deferring fields in more than one related model ...) updated by ruosteinen
Cc changed
So, what is the status here? Are we going to see this in 1.2?
5:08 AM Localization edited by Stephane Raimbault
Added myself to the list of French translators (diff)
4:47 AM Ticket #12863 (Uncategorized - POST data example broken by CSRF middleware) created by Jirka Vejrazka
The POST data example in the sample "hello" application does not work …

Feb 14, 2010:

8:18 PM Changeset [4384b16]stable/1.1.x by Jacob Kaplan-Moss <jacob@…>
[1.1.X] Fixed (what I hope is) the last Python 2.4 incompatibility, …
8:17 PM Changeset [75d4e93]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 (what I hope is) the last Python 2.4 incompatibility, this one …
7:00 PM Ticket #12862 (Uncategorized - Feature Request: Allow model @property methods to be serialized.) closed by Russell Keith-Magee
duplicate: I'm going to call this a duplicate of #5711; that ticket talks about …
6:57 PM Ticket #11689 (Template system - Template tag to support combining form media from multiple forms) updated by Chris Beaven
Replying to Ciantic: > If I understood right, the add …
6:53 PM Ticket #12862 (Uncategorized - Feature Request: Allow model @property methods to be serialized.) created by Oroku Saki
Let's say I have this class: […] Obviously if I were to …
6:46 PM Ticket #12861 (Documentation - Docs lack example of how to include a custom JSONEncoder subclass into ...) created by Oroku Saki
In this section …
6:23 PM Ticket #12498 (Forms - Add multi-field validators) updated by jkocherhans
Patch needs improvement, Version, Milestone changed
1.2 is feature-frozen. Punting to 1.3.
3:49 PM Ticket #11689 (Template system - Template tag to support combining form media from multiple forms) updated by Jari Pennanen
Replying to SmileyChris: > If #11687 lands (including the …
2:33 PM Changeset [9f78e469]stable/1.1.x by Jacob Kaplan-Moss <jacob@…>
[1.1.X] Fixed a couple Python 2.4 incompatibilities. Backport of …
2:29 PM Changeset [76afc302]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 a couple Python 2.4 incompatibilities. git-svn-id: …
2:04 PM Ticket #3148 (Database layer (models, ORM) - Add getters and setters to model fields) updated by Ilya Semenov
I beg my pardon for not reading the "simple enough that it works as it …
2:00 PM Ticket #3148 (Database layer (models, ORM) - Add getters and setters to model fields) updated by Ilya Semenov
Wrong. Lack of a correct implementation does not mean the …
1:01 PM Ticket #12860 (Database layer (models, ORM) - Typo in django.db.models.manager) closed by Alex Gaynor
invalid: That line no longer exists in the latest trunk.
12:56 PM Ticket #12860 (Database layer (models, ORM) - Typo in django.db.models.manager) created by anonymous
Line 176, get_query_ste()
12:43 PM Ticket #12798 (Documentation - Markup typo in 1.2 release notes) closed by Jacob
fixed: (In [12433]) Fixed #12798: fixed a typo in the 1.2 release notes. …
12:43 PM Changeset [db0209e]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 #12798: fixed a typo in the 1.2 release notes. Thanks, Andrew …
12:42 PM Ticket #12834 (Documentation - "self" missing from Database Router signatures in docs) closed by Jacob
wontfix: The standard style in our docs is to omit the self argument when …
12:39 PM Ticket #12840 (Documentation - Mark natural key suppory in serialzation docs as new in 1.2) closed by Jacob
fixed: (In [12432]) Fixed #12840: mark natural key serialization in the docs …
12:39 PM Changeset [3d849047]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 #12840: mark natural key serialization in the docs as new in …
12:36 PM Ticket #6799 (Contrib apps - Update to truncate words methods to make them more callable) closed by Jacob
fixed: (In [12431]) Fixed #6799 - added an end_text argument to …
12:36 PM Changeset [1d078be4]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 #6799 - added an end_text argument to …
12:33 PM Ticket #6054 (Validators - PIL import error) updated by Jacob
(In [12430]) [1.1.X] Fixed #6054: work around PIL's installation …
12:33 PM Changeset [a9879b14]stable/1.1.x by Jacob Kaplan-Moss <jacob@…>
[1.1.X] Fixed #6054: work around PIL's installation brokeness by …
12:28 PM Ticket #6054 (Validators - PIL import error) closed by Jacob
fixed: (In [12429]) Fixed #6054: work around PIL's installation brokeness by …
12:28 PM Changeset [7578981]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 #6054: work around PIL's installation brokeness by detecting …
12:04 PM DjangoFriendlyWebHosts edited by vpsnoc
(diff)
11:13 AM Sprint201002Montreal edited by Martin Paquette
(diff)
8:15 AM Ticket #12377 (Internationalization - Make the makemessages command more open) closed by Jannis Leidel
wontfix: Babel rocks with Jinja2.
8:12 AM Ticket #6106 (Internationalization - make-messages.py should not touch POT-Creation-Date) updated by Jannis Leidel
Triage Stage, Milestone changed
Hm, according to the gettext manual …
4:43 AM Ticket #12851 (Database layer (models, ORM) - Queryset "defer" won't work properly with select_related) updated by ruosteinen
@carljm, sorry. Changed the code a bit on the fly. But as russellm …
1:20 AM ProfilingDjango edited by jdub
(diff)

Feb 13, 2010:

8:54 PM Ticket #12859 (Documentation - Incorrect docs on Updating multiple objects at once using related records) updated by Derek Willis
Status, Has patch changed
8:54 PM 12859.patch attached to Ticket #12859 by Derek Willis
8:53 PM Ticket #12859 (Documentation - Incorrect docs on Updating multiple objects at once using related records) created by Derek Willis
The docs for …
8:08 PM Ticket #12856 (Documentation - Decide on public API/documentation for form.BoundField attributes) updated by mnbayazit
Replying to russellm: > Essentially, any attribute of …
7:43 PM Ticket #4656 (Core (Serialization) - Allow In-depth serialization by specifying depth to follow relationship) updated by Oroku Saki
@russellm I was thinking of only one side of the solution and figuring …
3:13 PM Ticket #6054 (Validators - PIL import error) updated by Keryn Knight
Confirming that, under OSX 10.5.8, using easy_install to install …
2:54 PM Sprint201002Montreal edited by ygingras@…
added mention that the BNHQ is at capacity (diff)
2:53 PM Ticket #11585 (Internationalization - i18n in urls.py) updated by Jannis Leidel
Milestone changed
Moving to 1.3 since this is certainly a new feature and we are in …
2:21 PM Ticket #12498 (Forms - Add multi-field validators) updated by Aaron C. de Bruyn
Cc changed
2:19 PM Ticket #6073 (Internationalization - compile-messages.py parse error for utf-8 files with signature) updated by Jannis Leidel
Needs tests changed
1:56 PM django_datefield_has_changed_fix.diff attached to Ticket #12858 by Daniel Marohn
patch fixing the bug
1:56 PM Ticket #12858 (Forms - Callable default on DateField + custom date format = ...) created by Daniel Marohn
I have a ModelFormset with some extra forms. The model the forms …
11:50 AM Ticket #12485 (Documentation - Add Links to poll tutorial) updated by Derek Willis
Has patch changed
11:31 AM Sprint201002Montreal edited by fsavard
(diff)
11:21 AM Ticket #12650 (Contrib apps - Some contrib apps depend on the i18n context processor to output valid ...) updated by Rob Hudson
I made the assumption that if I'm not using i18n, I could also remove …
11:15 AM Ticket #12789 (Core (Cache system) - ConditionalGetMiddleware behavior improvement.) updated by penzoil
You probably have a point there. Maybe we could return no ETag when a …
11:00 AM Ticket #12857 (Documentation - Doc: Media class usage) created by Jari Pennanen
I've noticed that one can create own Media objects outside …
10:45 AM Ticket #11689 (Template system - Template tag to support combining form media from multiple forms) updated by Jari Pennanen
Cc changed
10:31 AM Ticket #9966 (Generic views - Generic view "redirect_to" to carry existing query string) updated by Eric Holscher
Triage Stage changed
Patch looks good to me.
8:44 AM Ticket #12613 (Template system - phone2numeric doesn't convert the letters 'Q' or 'Z'.) updated by Russell Keith-Magee
(In [12425]) Fixed #12613 -- Added Q and Z to the list of characters …
8:44 AM Changeset [166405b]stable/1.1.x by Russell Keith-Magee <russell@…>
[1.1.X] Fixed #11944 -- Improved exception handling for the …
8:43 AM Ticket #12613 (Template system - phone2numeric doesn't convert the letters 'Q' or 'Z'.) closed by Russell Keith-Magee
fixed: (In [12427]) [1.1.X] Fixed #12613 -- Added Q and Z to the list of …
8:43 AM Changeset [f30a4b3]stable/1.1.x by Russell Keith-Magee <russell@…>
[1.1.X] Fixed #12613 -- Added Q and Z to the list of characters …
8:37 AM Ticket #11944 (Template system - filesizeformat should catch ValueError) closed by Russell Keith-Magee
fixed: (In [12426]) Fixed #11944 -- Improved exception handling for the …
8:37 AM Changeset [e6740cb3]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 Russell Keith-Magee <russell@…>
Fixed #11944 -- Improved exception handling for the filesizeformat …
8:36 AM Changeset [0e5836dc]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 Russell Keith-Magee <russell@…>
Fixed #12613 -- Added Q and Z to the list of characters supported by …
8:18 AM 12206.diff attached to Ticket #12206 by wenjoseph
Search for .py, .pyc and .pyo
8:06 AM Ticket #12524 (Core (Serialization) - Bad formatting on dates in JSON serializer causes ValidationError in ...) updated by Russell Keith-Magee
(In [12424]) [1.1.X] Fixed #12524 -- Clarified handling of pre-1000AD …
8:06 AM Changeset [d751f2c]stable/1.1.x by Russell Keith-Magee <russell@…>
[1.1.X] Fixed #12524 -- Clarified handling of pre-1000AD dates in …
8:02 AM Ticket #12524 (Core (Serialization) - Bad formatting on dates in JSON serializer causes ValidationError in ...) closed by Russell Keith-Magee
fixed: (In [12423]) Fixed #12524 -- Clarified handling of pre-1000AD dates in …
8:02 AM Changeset [0392492]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 Russell Keith-Magee <russell@…>
Fixed #12524 -- Clarified handling of pre-1000AD dates in …
6:32 AM Ticket #10976 (Testing framework - missing template files for correctly executing test cases on ...) updated by Russell Keith-Magee
(In [12422]) [1.1.X] Fixed #10976 -- Isolated contrib.auth tests so …
6:32 AM Changeset [1d9bc59]stable/1.1.x by Russell Keith-Magee <russell@…>
[1.1.X] Fixed #10976 -- Isolated contrib.auth tests so they will …
6:32 AM Ticket #12011 (Testing framework - Test client ignores scheme on redirect) updated by Russell Keith-Magee
(In [12421]) [1.1.X] Fixed #12011 -- Modified the test client to …
6:32 AM Changeset [bf11ab2b]stable/1.1.x by Russell Keith-Magee <russell@…>
[1.1.X] Fixed #12011 -- Modified the test client to preserve the …
6:12 AM DevelopersForHire edited by kwdowicz
(diff)
6:02 AM Ticket #10976 (Testing framework - missing template files for correctly executing test cases on ...) closed by Russell Keith-Magee
fixed: (In [12420]) Fixed #10976 -- Isolated contrib.auth tests so they will …
6:02 AM Changeset [b794441]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 Russell Keith-Magee <russell@…>
Fixed #10976 -- Isolated contrib.auth tests so they will always pass, …
6:01 AM Ticket #12011 (Testing framework - Test client ignores scheme on redirect) closed by Russell Keith-Magee
fixed: (In [12419]) Fixed #12011 -- Modified the test client to preserve the …
6:01 AM Changeset [7985780]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 Russell Keith-Magee <russell@…>
Fixed #12011 -- Modified the test client to preserve the request …
6:00 AM Ticket #12378 (Testing framework - Remove redundant test.) closed by Russell Keith-Magee
fixed: (In [12418]) Fixed #12378 -- Removed some tests made redundant by …
6:00 AM Changeset [23d3450d]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 Russell Keith-Magee <russell@…>
Fixed #12378 -- Removed some tests made redundant by feature …
5:59 AM Ticket #12825 (Testing framework - Missing space in assertFormError error message) closed by Russell Keith-Magee
fixed: (In [12417]) Fixed #12825 -- Corrected a missing space in a test case …
5:59 AM Changeset [cc40651f]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 Russell Keith-Magee <russell@…>
Fixed #12825 -- Corrected a missing space in a test case error …
5:31 AM Ticket #12850 (Database layer (models, ORM) - db constraint identifiers are not quoted consistantly, so are not case ...) updated by Russell Keith-Magee
Component changed
5:30 AM Ticket #12856 (Documentation - Decide on public API/documentation for form.BoundField attributes) updated by Russell Keith-Magee
Component, Triage Stage changed
Essentially, any attribute of BoundField (including any attributes of …
5:14 AM Ticket #12842 (Database layer (models, ORM) - Importing a non-installed app assumes the non-installed DB table exists) updated by Russell Keith-Magee
Triage Stage changed
The non-existence of tables will always be a problem - Django doesn't …
2:08 AM Ticket #12856 (Documentation - Decide on public API/documentation for form.BoundField attributes) created by mnbayazit
On …

Feb 12, 2010:

11:32 PM Ticket #12849 (django-admin.py runserver - django's development server raises an encoding exception when trying ...) updated by Russell Keith-Magee
Triage Stage, Milestone changed
10:11 PM Ticket #12620 (Documentation - "defer" docs refer to non-existant "Entry.lede" field) updated by Derek Willis
Has patch changed
9:56 PM Ticket #12620 (Documentation - "defer" docs refer to non-existant "Entry.lede" field) updated by Derek Willis
Triage Stage changed
9:55 PM 12620.patch attached to Ticket #12620 by Derek Willis
9:55 PM Ticket #12620 (Documentation - "defer" docs refer to non-existant "Entry.lede" field) updated by Derek Willis
Status, Owner changed
9:09 PM Ticket #10427 (Forms - Bound field needs an easy way to get form value) updated by issac.kelly@…
I had an issue with this, causing this error: …
8:40 PM Ticket #12853 (Translations - Brazilian portuguese translation of POT files for 1.2) updated by Russell Keith-Magee
Triage Stage changed
8:40 PM Ticket #12851 (Database layer (models, ORM) - Queryset "defer" won't work properly with select_related) updated by Russell Keith-Magee
Triage Stage, Milestone changed
@carljm - Agreed: "Earth" should be the expected result. Either way, …
6:12 PM Ticket #12817 (Core (Other) - email validator is maybe too stingy (user@hostname fails)) updated by anonymous
Status, Owner changed
3:48 PM Ticket #12855 (Database layer (models, ORM) - QuerySet.__or__ has bad behavior in the presence of extra) updated by Alex Gaynor
Triage Stage changed
3:47 PM Ticket #12855 (Database layer (models, ORM) - QuerySet.__or__ has bad behavior in the presence of extra) created by Alex Gaynor
If you do something like […] In this csae the where clause of the …
2:01 PM Ticket #12854 (Contrib apps - Group ordering in contrib.auth.models.Group) closed by Eric Holscher
wontfix: You will notice this was removed in the past for performance reasons. …
1:58 PM Ticket #12851 (Database layer (models, ORM) - Queryset "defer" won't work properly with select_related) updated by Carl Meyer
I haven't played with this yet, but your repro code doesn't look …
1:56 PM Ticket #12851 (Database layer (models, ORM) - Queryset "defer" won't work properly with select_related) updated by Carl Meyer
Cc changed
1:55 PM Ticket #10733 (Database layer (models, ORM) - Invalid results when deferring fields in more than one related model ...) updated by Carl Meyer
Cc changed
1:45 PM Sprint201002Montreal edited by clavoie
(diff)
1:21 PM Ticket #12854 (Contrib apps - Group ordering in contrib.auth.models.Group) created by ryan.griffin@…
I would like to order the groups by name. More specifically for ease …
12:09 PM pt_BR-r12416.3.diff attached to Ticket #12853 by Guilherme Gondim (semente) <semente@…>
Fixing a typo.
9:34 AM 12151_1.diff attached to Ticket #12151 by Thejaswi Puthraya
patch to fix the issue
9:33 AM 12151_tests.diff attached to Ticket #12151 by Thejaswi Puthraya
tests to reproduce the problem
9:32 AM Ticket #12151 (contrib.comments - UnicodeEncodeError from django.contrib.comments.views.utils line 41.) updated by Thejaswi Puthraya
@mikl, Thanks for the report. I was under the impression that it was …
9:30 AM DjangoDesign edited by Jannis Leidel
(diff)
9:21 AM pt_BR-r12416.2.diff attached to Ticket #12853 by Guilherme Gondim (semente) <semente@…>
Use this.
9:18 AM pt_BR-r12416.diff attached to Ticket #12853 by Guilherme Gondim (semente) <semente@…>
9:17 AM Ticket #12853 (Translations - Brazilian portuguese translation of POT files for 1.2) created by Guilherme Gondim (semente) <semente@…>
9:03 AM Ticket #12016 (contrib.admin - timefield's are showing as "(None)" in the list_display of the admin ...) updated by Tim Kersten
Cc changed
9:01 AM Ticket #12850 (Database layer (models, ORM) - db constraint identifiers are not quoted consistantly, so are not case ...) updated by Tim Kersten
Cc changed
8:44 AM Ticket #12852 (contrib.admin - 1406, "Data too long for column 'name'..." on syncdb) closed by Karen Tracey
duplicate: Duplicate of #8162.
7:26 AM Ticket #12852 (contrib.admin - 1406, "Data too long for column 'name'..." on syncdb) created by fvlima
Hi! If the an class in django model have more than 40 characters in …
7:05 AM Ticket #2131 (HTTP handling - HttpResponseSendFile for serving static files handler-specific ...) updated by Thomas Güttler
Cc changed
6:13 AM Ticket #12851 (Database layer (models, ORM) - Queryset "defer" won't work properly with select_related) updated by ruosteinen
Seems to be related to #10733.
6:10 AM Ticket #12851 (Database layer (models, ORM) - Queryset "defer" won't work properly with select_related) created by ruosteinen
Select_related and defer don't seem to work properly together. …
5:40 AM Ticket #12850 (Database layer (models, ORM) - db constraint identifiers are not quoted consistantly, so are not case ...) updated by Russell Keith-Magee
Triage Stage, Milestone changed
5:15 AM add_quote_name_to_constraint_identifier_r12411.patch attached to Ticket #12850 by Tim Kersten
5:15 AM add_quote_name_to_constraint_identifier_1.1.1.patch attached to Ticket #12850 by Tim Kersten
5:14 AM Ticket #12850 (Database layer (models, ORM) - db constraint identifiers are not quoted consistantly, so are not case ...) created by Tim Kersten
When running "python manage.py sqlclear appname", the generated sql …
2:43 AM Ticket #12769 (Database layer (models, ORM) - Queryset.query pickle fails if fields have lazy translations in field ...) updated by Jani Tiainen
Has patch changed
2:42 AM pickle_error_2.tar.gz attached to Ticket #12769 by Jani Tiainen
Updated test cases
2:41 AM bug12769.diff attached to Ticket #12769 by Jani Tiainen
Fix to handle verbose_name and help_text translations while pickling
2:40 AM Ticket #12769 (Database layer (models, ORM) - Queryset.query pickle fails if fields have lazy translations in field ...) updated by Jani Tiainen
Main reason was that before multidb there was no pickling support for …
Note: See TracTimeline for information about the timeline view.
Back to Top