Timeline



Sep 19, 2010:

8:29 PM Ticket #13057 (Database layer (models, ORM) - Missing validation of child models) closed by niall
duplicate: Duplicate of #14217
8:13 PM Ticket #12842 (Database layer (models, ORM) - Importing a non-installed app assumes the non-installed DB table exists) updated by niall
Status, Owner changed
I have a patch that adds a test for app_label or "django.contrib." + …
7:20 PM Ticket #12369 (Documentation - cStringIO portability) updated by Alex Gaynor
I'd simplify the explanation to just a parenthetical note that …
6:15 PM Ticket #12369 (Documentation - cStringIO portability) updated by niall
Status, Owner, Has patch changed
Added a simple patch that changes the code sample to use the try, …
2:30 PM AttributeError_for_list_editable.html attached to Ticket #14312 by Vlada Macek
full HTML debugging traceback
2:26 PM Ticket #14312 (contrib.admin - list_editable causes 500s for ?p>maximum) created by Vlada Macek
When there is list_editable defined in ModelAdmin && there is …
1:59 PM Ticket #14311 (Template system - Improve django.template.defaultfilters.title) updated by Ramiro Morales
I'd suggest to implement it as a separate filter, maintain it as a …
1:54 PM Ticket #13726 (Internationalization - Javascript translated string catalog is empty when ...) updated by Ramiro Morales
Has patch changed
The patch added makes the following changes in the jsi18n view code to …
1:37 PM 13726.diff attached to Ticket #13726 by Ramiro Morales
Patch for this issue, includes tests. See notes in ticket comment …
1:10 PM Ticket #14311 (Template system - Improve django.template.defaultfilters.title) created by Mike Lissner
The title case function is a bit naively implemented, and could be …
12:03 PM Ticket #14309 (Translations - Spanish translation on deleting objects) updated by Ramiro Morales
The reason for this is because the spanish ('es') translation is …
12:02 PM Ticket #14310 (Uncategorized - MySQL - collate in queries) created by Jakub Roztočil
From MySQL documentation: With the COLLATE clause, you can …
11:31 AM Ticket #14309 (Translations - Spanish translation on deleting objects) updated by Ramiro Morales
Component, Keywords, Triage Stage changed
10:46 AM Ticket #10870 (Database layer (models, ORM) - Aggregates with joins ignore extra filters provided by setup_joins) updated by Carl Meyer
Cc changed
10:35 AM Ticket #14309 (Translations - Spanish translation on deleting objects) created by asinox@…
Hi guys, that is my first "report?", well, im using django 1.2.3, …
9:41 AM Ticket #10497 (File uploads/storage - Added storage time methods to Storage and FileSystemStorage classes) updated by Alex Gaynor
Triage Stage changed
9:40 AM storage_times.3.diff attached to Ticket #10497 by steph
Renamed Datetime to match the class name.
9:36 AM Ticket #2443 (Database layer (models, ORM) - Add IntervalField to database models) updated by Flavio Curella
Cc changed
9:22 AM Ticket #13240 (Database layer (models, ORM) - Modify RelatedManager and ManyRelatedManager add() and remove() to ...) updated by modulatrix
Patch needs improvement changed
Agree that this should be fixed, but this patch seems incomplete - …
9:19 AM storage_times.2.diff attached to Ticket #10497 by steph
More tests.
9:19 AM Ticket #10497 (File uploads/storage - Added storage time methods to Storage and FileSystemStorage classes) updated by steph
OK, just added some asserts to make sure, the files are new and times …
9:05 AM Ticket #11486 (Core (Serialization) - There are no way to provide empty (or null/None) "pk" for XML ...) updated by Russell Keith-Magee
(In [13863]) [1.2.X] Fixed #11486 -- Corrected the XML serializer to …
9:05 AM Changeset [80b9233e]stable/1.2.x by Russell Keith-Magee <russell@…>
[1.2.X] Fixed #11486 -- Corrected the XML serializer to allow for the …
9:04 AM Ticket #11486 (Core (Serialization) - There are no way to provide empty (or null/None) "pk" for XML ...) closed by Russell Keith-Magee
fixed: (In [13862]) Fixed #11486 -- Corrected the XML serializer to allow for …
9:04 AM Changeset [11aee35]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 #11486 -- Corrected the XML serializer to allow for the …
8:11 AM Ticket #10497 (File uploads/storage - Added storage time methods to Storage and FileSystemStorage classes) updated by steph
I think the asserts a strong enough because we already test against …
3:22 AM DjangoJobs edited by Richard Davies <richard.davies@…>
Added ElasticHosts job advert (diff)
1:17 AM DevelopersForHire edited by wastemaster
(diff)

Sep 18, 2010:

10:22 PM Ticket #10904 (Documentation - Fix incorrect term "Absolute URL" throughout documentation) updated by Derek Willis
Needs documentation changed
10:22 PM Ticket #10904 (Documentation - Fix incorrect term "Absolute URL" throughout documentation) updated by Derek Willis
Status, Owner, Has patch, Milestone changed
10:21 PM 10904.diff attached to Ticket #10904 by Derek Willis
10:16 PM Ticket #13726 (Internationalization - Javascript translated string catalog is empty when ...) updated by Ramiro Morales
Triage Stage changed
This is actually an intended behavior as of now. See the test for …
9:08 PM Ticket #9033 (Documentation - QuerySet extra()'s arguments could be better represented visually in ...) updated by Derek Willis
Has patch changed
9:07 PM 9033.diff attached to Ticket #9033 by Derek Willis
7:59 PM Ticket #12019 (Core (Cache system) - @cache_page with no args causes IndexError) updated by Jamie Matthews
Added a slightly different approach at the patch, which allows the …
7:57 PM cache_page_default_timeout.diff attached to Ticket #12019 by Jamie Matthews
Slightly different approach at patch, includes test
7:35 PM Ticket #14281 (Documentation - Small documentation fixes after djangocon 2010 sprints commit-fest) updated by Tim Graham
Triage Stage changed
7:35 PM 14281.diff attached to Ticket #14281 by Tim Graham
fix an additional typo in topics/signals.txt (extra "used")
7:19 PM Ticket #13944 (*.djangoproject.com - Very long accept-language headers break parser) updated by Ramiro Morales
I cant' reproduce this with the runtime enviroment set up by the …
7:17 PM 13944-tests.diff attached to Ticket #13944 by Ramiro Morales
6:39 PM Ticket #12201 (Internationalization - django-admin.py makemessages could show the line number when it fails) updated by Ramiro Morales
Needs documentation, Needs tests changed
6:39 PM Ticket #11161 (Internationalization - Added plural rules for supported languages) updated by Ramiro Morales
The infrastructure for adding the enhacements proposed in #4030 would …
6:37 PM Ticket #7539 (Database layer (models, ORM) - Add ON DELETE and ON UPDATE support to Django) updated by Jeff Bauer
Cc changed
6:32 PM Ticket #12019 (Core (Cache system) - @cache_page with no args causes IndexError) updated by Luke Plant
Needs tests changed
With tests this will probably be good to go.
1:59 PM Ticket #9033 (Documentation - QuerySet extra()'s arguments could be better represented visually in ...) updated by Derek Willis
Status, Owner, Version, Milestone changed
11:27 AM Ticket #8975 (Documentation - related order functions are not documented) updated by Derek Willis
Has patch changed
11:27 AM 8975.diff attached to Ticket #8975 by Derek Willis
10:45 AM forms.py attached to Ticket #14308 by Andrés Torres
The same as above in the description.
10:44 AM Ticket #14308 (contrib.localflavor - Adding some fields to the Mexican local flavor.) created by Andrés Torres
Fields like RFC, CURP and the ZIP Code are in this file attachment and …
6:17 AM Ticket #14307 (Documentation - Document form ChoiceField tuple) updated by Jannis Leidel
Triage Stage changed
5:30 AM Ticket #14307 (Documentation - Document form ChoiceField tuple) updated by asenchi
Triage Stage changed
4:23 AM ticket14290_for_12.diff attached to Ticket #14290 by Anssi Kääriäinen
For 1.2
4:21 AM ticket14290.diff attached to Ticket #14290 by Anssi Kääriäinen
For SVN HEAD
4:21 AM Ticket #14290 (Internationalization - Rendering is very inefficient when USE_L10N. Caching format values ...) updated by Anssi Kääriäinen
Another day, another status update: - I have now patch against 1.2. …
4:19 AM Ticket #13772 (Database layer (models, ORM) - 'exists' parameter for pre_save signal) updated by George Sakkis
Patch needs improvement changed
> The patch moves the sending of the signal to after the recursive …
4:18 AM pre_save.patch attached to Ticket #13772 by George Sakkis
Patch against r13861
12:33 AM choice-tuple.diff attached to Ticket #14307 by Adam Vandenberg
12:33 AM Ticket #14307 (Documentation - Document form ChoiceField tuple) created by Adam Vandenberg
Mention that the 2-tuples are (value, display), same as choices in models.

Sep 17, 2010:

11:03 PM Ticket #14304 (Internationalization - Problem with locale) closed by Karen Tracey
invalid: Sorry, but there is nothing we can do to fix the configuration of …
9:58 PM Ticket #8975 (Documentation - related order functions are not documented) updated by Derek Willis
Status, Owner changed
9:16 PM Ticket #11559 (Core (Other) - urlresolvers.reverse do not work with namespaced urls and captured ...) updated by Rolando Espinoza La fuente
Cc changed
8:17 PM Ticket #14290 (Internationalization - Rendering is very inefficient when USE_L10N. Caching format values ...) updated by Luke Plant
I actually meant that the feature had to be added to fix #14156. The …
8:14 PM Ticket #14290 (Internationalization - Rendering is very inefficient when USE_L10N. Caching format values ...) updated by Luke Plant
Replying to jezdez: > Yes, this should be tested and …
6:52 PM Ticket #10870 (Database layer (models, ORM) - Aggregates with joins ignore extra filters provided by setup_joins) updated by Noah Kantrowitz
Cc changed
6:08 PM Ticket #14302 (Database layer (models, ORM) - models.BooleanField returns integer) closed by anonymous
duplicate: Duplicate of #7190. This was fixed over 7 months ago in r12578. …
3:45 PM Ticket #14290 (Internationalization - Rendering is very inefficient when USE_L10N. Caching format values ...) updated by Jannis Leidel
Needs documentation, Needs tests changed
Replying to akaariai: > Update patch attached …
3:04 PM Ticket #14290 (Internationalization - Rendering is very inefficient when USE_L10N. Caching format values ...) updated by Teemu Kurppa
Anssi, fantastic work you've done there. Once I get back from my short …
2:15 PM Ticket #14290 (Internationalization - Rendering is very inefficient when USE_L10N. Caching format values ...) updated by Anssi Kääriäinen
Update patch attached (ticket14290.diff, the aggressive one isn't …
1:36 PM Ticket #14306 (Internationalization - Translations handling cleanup (with performance boost, too)) updated by Anssi Kääriäinen
Forgot to add info about the performance: I am using the test from …
1:15 PM translations_cleanup.diff attached to Ticket #14306 by Anssi Kääriäinen
1:15 PM Ticket #14306 (Internationalization - Translations handling cleanup (with performance boost, too)) created by Anssi Kääriäinen
The attached patch implements a different way to handle the delayed …
11:59 AM inspectdb-unmanaged.diff attached to Ticket #14305 by Erin Kelly
11:59 AM Ticket #14305 (Core (Management commands) - inspectdb should output unmanaged model definitions) created by Erin Kelly
I'm a little surprised that this hasn't been brought up before, but I …
11:49 AM Ticket #13565 (Database layer (models, ORM) - Using syncdb with Oracle using synonyms causes ORA-00955.) updated by Erin Kelly
Has patch, Needs tests, Triage Stage changed
The patch that I just uploaded fixes this issue by allowing the …
11:31 AM 13565.diff attached to Ticket #13565 by Erin Kelly
8:30 AM Ticket #14303 (contrib.admin - admin inline form id attribute numbering order and uniqueness is lost) updated by m0nonoke
8:29 AM Ticket #14304 (Internationalization - Problem with locale) created by Squidy
Good day. I have a problem with Django. My Django project is located …
8:27 AM Ticket #14303 (contrib.admin - admin inline form id attribute numbering order and uniqueness is lost) created by m0nonoke
Inline forms that are added using the "Add another ..." button created …
8:05 AM Ticket #14302 (Database layer (models, ORM) - models.BooleanField returns integer) created by anonymous
I declare a field as models.BooleanField(default=False) in a model, …
7:40 AM ForumAppsComparison edited by Maxim Vavilov
chage link to pybb (diff)
5:42 AM Ticket #14301 (Core (Mail) - django crashes on email address that passed validate_email() (utf8-tld)) updated by Luke Plant
Triage Stage changed
5:19 AM Ticket #8901 (Database layer (models, ORM) - Django's guessed postgresql sequence name is incorrect if the ...) updated by Leon van der Ree
Cc changed
Thanks for the info. I noticed that for this patch Postgres should be …
5:04 AM Ticket #14301 (Core (Mail) - django crashes on email address that passed validate_email() (utf8-tld)) created by harm
== description == It seems validate_email() and send_email() in django …
12:29 AM Ticket #14290 (Internationalization - Rendering is very inefficient when USE_L10N. Caching format values ...) updated by Anssi Kääriäinen
I will post an updated patch today. I will update the usage of the …

Sep 16, 2010:

10:26 PM Ticket #7539 (Database layer (models, ORM) - Add ON DELETE and ON UPDATE support to Django) updated by David Pratten
Cc changed
Replying to jakub:
9:02 PM Ticket #12235 (contrib.admin - MultiValueDictKeyError when editing Inline objects) reopened by atkinsonr
I get the same error message; steps to replicate are the same as the …
7:16 PM Ticket #14290 (Internationalization - Rendering is very inefficient when USE_L10N. Caching format values ...) updated by Luke Plant
Thanks so much for the work on this. In the patch, the use of a …
5:52 PM Ticket #13772 (Database layer (models, ORM) - 'exists' parameter for pre_save signal) updated by Erin Kelly
Patch needs improvement, Triage Stage changed
The patch moves the sending of the signal to after the recursive …
5:49 PM Ticket #14298 (Database layer (models, ORM) - maximum open cursors exceeded on Jython and Oracle) updated by jbaker
Most likely this is the problem: Jython does not do deterministic …
4:49 PM CaseStudyLeads edited by Jeremy Dunck
(diff)
4:14 PM Ticket #13772 (Database layer (models, ORM) - 'exists' parameter for pre_save signal) reopened by George Sakkis
Sorry, this works only if the pk field is AutoIncrement and the pk …
4:11 PM Ticket #14300 (Core (Management commands) - manage.py sqlcustom fails if models are in a submodule) created by David Rogers
This is similar to #6961, from what I've seen. According to …
3:40 PM Ticket #12196 (Forms - EmailField reject this email address [email protected]) updated by James Bennett
RFC 3696 exists to provide guidance on this topic, and states in …
3:36 PM Ticket #14299 (Core (Cache system) - Add additional cache.*_many functions) updated by Michael Manfre
Patch contains a fix for memcached's incr() and decr(), which raise …
3:31 PM django-cache-add_many.diff attached to Ticket #14299 by Michael Manfre
3:31 PM Ticket #14299 (Core (Cache system) - Add additional cache.*_many functions) created by Michael Manfre
It would be helpful to have the cache framework allow backends to …
3:29 PM Ticket #12196 (Forms - EmailField reject this email address [email protected]) updated by Alex Gaynor
No, they aren't valid, from Wikipedia: "Character . (dot, period, full …
3:20 PM Ticket #12196 (Forms - EmailField reject this email address [email protected]) updated by JohnDoe
Well, except if you're using a provider like hushmail.com who allows …
2:58 PM Changeset [1fb572a]stable/1.2.x by Ian Kelly <ian.g.kelly@…>
[1.2.X] Committing missing files from [13859]. git-svn-id: …
2:56 PM Ticket #14244 (Database layer (models, ORM) - In clause with 1000 or more items fails in Oracle) updated by Erin Kelly
(In [13860]) [1.2.X] Fixed #14244: Allow lists of more than 1000 items …
2:56 PM Changeset [a63bea3e]stable/1.2.x by Ian Kelly <ian.g.kelly@…>
[1.2.X] Fixed #14244: Allow lists of more than 1000 items to be used …
2:53 PM Ticket #14244 (Database layer (models, ORM) - In clause with 1000 or more items fails in Oracle) closed by Erin Kelly
fixed: (In [13859]) Fixed #14244: Allow lists of more than 1000 items to be …
2:53 PM Changeset [320c4699]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 Ian Kelly <ian.g.kelly@…>
Fixed #14244: Allow lists of more than 1000 items to be used with the …
2:16 PM Ticket #14149 (Database layer (models, ORM) - LIKE clauses fail in Oracle 9.2.0.7) updated by Andrii Kurinnyi
Cc changed
1:58 PM Ticket #14298 (Database layer (models, ORM) - maximum open cursors exceeded on Jython and Oracle) created by stephanekonstantaropoulos
I am hitting an Oracle error frequently when running Django 1.1.2 from …
1:45 PM Ticket #13860 (Internationalization - Translate the output of admin commands) updated by Preston Holmes
Triage Stage, Component, Milestone changed
There is a cart and horse issue. The language is in the settings.py …
1:43 PM Ticket #14234 (Forms - Validation bug when using ModelForms) updated by Jeremy Dunck
Patch needs improvement, Has patch, Needs tests changed
Set flags I missed.
1:41 PM Ticket #6735 (Generic views - Class-based generic views) updated by Brandon Konkle
Cc changed
12:46 PM Ticket #14244 (Database layer (models, ORM) - In clause with 1000 or more items fails in Oracle) updated by Erin Kelly
Triage Stage changed
12:22 PM Ticket #14149 (Database layer (models, ORM) - LIKE clauses fail in Oracle 9.2.0.7) updated by Erin Kelly
Summary changed
12:21 PM dj14234-save-base.diff attached to Ticket #14234 by Jeremy Dunck
fast/hacky
12:21 PM Ticket #14149 (Database layer (models, ORM) - LIKE clauses fail in Oracle 9.2.0.7) updated by Erin Kelly
Cc changed
12:21 PM dj14234-signal.diff attached to Ticket #14234 by Jeremy Dunck
12:21 PM Ticket #14149 (Database layer (models, ORM) - LIKE clauses fail in Oracle 9.2.0.7) updated by Erin Kelly
Argh! I'm really starting to hate this issue. The underlying Oracle …
12:20 PM Ticket #14234 (Forms - Validation bug when using ModelForms) updated by Jeremy Dunck
Status, Owner changed
Though I am not sure putting full_clean in a model's .save is a good …
12:05 PM Ticket #14107 (Database layer (models, ORM) - Problem with non-null fieds using Oracle Backend) closed by Erin Kelly
invalid: This is intended behavior, as noted in the docs: > When using the …
11:57 AM settings_optimization.diff attached to Ticket #14297 by Anssi Kääriäinen
11:56 AM Ticket #14297 (Core (Other) - Accessing settings.FOO in hot spots cause performance problems) created by Anssi Kääriäinen
Trying to access settings.FOO (no matter if it exists or not) will …
11:54 AM Ticket #13436 (Database layer (models, ORM) - oracle startswith etc fails) closed by Erin Kelly
wontfix: Can you be more specific about the server version? It should be …
11:47 AM Ticket #8949 (Uncategorized - A django-stones benchmark) updated by Jeremy Dunck
Contribute to http://github.com/jacobian/djangobench. :-)
11:33 AM Ticket #14296 (Testing framework - 'manage.py test' failing for apps that access read-only databases) updated by Luke Plant
What kind of workaround do you envisage? If you are looking for …
11:32 AM Ticket #8949 (Uncategorized - A django-stones benchmark) updated by baxter
Cc changed
11:32 AM Ticket #8949 (Uncategorized - A django-stones benchmark) updated by baxter
1+ from somebody here - Is there anything I could do to contribute to this?
11:03 AM Ticket #13436 (Database layer (models, ORM) - oracle startswith etc fails) updated by kthhrv
Version changed
column is 'NUMBER' (models.IntegerField) but it doesn't appear to work …
10:57 AM Ticket #13835 (Database layer (models, ORM) - enhancements in django.db.models to get info about additional tables) closed by Preston Holmes
wontfix: according to johnny-cache author this has been resolved now in …
10:43 AM Ticket #13772 (Database layer (models, ORM) - 'exists' parameter for pre_save signal) closed by Preston Holmes
worksforme: The presave signal sends the instance of the object being saved. An …
10:36 AM Ticket #14296 (Testing framework - 'manage.py test' failing for apps that access read-only databases) created by kthhrv
http://groups.google.com/group/django-users/browse_thread/thread/466ff5
6:08 AM Ticket #8901 (Database layer (models, ORM) - Django's guessed postgresql sequence name is incorrect if the ...) updated by Luke Plant
As Russell explained, backporting that patch would force the 1.2.X …
5:45 AM Ticket #11559 (Core (Other) - urlresolvers.reverse do not work with namespaced urls and captured ...) updated by Remco Wendt
Cc changed
Note: See TracTimeline for information about the timeline view.
Back to Top