Timeline



Jul 7, 2010:

11:36 PM Ticket #13910 (Template system - Add generator version of Template.render(Context)) closed by Russell Keith-Magee
duplicate: Duplicate of #7581, plus some work on the wsgi-improvements GSoC branch.
11:10 PM sample-project.zip attached to Ticket #13910 by Ron Panduwana
11:08 PM django-1.2.1.diff attached to Ticket #13910 by Ron Panduwana
diff with django-1.2.1 source code
11:07 PM Ticket #13910 (Template system - Add generator version of Template.render(Context)) created by Ron Panduwana
We already can make a streaming HttpResponse by passing a generator to …
8:08 PM Ticket #13909 (Documentation - Info on using "bare" json module in "Serializing Django Objects") created by JonathanHayward
http://docs.djangoproject.com/en/dev/topics/serialization/ covers how …
8:03 PM Ticket #13749 (contrib.admin - Link from admin-site to site) updated by joelklabo
Has patch changed
8:03 PM Ticket #13749 (contrib.admin - Link from admin-site to site) reopened by joelklabo
8:02 PM Ticket #13749 (contrib.admin - Link from admin-site to site) closed by joelklabo
fixed
8:01 PM patch.txt attached to Ticket #13749 by joelklabo
Patch: added link to django admin <h1> tag
7:55 PM Ticket #13907 (*.djangoproject.com - Broken links from current documentation) closed by Matt McClanahan
invalid: You're looking at old documentation. Also, 0.95 and 0.96 did not have …
7:52 PM Ticket #13749 (contrib.admin - Link from admin-site to site) updated by joelklabo
Owner changed
5:32 PM Ticket #13908 (contrib.sitemaps - contrib.sitemaps.view.index doesn't work in more than one location) created by palewire
The sitemaps app doesn't seem to allow "index" sitemaps with …
5:28 PM Ticket #13907 (*.djangoproject.com - Broken links from current documentation) created by sromero
URLs …
4:52 PM Ticket #12991 (Testing framework - Django 1.2 should have optional support for unittest2) updated by Eric Holscher
Needs documentation, Version, Milestone changed
Paul: We probably need to add documentation for these changes. I'm …
2:52 PM Ticket #13906 (Database layer (models, ORM) - REPEATABLE READ (as used by default on MySQL) breaks atleast ...) created by Sebastian Noack
MySQL is the only database supported by django, which support …
2:47 PM Ticket #10706 (Core (Management commands) - Incorrect error from manage.py sql when app fails to load) updated by Annatar
I was a victim to this error message too. I reached desperation trying …
2:42 PM DjangoJobs edited by cjensen
(diff)
1:02 PM Ticket #13488 (GIS - Exceptions in GEOS I/O object destructor at process exit) updated by jbronn
Triage Stage changed
1:02 PM Ticket #13488 (GIS - Exceptions in GEOS I/O object destructor at process exit) updated by jbronn
Patch needs improvement, Version, Triage Stage, Milestone changed
I got an Arch Linux VM set up and got the problem reproduced using …
11:28 AM Ticket #13488 (GIS - Exceptions in GEOS I/O object destructor at process exit) updated by jbronn
I use thread-local module-level global I/O objects that developer has …
11:26 AM Ticket #13488 (GIS - Exceptions in GEOS I/O object destructor at process exit) reopened by jbronn
11:05 AM Ticket #13905 (Translations - Update to the basque translation) created by aitzol
Some string where not well translated.
10:55 AM Ticket #13904 (Documentation - Update geo django docs - How to avoid geometry or I/O object garbage ...) created by Rozza
In some versions of python when during garbage collection the module …
10:55 AM patch.diff attached to Ticket #13903 by petraszd
bugfix and test case
10:54 AM Ticket #13903 (Database layer (models, ORM) - Auto app_label creation fails when model is defined at top-level ...) created by petraszd
Pseudo file structure: […] somefile.py has abstract models.Model …
10:46 AM Ticket #13488 (GIS - Exceptions in GEOS I/O object destructor at process exit) closed by Rozza
wontfix: Updated after conversation on the geo_django google group. […]
10:46 AM Ticket #13843 (GIS - 'destroy_geom' filling up the apache error logs.) closed by Rozza
wontfix: Updated after conversation on the geo_django google group. […]
10:02 AM Ticket #13902 (contrib.admin - When using a ManyToMany in list_filter, results may apper more than once) created by rasca
Suppose you have a ManyToMany relationship between models A and B …
9:33 AM Ticket #13750 (Documentation - ImageField accessing height or width and then data results in "I/O ...) updated by Russell Keith-Magee
#13874 is a different presentation of the same problem.
9:32 AM Ticket #13874 (Core (Other) - get_image_dimensions should seek to 0) closed by Russell Keith-Magee
duplicate: I suspect this is a duplicate of #13750 -- and if it isn't, it's very …
4:38 AM Ticket #7287 (Documentation - Newforms' initial values as models, for ModelChoiceField etc) updated by Piotr Czachur
Patch should be aware of "to_field_name" param for ModelChoiceField, …
4:05 AM Ticket #3011 (contrib.auth - Allow for extendable auth_user module) updated by Remco Wendt
Cc changed

Jul 6, 2010:

10:00 PM Ticket #13901 (File uploads/storage - File.chunks fails to read the entire file for some file-like objects) updated by Alex Gaynor
That is indeed what I was thinking of.
9:46 PM Ticket #13901 (File uploads/storage - File.chunks fails to read the entire file for some file-like objects) updated by Karen Tracey
#13756 is very similar (may be the dupe Alex was thinking of)...same …
9:13 PM Ticket #12991 (Testing framework - Django 1.2 should have optional support for unittest2) updated by Paul McMillan
Just an update to note that this patch passes for python 2.4, 2.5, and …
9:01 PM Ticket #13901 (File uploads/storage - File.chunks fails to read the entire file for some file-like objects) updated by Erin Kelly
You're at least right about the first part. That's what I get for …
9:00 PM file_chunks_2.diff attached to Ticket #13901 by Erin Kelly
Corrected patch
8:28 PM Ticket #13901 (File uploads/storage - File.chunks fails to read the entire file for some file-like objects) updated by Alex Gaynor
This patch doesn't look right, it should be len(chunk , not …
8:20 PM Ticket #9632 (File uploads/storage - File.chunks contains potentially expensive size operation) updated by Erin Kelly
See also #13901.
8:20 PM file_chunks.diff attached to Ticket #13901 by Erin Kelly
8:19 PM Ticket #13901 (File uploads/storage - File.chunks fails to read the entire file for some file-like objects) created by Erin Kelly
The File.chunks method gets the size of the file and then decrements a …
7:31 PM Ticket #12991 (Testing framework - Django 1.2 should have optional support for unittest2) updated by Paul McMillan
Has patch, Status, Owner changed
Attached a patch which bundles unittest2 as discussed in -dev and with …
5:01 PM Ticket #13872 (contrib.admin - "AttributeError: 'module' object has no attribute 'day_abbr'" when ...) updated by Lexo
I found the original source of the problem - I had Google's gdata API …
4:44 PM Ticket #13632 (Documentation - lack of builtin range checking of id fields) updated by Gregor Müllegger
The problem with this is that the ID passed into a generic view …
3:33 PM Ticket #12978 (contrib.syndication - Support in syndication framework for CSS stylesheet links) updated by Yuval Adam
Triage Stage changed
2:30 PM Ticket #13900 (contrib.admin - New admin feature: Delete and replace with existing object) updated by Gregor Müllegger
Keywords, Version, Component changed
Hi riccardo, thank you for your idea - personally I find this …
2:21 PM Ticket #12975 (Documentation - Docs for contrib.admindocs?) updated by Nathaniel Whiteinge
Here are two documentation patches. …
2:09 PM 0002-Basic-admindocs-documentation.patch attached to Ticket #12975 by Nathaniel Whiteinge
Initial stab at documentation for the admindocs app.
2:09 PM 0001-Changed-references-to-reST-and-reStructuredText-for-.patch attached to Ticket #12975 by Nathaniel Whiteinge
Consistency patch for references to reStructuredText.
1:29 PM Ticket #13900 (contrib.admin - New admin feature: Delete and replace with existing object) created by Riccardo Di Virgilio
i would like to edit …
1:25 PM add_geolocation.diff attached to Ticket #13899 by Taylan Pince
Adds geolocation support for admin maps
1:25 PM Ticket #13899 (GIS - Geolocation Support for GeoDjango admin) created by Taylan Pince
This adds geolocation support to GeoDjango admin maps, using the W3C …
11:49 AM Ticket #13871 (contrib.admin - contrib.admin:list_editable - ForeignKey performance is O(m*n)) updated by chadc
Hmm. I had just intended to use CachedSelect as a temporary measure -- …
11:33 AM Ticket #13826 (GIS - Impossible to create indexes on PostGIS fields) updated by jbronn
Status, Patch needs improvement, Owner changed
I agree this is a problem, but I'm -1 at the patch in it's current …
11:30 AM Ticket #13826 (GIS - Impossible to create indexes on PostGIS fields) updated by jbronn
Description changed
11:30 AM Ticket #13868 (GIS - Inability to create superuser during syncdb when using GIS fields in ...) closed by jbronn
duplicate: Actually, this ticket is a duplicate of #13826 because it's the same …
11:27 AM Ticket #13868 (GIS - Inability to create superuser during syncdb when using GIS fields in ...) updated by jbronn
See also #7561.
11:24 AM Ticket #13868 (GIS - Inability to create superuser during syncdb when using GIS fields in ...) updated by jbronn
Status, Owner changed
I'll accept the ticket for now, but I'm not sure if there will be a …
9:42 AM Ticket #13883 (contrib.admin - SelectBox.js with grouping (optgroup elements)) updated by SardarNL
Component changed
8:02 AM Ticket #11350 (contrib.localflavor - Support "local flavor" for Israel) updated by Yuval Adam
Milestone, Patch needs improvement, Needs documentation, Has patch changed
8:01 AM 11350.diff attached to Ticket #11350 by Yuval Adam
Updated proper diff, with tests and docs
7:50 AM Ticket #12978 (contrib.syndication - Support in syndication framework for CSS stylesheet links) updated by Yuval Adam
Needs documentation, Needs tests, Triage Stage changed
7:48 AM 12978.diff attached to Ticket #12978 by Yuval Adam
Updated proposed patch, with tests and docs
3:30 AM Ticket #13897 (Generic views - There should be tests for object_list's pagination) created by Julien Phalip
As discussed on the dev-list …
3:30 AM Ticket #13896 (contrib.syndication - Change language to dynamic attribute in syndication feed generator) created by jedie
In my project, the language is dynamic and not hardcoded in settings. …
2:26 AM 13814.diff attached to Ticket #13814 by Yuval Adam
Proposed utility method
12:49 AM Ticket #5535 (Database layer (models, ORM) - .get() should allow myforeignkey_id lookups) updated by Simon Litchfield
Cc changed
Old open ticket but still no decision here. Convention is that …

Jul 5, 2010:

7:54 PM Ticket #5373 (Internationalization - Field label for a ForeignKey not translated) updated by Lachlan Musicman
After some testing last night, my diff fails because it's calling …
7:28 PM Ticket #13895 (Testing framework - Remove doctests from aggregates_regress test) updated by Alex Gaynor
Triage Stage changed
7:28 PM django-aggregation-regress-tests.diff attached to Ticket #13895 by Alex Gaynor
7:28 PM Ticket #13895 (Testing framework - Remove doctests from aggregates_regress test) created by Alex Gaynor
We have always been at war with doctests.
6:17 PM DevelopersForHire edited by fgutierrez
Change on aureal data. (diff)
5:45 PM Ticket #12374 (Database layer (models, ORM) - QuerySet .iterator() loads everything into memory anyway) updated by zombie_ninja
I have experienced the similar problem and I have set DEBUG=False in …
5:17 PM Ticket #12978 (contrib.syndication - Support in syndication framework for CSS stylesheet links) updated by Alex Gaynor
Needs tests changed
4:51 PM Ticket #12978 (contrib.syndication - Support in syndication framework for CSS stylesheet links) updated by Yuval Adam
Needs documentation, Has patch changed
Turns out easier than expected. saxutils supports adding XML …
4:48 PM 12968.diff attached to Ticket #12978 by Yuval Adam
3:55 PM Ticket #12978 (contrib.syndication - Support in syndication framework for CSS stylesheet links) updated by Yuval Adam
Milestone, Owner, Status changed
2:41 PM Ticket #13894 (contrib.messages - Disable upstream caching with messages framework) created by Torsten Bronger
Upstream caching should be disabled when messages have been consumed …
12:22 PM Changeset [1fed5003]stable/1.2.x by Luke Plant <L.Plant.98@…>
[1.2.X] Doc updates missed in [13424] Refs #13880 Backport of …
12:19 PM Ticket #13880 (Documentation - Update Installation documentation to reflect that Django works with ...) updated by Luke Plant
(In [13425]) Doc updates missed in [13423] Refs #13880
12:19 PM Changeset [9d0b9ad8]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 Luke Plant <L.Plant.98@…>
Doc updates missed in [13423] Refs #13880 git-svn-id: …
12:10 PM Ticket #13880 (Documentation - Update Installation documentation to reflect that Django works with ...) updated by Luke Plant
(In [13424]) [1.2.X] Fixed #13880 - added 2.7 to list of supported …
12:10 PM Changeset [a84a390]stable/1.2.x by Luke Plant <L.Plant.98@…>
[1.2.X] Fixed #13880 - added 2.7 to list of supported versions of …
12:07 PM Ticket #13880 (Documentation - Update Installation documentation to reflect that Django works with ...) closed by Luke Plant
fixed: (In [13423]) Fixed #13880 - added 2.7 to list of supported versions of …
12:07 PM Changeset [0f34c3d]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 Luke Plant <L.Plant.98@…>
Fixed #13880 - added 2.7 to list of supported versions of Python …
11:54 AM Changeset [b9f085a]stable/1.2.x by Luke Plant <L.Plant.98@…>
[1.2.X] Added missing module directive for validators documentation. …
11:51 AM Changeset [910c086]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 Luke Plant <L.Plant.98@…>
Added missing module directive for validators documentation. …
11:43 AM Changeset [558732c3]stable/1.2.x by Luke Plant <L.Plant.98@…>
[1.2.X] Small corrections/improvements to DB optimization docs. …
11:26 AM Changeset [2cf21d99]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 Luke Plant <L.Plant.98@…>
Small corrections/improvements to DB optimization docs. git-svn-id: …
11:17 AM Ticket #13814 (Contrib apps - Utility method for getting a Site object) updated by Yuval Adam
Has patch changed
11:00 AM Ticket #13814 (Contrib apps - Utility method for getting a Site object) updated by Yuval Adam
Owner, Milestone changed
9:36 AM SelectBox.js attached to Ticket #13883 by SardarNL
Better SelectBox.js which handles optgroup, depends on jQuery
7:36 AM Ticket #13196 (contrib.admin - Display datetime.date values using DATE_FORMAT) updated by Valera_Grishin
Agreed. Rendering date and datetime in ALL templates (not only admin) …
7:06 AM good_select.png attached to Ticket #13883 by SardarNL
Better SelectBox.js screenshot. optgroups are recreated on redisplay()
7:05 AM bad_select.png attached to Ticket #13883 by SardarNL
Current SelectBox.js screenshot
6:57 AM Ticket #13883 (contrib.admin - SelectBox.js with grouping (optgroup elements)) created by SardarNL
6:54 AM Ticket #10302 (Database layer (models, ORM) - Add some date features to aggregation) updated by anonymous
Cc changed
5:31 AM 13881.tests_and_fix2.patch attached to Ticket #13881 by Gregor Müllegger
"refactored" patch.
4:29 AM Ticket #13881 (Contrib apps - Sitemaps are broken by L10N) updated by Gregor Müllegger
Version, Has patch, Triage Stage changed
I can confirm that this issue exists. Tests and a fix are attached.
4:27 AM 13881.tests_and_fix.patch attached to Ticket #13881 by Gregor Müllegger
Same tests as in first patch, but now includes a simple fix for the issue.
4:04 AM 13881.tests.patch attached to Ticket #13881 by Gregor Müllegger
Creating regressiontestmodule for sitemaps application and failing …
3:28 AM Ticket #13831 (Uncategorized - UTF-8 in models.__repr__ causes hard to track down unicode errors.) updated by Walter Doekes
I suppose you're right. Thanks :) For those experiencing the same …
2:37 AM 5373.3.diff attached to Ticket #5373 by Lachlan Musicman
same again, 4 space indents
2:09 AM Ticket #5373 (Internationalization - Field label for a ForeignKey not translated) updated by Lachlan Musicman
5373.2.patch worked for me, I've made it more conventional and have …
2:00 AM Ticket #2131 (HTTP handling - HttpResponseSendFile for serving static files handler-specific ...) updated by JivanAmara
Cc changed
1:59 AM 5373.3.patch attached to Ticket #5373 by Lachlan Musicman
adapted patch to put import at the top of the file
12:54 AM django-orm-exclude-null.diff attached to Ticket #13882 by Alex Gaynor
12:54 AM Ticket #13882 (Database layer (models, ORM) - exclude on nullable fields uses an overly complex internal representation) created by Alex Gaynor
It nests Where clauses more than is necessary, and this can be …

Jul 4, 2010:

11:39 PM Ticket #8274 (contrib.auth - Auth views should allow form customization) updated by Vasily Ivanov
Cc changed
11:38 PM Ticket #10763 (contrib.auth - Allow custom AuthenticationForm in django.contrib.auth login view.) updated by Vasily Ivanov
Cc changed
8:29 PM Ticket #13854 (Core (Other) - List of used decorators on a function) updated by Mitar
I have opened Python #9157.
3:53 PM Ticket #13881 (Contrib apps - Sitemaps are broken by L10N) created by Vladimir Pouzanov
If you enable L10N with some locale that doesn't use "." as decimal …
1:51 PM Ticket #13880 (Documentation - Update Installation documentation to reflect that Django works with ...) updated by Alex Gaynor
Triage Stage changed
1:51 PM Ticket #13880 (Documentation - Update Installation documentation to reflect that Django works with ...) created by Alex Gaynor
Tested, passes full test suite.
9:49 AM Ticket #7561 (Core (Management commands) - post_syncdb signal should be emitted when syncdb actually finishes) updated by Jari Pennanen
Cc changed
7:01 AM Ticket #12213 (Forms - Initial data and addition queryset_filter for formset from ...) updated by sehmaschine@…
after trying different setups I have to admit that the patch doesn´t …
12:14 AM Ticket #13879 (Utilities - method_decorator doesn't supports decorators with arguments) created by Marinho Brandão
I tried use django.utils.decorators.method_decorator to support …
Note: See TracTimeline for information about the timeline view.
Back to Top