Timeline



May 21, 2010:

5:46 PM Ticket #5515 (Contrib apps - Custom Permission Denied Pages) updated by paulc
Thanks Piotr, I appreciate your quick reply and your thoughts. I …
3:20 PM Ticket #13589 (Uncategorized - Annotate returns empty set without value arguments) updated by Adam Nelson
This is on psycopg2 in case that is relevant
2:51 PM Ticket #13589 (Uncategorized - Annotate returns empty set without value arguments) updated by Adam Nelson
Version changed
2:50 PM Ticket #13589 (Uncategorized - Annotate returns empty set without value arguments) created by Adam Nelson
With a class referring to itself via a foreign key, annotate does not …
2:39 PM newstyle_admin.diff attached to Ticket #13588 by Florian Apolloner
2:39 PM Ticket #13588 (contrib.admin - removing admin.root as per deprecation policy) created by Florian Apolloner
I started working on the admin deprecation stuff. There is one …
1:13 PM Ticket #13584 (File uploads/storage - django.forms FileField does not allow empty files.) updated by Adam Nelson
Component changed
12:17 PM Ticket #13572 (HTTP handling - QueryDict.copy().encoding is not set correctly) updated by Alex Gaynor
Triage Stage changed
11:47 AM Ticket #6234 (Core (Serialization) - Serialization with JSON and UTF-8, "ensure_ascii=False" invalid now?) updated by roklenardic
Version changed
This bug still happens in the latest 1.2 release of Django. Another …
9:57 AM Ticket #11250 (contrib.admin - InlineModelAdmin with can_delete) closed by Karen Tracey
fixed: This has been fixed, I believe by r12533.
9:25 AM Ticket #13573 (Template system - Cached template loader can return incorrect template) updated by Russell Keith-Magee
(In [13299]) Refs #13573 -- Modified the key technique added in r13295
9:25 AM Changeset [84060a1]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@…>
Refs #13573 -- Modified the key technique added in r13295 to be more …
9:09 AM Ticket #13577 (Translations - New Polish L10N formats file) closed by Jannis Leidel
fixed: (In [13298]) Fixed #13577 -- Updated Polish formats file. Thanks, ludwik.
9:09 AM Changeset [5acd9cd]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 Jannis Leidel <jannis@…>
Fixed #13577 -- Updated Polish formats file. Thanks, ludwik. …
9:08 AM Ticket #13569 (Uncategorized - Superuser auto-creation rejects usernames with '@', '-' or '+' characters) closed by Jannis Leidel
fixed: (In [13297]) Fixed #13569 -- Fixed createsuperuser management command …
9:08 AM Changeset [286ce85e]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 Jannis Leidel <jannis@…>
Fixed #13569 -- Fixed createsuperuser management command to work with …
9:07 AM Ticket #13560 (Forms - SplitDateTimeField(localize=True) fails as value gets converted to string) closed by Jannis Leidel
fixed: (In [13296]) Fixed #13560 -- Fixed localization of widgets. …
9:07 AM Changeset [b057a8b]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 Jannis Leidel <jannis@…>
Fixed #13560 -- Fixed localization of widgets. Particularly this …
9:03 AM zip_safe.diff attached to Ticket #13587 by Tim Graham
9:02 AM Ticket #13587 (Packaging - Set zip_safe = False in setup.py) created by Tim Graham
Django isn't zip_safe: […] Any reason not to set the zip_safe flag …
8:34 AM Ticket #13573 (Template system - Cached template loader can return incorrect template) updated by Alex Gaynor
Calling hash() here seems like a really bad idea. I'm just waiting …
8:27 AM Ticket #13586 (Documentation - Improvements in Signals.m2m_changed documentation) updated by David Larlet
Cc changed
8:27 AM Ticket #13586 (Documentation - Improvements in Signals.m2m_changed documentation) created by David Larlet
I think it should be …
8:24 AM Ticket #13585 (Documentation - Documentation explaining return value of update() run on a QuerySet is ...) closed by Karen Tracey
invalid: Did you actually try it? […] This is a MySQL project, so the …
8:07 AM 0001.Correct-update-on-queryset-return-value-documentation.patch attached to Ticket #13585 by bpp198
Documentation change.
8:07 AM Ticket #13585 (Documentation - Documentation explaining return value of update() run on a QuerySet is ...) created by bpp198
From http://docs.djangoproject.com/en/dev/topics/db/queries/ "The …
7:19 AM Ticket #13095 (Forms - modelform_factory, modelformset_factory, inlineformset_factory ...) updated by devinj
Needs tests, Summary changed
7:03 AM Ticket #13584 (File uploads/storage - django.forms FileField does not allow empty files.) updated by James Henstridge
7:03 AM Ticket #13584 (File uploads/storage - django.forms FileField does not allow empty files.) created by James Henstridge
The FileField.clean() method raises ValidationError if the uploaded …
6:49 AM Ticket #13560 (Forms - SplitDateTimeField(localize=True) fails as value gets converted to string) updated by Jannis Leidel
Triage Stage changed
Replying to russellm: > @jezdez - I've just added a …
6:21 AM urls.py attached to Ticket #13567 by Paul Garner
test file
6:21 AM template.html attached to Ticket #13567 by Paul Garner
test file
6:20 AM defaulttags.patch attached to Ticket #13567 by Paul Garner
backwards compatible with 'silent mode' flag
6:19 AM Ticket #13567 (Template system - cycle tag with 'as' shouldn't return a value) updated by Paul Garner
Here's a new patch so that cycle will accept a 'silent mode' flag as …
6:11 AM Ticket #13583 (Core (Other) - Invalid localization of error_messages in form fields) created by dmitry_nosov
If I use this construction: […] The error message output is …
5:37 AM DevelopersForHire edited by Marinho Brandão
(diff)
4:26 AM Ticket #13560 (Forms - SplitDateTimeField(localize=True) fails as value gets converted to string) updated by Russell Keith-Magee
@jezdez - I've just added a slightly revised version of the patch that …
4:24 AM 13560.2.diff attached to Ticket #13560 by Russell Keith-Magee
Minor cleanup of v1 patch
3:54 AM Ticket #13573 (Template system - Cached template loader can return incorrect template) closed by Russell Keith-Magee
fixed: (In [13295]) Fixed #13573 -- Corrected problem with template caching …
3:54 AM Changeset [8a6cb3d9]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 #13573 -- Corrected problem with template caching when template …
3:14 AM DevelopersForHire edited by aisayko
(diff)
3:13 AM DevelopersForHire edited by aisayko
(diff)
3:13 AM Ticket #13531 (Uncategorized - django.core.files.File throws an exception on _get_size) closed by Russell Keith-Magee
invalid: I'm going to mark this invalid because I can't work out the actual bug …
2:36 AM Ticket #13559 (contrib.sites - Need a contextprocessor for current site) updated by Russell Keith-Magee
Component, Triage Stage changed
2:35 AM Ticket #13562 (Database layer (models, ORM) - values() cannot follow reverse one-to-one relationship) updated by Russell Keith-Magee
Component, Triage Stage changed
2:33 AM Ticket #13564 (Forms - Provide class attributes for form fields) updated by Russell Keith-Magee
Owner, Status changed
2:33 AM Ticket #13564 (Forms - Provide class attributes for form fields) updated by Russell Keith-Magee
Status, Owner, Triage Stage changed
Agreed on the use case. My only concern is the extent to which this …
2:16 AM Ticket #13567 (Template system - cycle tag with 'as' shouldn't return a value) updated by Russell Keith-Magee
Triage Stage changed
The issue here is backwards compatibility - while I agree with your …
2:13 AM Ticket #13568 (Internationalization - KeyError raised in template rendering when the number of placeholders ...) updated by Russell Keith-Magee
Triage Stage, Milestone changed
2:03 AM Ticket #13569 (Uncategorized - Superuser auto-creation rejects usernames with '@', '-' or '+' characters) updated by Russell Keith-Magee
Triage Stage, Milestone changed
2:03 AM Ticket #13570 (Core (Mail) - SMTP backend should try harder to figure out the local host name) updated by Russell Keith-Magee
Triage Stage changed
2:03 AM Ticket #13571 (Uncategorized - Static files server for dev doesn't behave as expected with flatpage app) closed by Russell Keith-Magee
wontfix: This isn't really a problem with the flatpages app; it's an …
2:00 AM Ticket #13573 (Template system - Cached template loader can return incorrect template) updated by Russell Keith-Magee
Triage Stage, Needs tests, Milestone changed
1:58 AM Ticket #13576 (contrib.admin - Found a bug of checking permission rules in ...) closed by Russell Keith-Magee
duplicate: Looks like a duplicate of #13539; the fix proposed there looks like a …
1:53 AM Ticket #13577 (Translations - New Polish L10N formats file) updated by Russell Keith-Magee
Triage Stage changed
1:53 AM Ticket #13577 (Translations - New Polish L10N formats file) updated by Russell Keith-Magee
Triage Stage changed
1:53 AM Ticket #13578 (Documentation - Hack to prevent project files (passwords, etc.) from being served by ...) closed by Russell Keith-Magee
wontfix: Thanks for the suggestion, but I think that this is a bit out of scope …
1:50 AM Ticket #13579 (Database layer (models, ORM) - None gets ignored by __in filter) updated by Russell Keith-Magee
Triage Stage changed
This is an edge case caused by the fact that x = NULL and x IS NULL …
1:39 AM Ticket #13581 (GIS - improve naming of default coordinates for GeoModelAdmin¶) updated by Russell Keith-Magee
Component, Triage Stage changed
1:06 AM Ticket #12979 (Testing framework - TestCase disables savepoint_commit, savepoint_rollback) updated by Russell Keith-Magee
Milestone changed
Prima facie, yes, it looks fine (as in, it does what it says it …
12:58 AM Ticket #5515 (Contrib apps - Custom Permission Denied Pages) updated by Russell Keith-Magee
The reason there has been no movement in 10 months is that nobody has …
12:15 AM Ticket #13511 (Core (Other) - RegexValidator pattern is optional and should be required) updated by David Fischer
Has patch, Status changed
I switched the regex parameter to required to match the …
12:03 AM 13511-regexvalidator.diff attached to Ticket #13511 by David Fischer
switched regex parameter to be required

May 20, 2010:

11:23 PM Ticket #13582 (File uploads/storage - multiple files uploaded with same name are not iterable) closed by Karen Tracey
invalid: __getitem__ only returns the last value for multi-valued keys. See: …
11:04 PM Ticket #4027 (Documentation - Document how to make copies of model instances) updated by Forest Bond
Cc changed
Hi Luke, My patch does not rely on setting self.id to None. I will …
10:54 PM Ticket #11665 (Testing framework - django.test.TestCase should flush constraints) updated by Forest Bond
Cc changed
10:52 PM Ticket #12979 (Testing framework - TestCase disables savepoint_commit, savepoint_rollback) updated by Forest Bond
Cc changed
10:49 PM Ticket #11557 (Database layer (models, ORM) - get_latest_by should support multiple columns via tuple like ordering) updated by Forest Bond
Cc changed
Is my patch acceptable? It'd be great to see this in 1.3.
10:42 PM Ticket #13582 (File uploads/storage - multiple files uploaded with same name are not iterable) updated by anonymous
FYI I am using Django 1.2
10:41 PM Ticket #13582 (File uploads/storage - multiple files uploaded with same name are not iterable) created by anonymous
I am uploading a sound file with multiple images files associated …
10:36 PM Ticket #12979 (Testing framework - TestCase disables savepoint_commit, savepoint_rollback) updated by Forest Bond
No, #12087 deals with TransactionTestCase whereas this ticket is …
8:23 PM DjangoCon edited by Jannis Leidel
(diff)
8:22 PM Ticket #5515 (Contrib apps - Custom Permission Denied Pages) updated by paulc
Cc changed
Hey everyone, There seems to have been no movement on this in the …
8:22 PM Sprints edited by Jannis Leidel
(diff)
5:27 PM Ticket #12751 (Database layer (models, ORM) - order_by after select_related returns empty queryset) updated by jashugan
To clarify the above: The database schema allowed for null values …
5:18 PM Ticket #12751 (Database layer (models, ORM) - order_by after select_related returns empty queryset) updated by jashugan
I had the same symptoms as this problem. I believe the problem was …
4:52 PM Ticket #13581 (GIS - improve naming of default coordinates for GeoModelAdmin¶) created by Tyler Erickson
The GeoModelAdmin class currently has properties of default_lon and …
4:33 PM Ticket #607 (contrib.admin - Admin option to show/hide fields) closed by Carl Meyer
wontfix: Please don't just reopen tickets closed by a core developer; bring it …
3:51 PM Ticket #1028 (contrib.syndication - High-level feed framework should make more feed elements available) updated by anonymous
Version changed
3:15 PM Ticket #607 (contrib.admin - Admin option to show/hide fields) reopened by anonymous
Hi - I'm reopening this because the rationale for closing it was that …
2:52 PM Ticket #13580 (Documentation - Change form.name_of_field.errors to form.errors in doc) closed by anonymous
invalid
2:39 PM Ticket #13580 (Documentation - Change form.name_of_field.errors to form.errors in doc) created by buddelkiste@…
I think at …
2:18 PM Ticket #13579 (Database layer (models, ORM) - None gets ignored by __in filter) created by Martin Chase
[…] I haven't tested with the above code exactly, but this is the …
2:18 PM Ticket #13578 (Documentation - Hack to prevent project files (passwords, etc.) from being served by ...) created by JonathanHayward
For …
2:01 PM Ticket #7028 (contrib.admin - Better admin raw_id_fields feedback) updated by mrts
getAdminMediaPrefix() is unneccessary in 1.2. See #11967 and …
1:59 PM Sprints edited by Jacob
(diff)
1:59 PM Sprints edited by Jacob
(diff)
1:18 PM DevelopersForHire edited by performativeweb
(diff)
12:28 PM Ticket #13562 (Database layer (models, ORM) - values() cannot follow reverse one-to-one relationship) updated by Alex Gaynor
Bah you're totally right about that, sorry for my confusion :)
12:15 PM Ticket #13562 (Database layer (models, ORM) - values() cannot follow reverse one-to-one relationship) updated by Ben Davis
Alex, I'm a bit confused why you're asking about nullable foreign keys …
11:14 AM polish_formats.diff attached to Ticket #13577 by Ludwik Trammer
11:10 AM Ticket #13577 (Translations - New Polish L10N formats file) created by Ludwik Trammer
Updated Polish formats.py file, taking advantage of new L10N features …
9:49 AM querydict-copy-encoding-fix-and-tests.patch attached to Ticket #13572 by adammck
9:27 AM Ticket #5390 (Database layer (models, ORM) - Add signals to ManyRelatedManager) updated by frans
good point. Sorry for the confusion, I should have done my homework better.
9:24 AM django_contrib_admin_actions-fix-perms-check-bug.diff attached to Ticket #13576 by pelid80@…
9:23 AM Ticket #13576 (contrib.admin - Found a bug of checking permission rules in ...) created by pelid80@…
In case of custom ModelAdmin.has_delete_permission method …
9:17 AM Ticket #11319 (Database layer (models, ORM) - ForeignKey filters use the wrong field to prepare values for database) updated by Ramiro Morales
#13574 reported the same issue as #13343 and contained a patch with …
9:15 AM Ticket #13574 (Database layer (models, ORM) - ManyToManyFields using through won't respect to_field parameter in ...) closed by Ramiro Morales
duplicate: Duplicate of #13343 that was closed in favor of #11319. I will add a …
9:10 AM Ticket #5390 (Database layer (models, ORM) - Add signals to ManyRelatedManager) updated by Russell Keith-Magee
No, you shouldn't reopen the ticket. This "problem" is an orthogonal …
7:42 AM Ticket #5390 (Database layer (models, ORM) - Add signals to ManyRelatedManager) updated by frans
I certainly don't want to be a killjoy but it looks like r12223 still …
7:15 AM Ticket #13560 (Forms - SplitDateTimeField(localize=True) fails as value gets converted to string) updated by Jannis Leidel
Has patch changed
7:14 AM 13560.1.diff attached to Ticket #13560 by Jannis Leidel
Updated form localization to also happen in the widgets for render …
7:02 AM Ticket #13575 (Internationalization - nb/nn locale not a valid python locale) closed by Jannis Leidel
worksforme: Can't reproduce this, probably missing locales in the OS. …
6:56 AM ticket13095_r13294.diff attached to Ticket #13095 by devinj
Updated patch, also fixes modelform_factory and modelformset_factory. …
6:48 AM Ticket #13575 (Internationalization - nb/nn locale not a valid python locale) updated by oyvind
Correction: The reason for this is that neither "nb" or "nn" is in …
6:45 AM nb_nn_fix.diff attached to Ticket #13575 by oyvind
Temporary fix
6:44 AM django_m2m_field_name_regressiontest.diff attached to Ticket #13574 by aitorciki
6:43 AM Ticket #13575 (Internationalization - nb/nn locale not a valid python locale) created by oyvind
If this code is run in the django shell: […] The returned …
6:42 AM django_m2m_field_name.diff attached to Ticket #13574 by aitorciki
6:41 AM Ticket #13574 (Database layer (models, ORM) - ManyToManyFields using through won't respect to_field parameter in ...) created by aitorciki
When a ManyToManyField is set to use an existing model with …
5:07 AM 36-include-template_dirs-in-template-caching-hash.diff attached to Ticket #13573 by Chris Lamb
5:06 AM Ticket #13573 (Template system - Cached template loader can return incorrect template) created by Chris Lamb
The cached.Loader's find_template method constructs a cache key …
3:16 AM Ticket #13560 (Forms - SplitDateTimeField(localize=True) fails as value gets converted to string) updated by Jannis Leidel
Component, Triage Stage changed
2:28 AM Ticket #11686 (Internationalization - Support for gettext's contexts) updated by Torsten Bronger
Cc changed
1:57 AM Ticket #811 (Core (Other) - IPv6 address field support) updated by Johann Queuniet <johann.queuniet@…>
Patch needs improvement changed
1:21 AM Ticket #13560 (Forms - SplitDateTimeField(localize=True) fails as value gets converted to string) updated by just an idea
perhaps it would be best to move localization into the widget at all, …
12:28 AM Ticket #13572 (HTTP handling - QueryDict.copy().encoding is not set correctly) updated by Alex Gaynor
Patch needs improvement changed
Bah, I didn't notice that there were 2 patches, one with tests and the …
12:27 AM Ticket #12103 (contrib.auth - Add AuthenticationForm.confirm_login_allowed to allow customizing the ...) updated by Brandon M Height
Cc, Needs tests changed
12:26 AM 12103_tests.diff attached to Ticket #12103 by Brandon M Height
Tests associated to the patch. Unfortunately I did this with doctests. …
12:19 AM Ticket #13572 (HTTP handling - QueryDict.copy().encoding is not set correctly) updated by adammck
What needs improvement? It appears to be a pretty isolated problem …

May 19, 2010:

11:55 PM Ticket #13572 (HTTP handling - QueryDict.copy().encoding is not set correctly) updated by Alex Gaynor
Patch needs improvement, Component, Triage Stage changed
11:55 PM querydict-copy-encoding-fix.patch attached to Ticket #13572 by adammck
11:54 PM querydict-copy-encoding-tests.patch attached to Ticket #13572 by adammck
11:54 PM Ticket #13572 (HTTP handling - QueryDict.copy().encoding is not set correctly) created by adammck
When QueryDict.copy() is called, a new (mutable) querydict is …
8:54 PM Ticket #13163 (contrib.admin - Display link to change-form on inlines where model is registered in ...) updated by Simon Meers
Milestone changed
8:54 PM Ticket #13165 (contrib.admin - Display edit link beside add button for ForeignKey fields in admin) updated by Simon Meers
Needs tests changed
8:53 PM combined_13163_13165.diff attached to Ticket #13165 by Simon Meers
Combined patch for #113163 and #13165
8:52 PM combined_13163_13165.diff attached to Ticket #13163 by Simon Meers
Combined patch for #113163 and #13165
8:21 PM Ticket #13565 (Database layer (models, ORM) - Using syncdb with Oracle using synonyms causes ORA-00955.) updated by anonymous
Replying to kmtracey: > This sounds like a good use case …
5:22 PM Ticket #13571 (Uncategorized - Static files server for dev doesn't behave as expected with flatpage app) created by Chris Tandiono
Or does it? (I tried searching for this bug but I didn't find it...) …
4:53 PM Ticket #11651 (contrib.admin - Allow list_editable form fields to be customized separately from ...) updated by Adam Vandenberg
Needs documentation, Needs tests changed
4:53 PM customize_list_editable4.diff attached to Ticket #11651 by Adam Vandenberg
Patch with docs and tests, against 1.2.1
4:40 PM Ticket #11293 (Database layer (models, ORM) - Filters on aggregates lose connector) updated by dlevine
Super helpful zbyte64, thanks! Similarly hacked. I agree that a …
3:35 PM 12103_method_on_form_corrected.diff attached to Ticket #12103 by Ethan Jucovy
fix NameError
3:19 PM Ticket #13562 (Database layer (models, ORM) - values() cannot follow reverse one-to-one relationship) updated by Alex Gaynor
I'm not talking about select_related() (it should of course never …
3:05 PM Ticket #13562 (Database layer (models, ORM) - values() cannot follow reverse one-to-one relationship) updated by Ben Davis
Cc changed
Yes, if you do Place.objects.all().select_related('restaurant'), it …
1:07 PM Ticket #3400 (contrib.admin - Support for lookup separator with list_filter admin option) updated by Sam Bull
Cc changed
12:22 PM Ticket #13570 (Core (Mail) - SMTP backend should try harder to figure out the local host name) created by Jacob
Django's SMTP backend sets the local_hostname argument to …
11:28 AM Ticket #11651 (contrib.admin - Allow list_editable form fields to be customized separately from ...) updated by Adam Vandenberg
Where would be a good place to cram in some tests for this? …
11:12 AM i18n_13568.2.diff attached to Ticket #13568 by deltoide
Fix + regression test (with link to this bug 13568)
10:42 AM Ticket #811 (Core (Other) - IPv6 address field support) updated by Johann Queuniet <johann.queuniet@…>
Also, a few cosmetic changes to address prior remark on IPv6/IP6 …
10:38 AM ipv6-13294.diff attached to Ticket #811 by Johann Queuniet <johann.queuniet@…>
patch bump to r13294, updated to 1.2 validators
10:24 AM Ticket #13562 (Database layer (models, ORM) - values() cannot follow reverse one-to-one relationship) updated by Alex Gaynor
Do we do left outer joins for forward relations now?
10:10 AM Ticket #13569 (Uncategorized - Superuser auto-creation rejects usernames with '@', '-' or '+' characters) created by steve@…
Despite the change that allows username fields to now contain '@', '-' …
10:00 AM Ticket #13562 (Database layer (models, ORM) - values() cannot follow reverse one-to-one relationship) updated by Ben Davis
@Alex: I would argue that it should not filter out all …
10:00 AM DjangoDesign edited by xcephe
revert spam (diff)
9:47 AM Ticket #13568 (Internationalization - KeyError raised in template rendering when the number of placeholders ...) updated by deltoide
Has patch changed
9:47 AM i18n_13568.diff attached to Ticket #13568 by deltoide
Fix + regression test
9:45 AM Ticket #13568 (Internationalization - KeyError raised in template rendering when the number of placeholders ...) updated by deltoide
Owner changed
9:45 AM Ticket #13568 (Internationalization - KeyError raised in template rendering when the number of placeholders ...) created by deltoide
Here is a simple example to reproduce the bug: template file: …
9:31 AM patch7028-8.patch attached to Ticket #7028 by stanislas.guerra@…
Patch for Django 1.2
9:29 AM Ticket #811 (Core (Other) - IPv6 address field support) updated by Adam Nelson
Patch is there - just a bug in Trac. Anyway, it does not apply cleanly.
9:16 AM Ticket #1282 (Generic views - archive_today generic view should accept a month_format parameter ...) updated by Adam Nelson
Patch needs improvement changed
9:15 AM ticket1282-rev13294.diff attached to Ticket #1282 by Adam Nelson
Patch updated as of rev:13294
9:06 AM Ticket #1282 (Generic views - archive_today generic view should accept a month_format parameter ...) updated by Adam Nelson
Hm, wasn't aware of that bug in Trac. Anyway, the patch doesn't apply …
9:04 AM Ticket #6183 (contrib.admin - [patch] Support help_text with ManyToMany field widgets) updated by mattjmorrison
I'm not sure if this is really a separate issue, but it seems related …
8:43 AM Ticket #13567 (Template system - cycle tag with 'as' shouldn't return a value) created by Paul Garner
if you use the 'as' form of the cycle tag, eg: […] ...that cycle …
8:29 AM Ticket #13134 (Translations - Updated hebrew translations) updated by Shai Berger
Curse non-working mail notifications. For the record, most credit here …
8:14 AM DjangoDesign edited by IknowBB
(diff)
7:35 AM Ticket #11725 (Forms - Unable to have label tags without a "for" attribute in form widgets) updated by Alex Gaynor
The patch is clearly missing tests, which are not optional.
7:35 AM Ticket #13566 (Documentation - Typo in 1.2 release notes) closed by Karen Tracey
fixed: (In [13294]) Fixed #13566, a typo in the 1.2 release notes. Thanks …
7:35 AM Changeset [6b2fd346]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 Karen Tracey <kmtracey@…>
Fixed #13566, a typo in the 1.2 release notes. Thanks johnthedebs. …
7:29 AM Ticket #13565 (Database layer (models, ORM) - Using syncdb with Oracle using synonyms causes ORA-00955.) updated by Karen Tracey
This sounds like a good use case for the model Meta …
7:28 AM ticket8528-1.2.diff attached to Ticket #8528 by arnaudr
Patches cleanly against 1.2
7:24 AM Ticket #11725 (Forms - Unable to have label tags without a "for" attribute in form widgets) updated by DenisMartinez
This patch has been accepted since Django 1.0, so can it be included …
4:22 AM Ticket #13566 (Documentation - Typo in 1.2 release notes) created by John Debs
Line 345 in /django/trunk/docs/releases/1.2.txt is: {{{ The following …
2:16 AM Distributions edited by Chris Tandiono
fix erroneus macports links (diff)
1:56 AM Ticket #13565 (Database layer (models, ORM) - Using syncdb with Oracle using synonyms causes ORA-00955.) created by ash@…
When working with legacy databases and Django, Oracle has a nice …
12:28 AM Ticket #12103 (contrib.auth - Add AuthenticationForm.confirm_login_allowed to allow customizing the ...) updated by Brandon M Height
No problem ejucovy, I do however have one concern here with regards to …
12:01 AM Ticket #13564 (Forms - Provide class attributes for form fields) created by h3
I work a lot with Django forms and I'm also working on grappelli and …

May 18, 2010:

10:25 PM Ticket #13563 (Documentation - geodjango tutorial broken for 1.2.x) closed by Jacob
fixed: (In [13293]) Fixed #13563, a typo in the GeoDjango tutorial.
10:25 PM Changeset [747e8dfe]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 #13563, a typo in the GeoDjango tutorial. git-svn-id: …
7:41 PM Ticket #13556 (contrib.admin - admin.exclude thinks that a m2m field that is missing from a modelform.) updated by Chris Beaven
Works for me now too. Seems that it was some stale *.pyc files left …
7:40 PM Ticket #2316 (contrib.contenttypes - GenericRelation and get_or_create do not work together) updated by Alex Gaynor
Component changed
7:32 PM Ticket #12103 (contrib.auth - Add AuthenticationForm.confirm_login_allowed to allow customizing the ...) updated by Ethan Jucovy
Replying to lasko: > I don't see anything wrong with this …
7:29 PM Ticket #2316 (contrib.contenttypes - GenericRelation and get_or_create do not work together) updated by Karen Tracey
Replying to jonozzz: Note it's not necessary to change …
7:19 PM Ticket #2316 (contrib.contenttypes - GenericRelation and get_or_create do not work together) updated by jonozzz
Version, Milestone changed
Looks like this one missed another milestone, 1.2 is out and this …
7:10 PM Ticket #2316 (contrib.contenttypes - GenericRelation and get_or_create do not work together) updated by jonozzz
Cc changed
6:29 PM Ticket #13563 (Documentation - geodjango tutorial broken for 1.2.x) updated by Karen Tracey
Component, Milestone, Triage Stage changed
The pattern should actually be: […] The admin.site.root form is …
5:49 PM Ticket #12103 (contrib.auth - Add AuthenticationForm.confirm_login_allowed to allow customizing the ...) updated by Brandon M Height
Needs documentation changed
I don't see anything wrong with this implementation and would be +1 to …
5:36 PM Ticket #13563 (Documentation - geodjango tutorial broken for 1.2.x) created by TerryBrown <terry_n_brown@…>
The geodjango tutorial at …
4:20 PM Ticket #9025 (contrib.admin - Nested Inline Support in Admin) updated by Erik Allik
Cc changed
4:12 PM Ticket #1282 (Generic views - archive_today generic view should accept a month_format parameter ...) updated by Karen Tracey
What do you mean by patch is missing? If you mean it looks empty when …
4:09 PM Ticket #13562 (Database layer (models, ORM) - values() cannot follow reverse one-to-one relationship) updated by Alex Gaynor
Seems reasonable to me, but honest question: this is going to filter …
4:04 PM Ticket #1282 (Generic views - archive_today generic view should accept a month_format parameter ...) updated by Adam Nelson
Patch needs improvement, Triage Stage changed
Patch is missing (is this a problem with all the older uploads?) and …
4:02 PM Ticket #811 (Core (Other) - IPv6 address field support) updated by Adam Nelson
Triage Stage changed
4:02 PM Ticket #811 (Core (Other) - IPv6 address field support) updated by Adam Nelson
Patch needs improvement changed
Somehow the latest patches seem to be gone.
3:58 PM Ticket #56 (Database layer (models, ORM) - Primary key columns should be UNSIGNED) updated by Adam Nelson
Triage Stage changed
Resetting triage stage so hopefully a patch goes into the next major …
3:46 PM values-reverse-one-to-one__test-only.diff attached to Ticket #13562 by Ben Davis
Patch for test that should pass.
3:45 PM Ticket #13562 (Database layer (models, ORM) - values() cannot follow reverse one-to-one relationship) created by Ben Davis
This is similar to #7270, which fixed reverse-one-to-one when doing …
3:29 PM Ticket #13555 (contrib.admin - Removing CSRF protection from subclassed django admin sites) closed by Jacob
wontfix: Turning off CSRF protection in the admin should *not* be easy: it's a …
11:42 AM DjangoResources edited by David JL
(diff)
11:08 AM localized_splitdatetimefield.patch attached to Ticket #13560 by David Danier <david.danier@…>
11:07 AM Ticket #13560 (Forms - SplitDateTimeField(localize=True) fails as value gets converted to string) created by David Danier <david.danier@…>
I tried the new localization-features in Django 1.2, activating …
8:14 AM Ticket #13473 (contrib.localflavor - BRCPFField and BRCNPJField updates for localflavor.br) updated by Guilherme Gondim (semente) <semente@…>
Cc changed
sorry for the many changes
8:12 AM Ticket #13473 (contrib.localflavor - BRCPFField and BRCNPJField updates for localflavor.br) updated by Guilherme Gondim (semente) <semente@…>
Cc changed
8:11 AM Ticket #13473 (contrib.localflavor - BRCPFField and BRCNPJField updates for localflavor.br) updated by Guilherme Gondim (semente) <semente@…>
Cc changed
7:36 AM Ticket #13559 (contrib.sites - Need a contextprocessor for current site) created by Artem Skoretskiy
If you use Sites app you would need to use current site instance in …
6:06 AM Ticket #11077 (Testing framework - Django's built-in tests fail when using url reverse tags in default ...) updated by stringfellow
+1 re: comment from ogai Very irritating! Making tests …
4:59 AM Ticket #6896 (Database layer (models, ORM) - Add ability to store only relative paths in a FilePathField) updated by Dirk Eschler
Cc changed
4:32 AM Ticket #5622 (Forms - Empty ipaddress raises an error (invalid input syntax for type inet: "")) updated by imbaczek
what's the status on this issue? i've just hit it and it's a bit baffling.
2:24 AM Ticket #4102 (Database layer (models, ORM) - Allow UPDATE of only specific fields in model.save()) updated by das
Cc changed
2:24 AM Ticket #2705 (Database layer (models, ORM) - [patch] Add optional FOR UPDATE clause to QuerySets) updated by Alexander Koshelev
Cc changed
2:19 AM Ticket #13556 (contrib.admin - admin.exclude thinks that a m2m field that is missing from a modelform.) updated by Gabriel Hurley
It may or may not be the case here, but I saw that type of error when …
2:19 AM Ticket #4102 (Database layer (models, ORM) - Allow UPDATE of only specific fields in model.save()) updated by dulepov
Cc changed
2:18 AM Ticket #4102 (Database layer (models, ORM) - Allow UPDATE of only specific fields in model.save()) updated by dulepov
Cc changed
1:26 AM Ticket #4604 (Contrib apps - session-based messages) updated by Thomas Güttler
Cc changed
1:24 AM Ticket #13557 (Uncategorized - Select all missing from admin panel) updated by rj
Hey sorry. My bad. In my app I have mytemplates directory which is a …
1:02 AM Ticket #13557 (Uncategorized - Select all missing from admin panel) updated by Karen Tracey
Version changed
I still see the header checkbox, really. Do you have javascript disabled?
12:55 AM Ticket #13557 (Uncategorized - Select all missing from admin panel) updated by rj
Yes i am talking about selecting all items in a change list for admin …
12:33 AM Ticket #13557 (Uncategorized - Select all missing from admin panel) closed by Karen Tracey
invalid: Please be more specific. Are you talking about selecting all items in …
12:03 AM Ticket #13556 (contrib.admin - admin.exclude thinks that a m2m field that is missing from a modelform.) closed by Karen Tracey
worksforme: I can't recreate this -- listing a ManyToManyField in exclude for a …
Note: See TracTimeline for information about the timeline view.
Back to Top