Timeline



Sep 22, 2010:

10:12 PM Ticket #13240 (Database layer (models, ORM) - Modify RelatedManager and ManyRelatedManager add() and remove() to ...) updated by Gabriel Hurley
My limiting factor here is backwards compatibility. I don't love this …
9:16 PM Ticket #13240 (Database layer (models, ORM) - Modify RelatedManager and ManyRelatedManager add() and remove() to ...) updated by Alex Gaynor
Indeed, an API that allowed for fewer queries is a good idea, but just …
9:13 PM Ticket #13240 (Database layer (models, ORM) - Modify RelatedManager and ManyRelatedManager add() and remove() to ...) updated by Russell Keith-Magee
Patch needs improvement, Triage Stage changed
Having a closer look at this when I'm not engaged in a whirlwind of …
9:00 PM Ticket #13190 (contrib.auth - Empty settings.AUTHENTICATION_BACKENDS creates hard to trace problem) updated by Alex Gaynor
The code really should be changed to use the `raise …
8:59 PM Ticket #13240 (Database layer (models, ORM) - Modify RelatedManager and ManyRelatedManager add() and remove() to ...) updated by Alex Gaynor
FTR this strikes me as a really bad API. There is no compelling …
7:56 PM Ticket #13790 (Contrib apps - Docs for CurrentSiteManager indicate an M2M field called "sites" will ...) updated by Paul McMillan
Triage Stage changed
This patch looks good and applies for me. Marking as RFC.
7:49 PM Ticket #13190 (contrib.auth - Empty settings.AUTHENTICATION_BACKENDS creates hard to trace problem) updated by Paul McMillan
Triage Stage changed
This patch looks good to me. Marking as RFC.
7:48 PM Ticket #13190 (contrib.auth - Empty settings.AUTHENTICATION_BACKENDS creates hard to trace problem) updated by Gabriel Hurley
Added an updated patch which applies cleanly to trunk.
7:47 PM 13190_empty_auth_backends.diff attached to Ticket #13190 by Gabriel Hurley
7:40 PM Ticket #13240 (Database layer (models, ORM) - Modify RelatedManager and ManyRelatedManager add() and remove() to ...) updated by Paul McMillan
Triage Stage changed
This looks good to me, and it seems to pass all the tests on my …
6:54 PM Ticket #14329 (HTTP handling - Seeing test failure in regressiontests.request since 13809) updated by Gabriel Hurley
Status, Owner changed
yay! glad I'm not crazy. I have the feeling the best solution here is …
6:52 PM Ticket #14330 (File uploads/storage - Test failure with get_image_dimensions since [13715]) updated by Alex Gaynor
Triage Stage changed
6:40 PM Ticket #14330 (File uploads/storage - Test failure with get_image_dimensions since [13715]) updated by Gabriel Hurley
Status, Owner, Has patch changed
6:39 PM image_storage_read_binary.diff attached to Ticket #14330 by Gabriel Hurley
sets the mode flag to 'rb' for the InconsistentGetImageDimensions test …
6:39 PM Ticket #14330 (File uploads/storage - Test failure with get_image_dimensions since [13715]) created by Gabriel Hurley
On my windows xp machine (not on my mac os x box) the …
5:54 PM Ticket #14329 (HTTP handling - Seeing test failure in regressiontests.request since 13809) updated by Alex Gaynor
Triage Stage changed
Buildbots confirm: …
5:47 PM Ticket #14329 (HTTP handling - Seeing test failure in regressiontests.request since 13809) created by Gabriel Hurley
I'm getting the following test failure when I run the test suite using …
4:35 PM Ticket #14328 (Database layer (models, ORM) - Table name with CAPs symbols. DatabaseError: column...) closed by halturin
invalid
4:16 PM Ticket #14328 (Database layer (models, ORM) - Table name with CAPs symbols. DatabaseError: column...) updated by halturin
Component changed
4:11 PM Ticket #14328 (Database layer (models, ORM) - Table name with CAPs symbols. DatabaseError: column...) created by halturin
here is traceback in the django shell: […] db …
3:59 PM Ticket #14327 (Uncategorized - Custom Manager not honored in related queries) updated by danols@…
Please change reported by to my e-mail: danols@…
3:58 PM Ticket #14327 (Uncategorized - Custom Manager not honored in related queries) created by anonymous
Dear awesome Django team, I believe the below is a bug based on the …
12:58 PM Ticket #494 (contrib.admin - Collapse in admin interface for inline related objects) updated by Marc Aymerich
Cc changed
12:00 PM DevelopersForHire edited by jcarstens
(diff)
9:24 AM Ticket #14325 (contrib.contenttypes - GenericForeignKey fails if assigned to an object which implements the ...) updated by Martin Natano
Needs tests changed
sry, accidentaly removed the needs_tests flag
9:20 AM Ticket #14325 (contrib.contenttypes - GenericForeignKey fails if assigned to an object which implements the ...) updated by Martin Natano
Status, Owner, Needs tests changed
9:18 AM Ticket #14326 (Documentation - packages not properly decoupled from project in tutorial) closed by Russell Keith-Magee
duplicate: Duplicate of #14216, #13865, #13507, #12126, #11464, #11424, #11172, …
9:08 AM Ticket #14325 (contrib.contenttypes - GenericForeignKey fails if assigned to an object which implements the ...) updated by Martin Natano
Replying to Alex: regression test attached
9:04 AM fix_genericforeignkey_comparison_and_add_regressiontest.diff attached to Ticket #14325 by Martin Natano
fix + regressiontest
8:57 AM Ticket #14326 (Documentation - packages not properly decoupled from project in tutorial) created by bestform <webmaster@…>
On http://docs.djangoproject.com/en/dev/intro/tutorial03/ you write …
8:17 AM DevelopersForHire edited by subhranath
(diff)
5:52 AM Ticket #13240 (Database layer (models, ORM) - Modify RelatedManager and ManyRelatedManager add() and remove() to ...) updated by Gabriel Hurley
Summary, Patch needs improvement, Triage Stage changed
I completely agree with modulatrix that any iterable that will yield …
5:46 AM add_remove_querysets_v2.diff attached to Ticket #13240 by Gabriel Hurley
new and improved version that handles iterables (not just querysets)
3:07 AM Ticket #717 (HTTP handling - If-Modified-Since checked for exact match) reopened by Luke Plant
Accepted after discussion on mailing list, and a valid use case based …
2:58 AM Ticket #14283 (Contrib apps - AttributeError on admin detail page after r13708) updated by rene.puls@…
I have spent some more time tracking down this problem. Here is what I …
2:57 AM testcase14283.tar.gz attached to Ticket #14283 by rene.puls@…
Minimal test case

Sep 21, 2010:

10:41 PM Ticket #14299 (Core (Cache system) - Add additional cache.*_many functions) updated by Michael Manfre
jdunck, thanks for the feedback. I'm not sure it's worth the time to …
10:07 PM Ticket #11077 (Testing framework - Django's built-in tests fail when using url reverse tags in default ...) updated by berto
+1 I sat down to write some tests on a new application and there's …
8:50 PM Ticket #14299 (Core (Cache system) - Add additional cache.*_many functions) updated by Jeremy Dunck
Patch needs improvement changed
Feedback as I come across things -- I somehow didn't notice Jacob's …
7:55 PM Ticket #11441 (Documentation - Signal documentation should mention 'weak' parameter for connect) updated by Brian Neal
Cc changed
7:43 PM Ticket #11509 (Documentation - Incorrect capitalisation of web in Widget documentation) updated by Derek Willis
Has patch, Version changed
7:42 PM 11509.diff attached to Ticket #11509 by Derek Willis
7:36 PM Ticket #11509 (Documentation - Incorrect capitalisation of web in Widget documentation) updated by Derek Willis
Status, Owner changed
7:12 PM Ticket #13747 (Documentation - Post 1.2 Development code wrongly included in 1.2 doc on Custom ...) updated by Karen Tracey
Perhaps the anonymous re-opener meant to say it should be marked as …
6:38 PM Ticket #11561 (contrib.admin - raw_id_fields requires that the user has change permissions on the ...) updated by zbyte64
Possible fix would be to add a has_view_permission and the …
6:37 PM Ticket #13747 (Documentation - Post 1.2 Development code wrongly included in 1.2 doc on Custom ...) closed by Russell Keith-Magee
fixed: No, the docs really don't say that (any more). As of [13364], that …
5:41 PM Ticket #14324 (Core (Other) - Django not rotating logs) closed by Karen Tracey
invalid: This Trac is for reporting bugs in Django. Currently Django does not …
5:31 PM Ticket #14323 (Core (Other) - ModelChoiceField does not catch ValueErrors in to_python()) closed by Karen Tracey
duplicate: Duplicate of #11716
4:57 PM Ticket #14325 (contrib.contenttypes - GenericForeignKey fails if assigned to an object which implements the ...) updated by Alex Gaynor
Needs tests, Triage Stage changed
4:53 PM fix_genericforeignkey_comparison.diff attached to Ticket #14325 by Martin Natano
4:52 PM Ticket #14325 (contrib.contenttypes - GenericForeignKey fails if assigned to an object which implements the ...) created by Martin Natano
Supposing you have a model with a GenericForeignKey: […] and a …
4:22 PM Ticket #14324 (Core (Other) - Django not rotating logs) updated by mikewash
4:22 PM Ticket #14324 (Core (Other) - Django not rotating logs) created by mikewash
System Information: Python 2.5.2 Apache 2.2 Windows XP I was trying …
2:47 PM Ticket #14323 (Core (Other) - ModelChoiceField does not catch ValueErrors in to_python()) created by Mike C. Fletcher
If you have an integer field reference (common) and a user passes a …
2:33 PM Ticket #12019 (Core (Cache system) - @cache_page with no args causes IndexError) updated by Luke Plant
(In [13865]) [1.2.X] Fixed #12019 - backwards compatibility issues …
2:32 PM Ticket #12019 (Core (Cache system) - @cache_page with no args causes IndexError) closed by Luke Plant
fixed: (In [13864]) Fixed #12019 - backwards compatibility issues with …
2:32 PM Changeset [9d6eeeec]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Luke Plant <L.Plant.98@…>
Fixed #12019 - backwards compatibility issues with cache_page …
2:17 PM Ticket #13747 (Documentation - Post 1.2 Development code wrongly included in 1.2 doc on Custom ...) reopened by anonymous
IMO this feature addition should be marked as added in 1.2, since the …
1:31 PM DevelopersForHire edited by jcarstens
(diff)
1:24 PM DevelopersForHire edited by jcarstens
(diff)
12:34 PM Ticket #14309 (Translations - Spanish translation on deleting objects) updated by asinox@…
I would like to help with this, but i cant find any Google groups …
11:23 AM Ticket #12090 (contrib.admin - Show admin actions on the edit pages too) updated by hamlet
Regarding the design issue let me propose to allow for a list of …
7:43 AM 14223.2.diff attached to Ticket #14223 by Ramiro Morales
Enhanced patch, check for django.db.IntegrityError instead of …
6:03 AM Ticket #5622 (Forms - Empty ipaddress raises an error (invalid input syntax for type inet: "")) updated by Chris Beaven
Milestone changed
How about we slate it for 1.3 then. Get some discussion going in …
5:58 AM Ticket #14322 (Forms - Please set default values for required and error css classes) created by dfoerster
I'm very happy about the fix for #3512 which makes it possible to set …
2:31 AM Ticket #5622 (Forms - Empty ipaddress raises an error (invalid input syntax for type inet: "")) updated by anonymous
Same problem as I've duplicated …
2:28 AM Ticket #14321 (Database layer (models, ORM) - IPAddressField inserted as empty string although null=True) closed by anonymous
duplicate: Sorry for the dupe. Same problem as …
1:43 AM Ticket #14321 (Database layer (models, ORM) - IPAddressField inserted as empty string although null=True) created by rihad@…
I have these fields in a model: […] When I "wrap" this model in a …
12:54 AM Ticket #14320 (Documentation - MySQL documentation needs to note lack of support for timezone info...) created by RantyDave
The current (5.1.50) version of MySQL has no support for timezone …
12:38 AM geos_validreason.1.diff attached to Ticket #14318 by Robert Coup
Patch against r13683 (without the random test_sqlite change this time)

Sep 20, 2010:

11:44 PM CaseStudyLeads edited by Jeremy Dunck
(diff)
11:03 PM new_test_signals_patch.diff attached to Ticket #14319 by Jim Dalton
Patch to add test_setup and test_teardown signals to Django test framework
11:02 PM Ticket #14319 (Testing framework - Add signals test_setup and test_teardown to Django test suite runner ...) created by Jim Dalton
I would like to submit a proposal (with patch) for two new signals to …
9:49 PM Ticket #8960 (Contrib apps - "View on site" does not work if contrib.sites is not installed) updated by CarlFK
Until the code is fixed, how about fixing the docs: …
9:04 PM Ticket #14223 (Database layer (models, ORM) - Inconsistent exception raising on DB integrity errors) updated by Ramiro Morales
Description changed
8:52 PM CaseStudyLeads edited by Jeremy Dunck
(diff)
8:45 PM Ticket #14318 (GIS - Add GEOSGeometry.valid_reason) created by Robert Coup
When you're messing with geometries it's handy to find out the reason …
7:22 PM Ticket #10870 (Database layer (models, ORM) - Aggregates with joins ignore extra filters provided by setup_joins) updated by Alex Gaynor
So I've been thinking about this, and I'm wondering whether it perhaps …
7:17 PM Ticket #14314 (Uncategorized - Import error on installation of Django 1.2.3) closed by Ramiro Morales
worksforme: Most surely that's the reason of the failures you are seeing. WinZip …
6:55 PM Ticket #14314 (Uncategorized - Import error on installation of Django 1.2.3) updated by gefisher
Replying to ramiro: > >>> Some things to check: Could be …
4:26 PM Ticket #14314 (Uncategorized - Import error on installation of Django 1.2.3) updated by Ramiro Morales
With the steps I took to reproduce this we've discovered that the …
3:55 PM Ticket #14314 (Uncategorized - Import error on installation of Django 1.2.3) reopened by gefisher
I've never installed Django before...this is a first for me. No ideas …
3:04 PM Ticket #13914 (contrib.auth - Add natural keys to contrib.auth.User and Group models) updated by Cesar Canassa
Cc changed
I am using his patch right now, so I can confirm that it works.
3:03 PM DjangoFriendlyWebHosts edited by MJones
Added Media Temple (ve) Server to the VPS options (diff)
2:59 PM Ticket #9806 (GIS - GeometryField crashes contrib.gis.admin) updated by Paul Winkler
Patch works for me against Django 1.2.3, at least against points. I …
2:45 PM Ticket #14317 (Internationalization - numberformat.format produces wrong results) created by Anssi Kääriäinen
The problem: […] It can be fixed with using '%.2f' % number (the …
2:31 PM Ticket #14316 (GIS - GeoModelAdmin forms have error on GeometryField) closed by Paul Winkler
duplicate: doh. just found #9806. The most recent patch …
2:25 PM Ticket #14316 (GIS - GeoModelAdmin forms have error on GeometryField) created by Paul Winkler
Given a model like this: […] And an Admin class like this: […] …
2:05 PM Ticket #14315 (Core (Cache system) - memcached doesn't support negative deltas for incr() and decr()) updated by Michael Manfre
The smart_str calls were added to make the incr() and decr() functions …
1:09 PM Ticket #14315 (Core (Cache system) - memcached doesn't support negative deltas for incr() and decr()) updated by Alex Gaynor
Triage Stage changed
Please don't mark your own tickets as RFC. In this case I'm not sure …
1:06 PM Ticket #9025 (contrib.admin - Nested Inline Support in Admin) updated by Marc Aymerich
Cc changed
12:54 PM Ticket #14315 (Core (Cache system) - memcached doesn't support negative deltas for incr() and decr()) updated by Michael Manfre
Milestone, Owner, Triage Stage changed
11:45 AM Ticket #14314 (Uncategorized - Import error on installation of Django 1.2.3) closed by Ramiro Morales
worksforme: Tried this with: * Windows XP 32 bits * Python 2.5.2 * Django …
11:41 AM Ticket #14315 (Core (Cache system) - memcached doesn't support negative deltas for incr() and decr()) created by Michael Manfre
cache.incr() and cache.decr() fail for memcached when delta < 0.
11:33 AM Ticket #14299 (Core (Cache system) - Add additional cache.*_many functions) updated by Michael Manfre
For clarification, I'm assuming you mean the Django API loosely mimics …
10:47 AM Ticket #8217 (Forms - Alphabetical sorted FilePathField) updated by paparent
Will this issue be fixed ?
10:45 AM Ticket #14299 (Core (Cache system) - Add additional cache.*_many functions) closed by Jacob
wontfix: Django's cache API deliberately mimics memcached's API. Specifically, …
10:07 AM Ticket #14314 (Uncategorized - Import error on installation of Django 1.2.3) created by gefisher
Hi, I have Windows 2000 pro. and Python 2.5.2 which I've been working …
9:13 AM CaseStudyLeads edited by Peter Baumgartner
Added Cisco (diff)
9:08 AM Ticket #9682 (Database layer (models, ORM) - icontains can be case-sensitive on MySQL) updated by Jakub Roztočil
Specifying COLLATE in comparisons and ORDER BY clause is a very common …
8:44 AM Ticket #14313 (contrib.admin - wrong display of field title in admin) updated by Ramiro Morales
Could you reduce your model and correspoding ModelAdmin to the …
8:38 AM Ticket #14290 (Internationalization - Rendering is very inefficient when USE_L10N. Caching format values ...) updated by Anssi Kääriäinen
Was this with just the latest patch to this ticket, or also with …
8:12 AM Ticket #9535 (Documentation - File uploads documentation is patchy) updated by onelson
This just came up on the mailing list, and as I started to look at the …
5:38 AM Ticket #14310 (Uncategorized - MySQL - collate in queries) closed by Karen Tracey
duplicate: This is essentially #9682
4:33 AM Ticket #14290 (Internationalization - Rendering is very inefficient when USE_L10N. Caching format values ...) updated by Teemu Kurppa
Just a quick update that the latest patch by akaariai is a great …
4:27 AM Ticket #14313 (contrib.admin - wrong display of field title in admin) created by Julian
I have a model with a field *timestamp_month* which I've added to the …
3:22 AM Ticket #14290 (Internationalization - Rendering is very inefficient when USE_L10N. Caching format values ...) updated by Anssi Kääriäinen
There is a different approach to all this. Cache the format string for …
2:28 AM Ticket #10427 (Forms - Bound field needs an easy way to get form value) updated by Wagner Sartori Junior
Cc changed
Replying to toxik: > Why isn't this merged into trunk …
1:59 AM Ticket #14217 (Core (System checks) - Add validation for model field name the same as the model name when ...) updated by Vlastimil Zíma
Cc changed

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: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/4.2.xstable/5.1.xstable/5.2.xstable/6.0.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)
Note: See TracTimeline for information about the timeline view.
Back to Top