Timeline



Feb 6, 2010:

11:34 PM Ticket #12097 (Documentation - ModelChoiceField does not document required queryset parameter properly) updated by Preston Holmes
Replying to anonymous: > on re-reading the original …
11:33 PM Ticket #12097 (Documentation - ModelChoiceField does not document required queryset parameter properly) updated by anonymous
Triage Stage changed
on re-reading the original version it is technically complete. …
10:49 PM Ticket #12151 (contrib.comments - UnicodeEncodeError from django.contrib.comments.views.utils line 41.) updated by Thejaswi Puthraya
I believe I jumped the gun by trying to fix the problem by using the …
10:17 PM Ticket #12427 (Core (Cache system) - cmemcache has been retired / add support for cmemcached) updated by jeffreymcmanus
Cc changed
9:58 PM csrf.diff attached to Ticket #12808 by coryjacobseb
9:56 PM csrf.patch attached to Ticket #12808 by coryjacobsen
9:56 PM Ticket #12808 (Uncategorized - errorCSRF() got an unexpected keyword argument 'reason'.) created by coryjacobsen
The CSRF Middleware fails when a cross site request is made. …
8:52 PM Ticket #12804 (Uncategorized - decorating admin views doesn't work) closed by Luke Plant
invalid: OK, if you remove the 'decorator' call from your code, it has the same …
8:14 PM Ticket #10216 (Template system - TEMPLATE_DEBUG / TemplateSyntaxError handling doesn't play nice with Jinja2) updated by Armin Ronacher
Why not just check if the exc_value is an instance of django's …
8:04 PM templatefix.patch attached to Ticket #12787 by jkatzer
patch file to fix the bug
8:04 PM Ticket #12787 (Template system - TemplateDoesNotExist exception does not report the correct template_name) updated by jkatzer
Status, Owner, Has patch, Needs tests changed
this patch fixes it, but my testing suite is currently broken …
8:03 PM Ticket #11675 (Core (Cache system) - Support new memcached wrapper pylibmc) updated by otherjacob
Status, Owner, Has patch changed
I'm going to go ahead and adopt Alex's suggestion for future library …
7:57 PM Ticket #12804 (Uncategorized - decorating admin views doesn't work) updated by Luke Plant
If your decorator is assuming a method, rather than a function (which …
7:53 PM Ticket #11907 (Forms - EmailField should run strip()) reopened by Alex Gaynor
No patch was committed to Django, tickets are not fixed when a patch …
7:52 PM Ticket #11907 (Forms - EmailField should run strip()) closed by Daniel Gonzalez Gasull
fixed: Added fix based on krisneuharth's diff. Added test.
7:49 PM 11907.2.diff attached to Ticket #11907 by Daniel Gonzalez Gasull
Fix with test.
7:38 PM 12068.diff attached to Ticket #12068 by Stefan Moluf
Same patch, but with some nitpicky style changes
6:47 PM Ticket #11907 (Forms - EmailField should run strip()) updated by Daniel Gonzalez Gasull
Needs documentation, Has patch, Needs tests changed
6:41 PM Ticket #11680 (Documentation - add references to EMAIL* settings when discussing error notifications) updated by Jeremy Dunck
Status, Owner, Triage Stage changed
6:37 PM 11680.diff attached to Ticket #11680 by Jeff Ammons
Fix for docs
6:30 PM Ticket #11789 (Database layer (models, ORM) - Aggregates ignore none()) updated by Alex Gaynor
Triage Stage changed
6:30 PM Ticket #12807 (Database layer (models, ORM) - Empty results break when part of ORs) updated by Samuel Cormier-Iijima
Sorry about the formatting (should probably use preview next time). …
6:28 PM Ticket #12519 (Documentation - Incorrect Documentation for Model.objects.raw()) updated by eculver
Has patch changed
6:27 PM 12807.patch attached to Ticket #12807 by Samuel Cormier-Iijima
6:26 PM Ticket #12807 (Database layer (models, ORM) - Empty results break when part of ORs) created by Samuel Cormier-Iijima
The following query: `User.objects.filter((Q(pk=3) | …
6:05 PM Ticket #11907 (Forms - EmailField should run strip()) updated by Daniel Gonzalez Gasull
Status, Owner changed
5:50 PM Ticket #12005 (Forms - django.forms.fields.email_re doesn't handle single-letter subdomains) updated by Jason Yosinski
Cc changed
5:50 PM Ticket #12645 (Forms - UnicodeEncodeError when validating forms with non-ascii field names) updated by unbracketed
Patch needs improvement, Triage Stage changed
Patch doesn't cover all cases. For example, printing a form created …
5:47 PM Ticket #12787 (Template system - TemplateDoesNotExist exception does not report the correct template_name) updated by anonymous
Owner changed
5:47 PM ModelChoiceField_doc.diff attached to Ticket #12097 by Jason Yosinski
5:40 PM Ticket #12645 (Forms - UnicodeEncodeError when validating forms with non-ascii field names) updated by unbracketed
Status, Owner changed
5:36 PM Ticket #11789 (Database layer (models, ORM) - Aggregates ignore none()) updated by noah
Has patch, Status, Owner changed
5:33 PM Ticket #12005 (Forms - django.forms.fields.email_re doesn't handle single-letter subdomains) closed by Daniel Gonzalez Gasull
invalid: It isn't clear if this ticket refers to 2nd level or 3rd level …
5:32 PM EmailField_single_letter_domains.diff attached to Ticket #12005 by Daniel Gonzalez Gasull
5:26 PM Ticket #1275 (Validators - email validator does not accept single letter subdomains) updated by Jason Yosinski
Cc changed
5:24 PM Ticket #11907 (Forms - EmailField should run strip()) updated by krisneuharth
Owner, Needs documentation, Has patch, Needs tests changed
5:02 PM 11789.diff attached to Ticket #11789 by noah
A patch for this ticket
5:01 PM DevelopersForHire edited by Alexander
(diff)
4:59 PM Ticket #12802 (Documentation - InlineModelAdmin.form: inlineformset_factory, not formset_factory) updated by unbracketed
Has patch, Triage Stage changed
I verified that the form is indeed passed to in …
4:55 PM 12802_update_doc.diff attached to Ticket #12802 by unbracketed
Changes formset_factory to inlineformset_factory
4:55 PM Ticket #12068 (Template system - The {% url %} parser can fail with StopIteration) updated by Stefan Moluf
Owner changed
4:51 PM Ticket #12802 (Documentation - InlineModelAdmin.form: inlineformset_factory, not formset_factory) updated by unbracketed
Owner, Status changed
4:48 PM Ticket #12275 (Documentation - small naming fix for django's sphinx documentation) updated by Jason Yosinski
Has patch changed
Looks like this has a patch and is ready for review.
4:38 PM Ticket #11680 (Documentation - add references to EMAIL* settings when discussing error notifications) updated by Jeff Ammons
Has patch changed
4:31 PM rawqueryset-example-doc.diff attached to Ticket #12519 by eculver
Update example to show that Manager.raw() returns RawQuerySet instance.
4:29 PM Ticket #11907 (Forms - EmailField should run strip()) updated by krisneuharth
Needs documentation, Has patch, Needs tests changed
4:28 PM 11907.diff attached to Ticket #11907 by krisneuharth
Patch for #11907
4:28 PM Ticket #11907 (Forms - EmailField should run strip()) updated by krisneuharth
Owner, Status changed
4:25 PM Ticket #12069 (Template system - The {% url %} parser silently ignores anything after an "as varname" clause) updated by Jeff Schenck
Status, Owner, Has patch changed
4:24 PM url_parser_syntax.diff attached to Ticket #12069 by Jeff Schenck
Patch for url template tag parsing
4:17 PM BetterErrorMessages edited by unbracketed
(diff)
4:15 PM Ticket #12285 (Forms - Confusing error message when ModelForm does not have model set) updated by unbracketed
Cc changed
4:11 PM Ticket #12613 (Template system - phone2numeric doesn't convert the letters 'Q' or 'Z'.) updated by Gabriel Hurley
Needs tests changed
4:06 PM phone2numeric_complete_test.diff attached to Ticket #12613 by Gabriel Hurley
Adds test for phone2numeric that uses a full English pangram plus …
4:04 PM Ticket #12804 (Uncategorized - decorating admin views doesn't work) updated by anonymous
Replying to Charles Leifer: > looks like you're passing in …
4:03 PM Ticket #11903 (HTTP handling - WSGIRequest.path not quoted properly) updated by krisneuharth
Has patch, Needs tests changed
4:01 PM 11903.diff attached to Ticket #11903 by krisneuharth
Patch for #11903
4:00 PM Ticket #12773 (Documentation - Update FAQ to indicate supported Python versions) reopened by Karen Tracey
Note I intentionally left it open as a to-do for the 2.7 question. Not …
3:59 PM Ticket #11903 (HTTP handling - WSGIRequest.path not quoted properly) updated by krisneuharth
Owner, Status changed
3:58 PM Ticket #11903 (HTTP handling - WSGIRequest.path not quoted properly) updated by anonymous
Status, Owner changed
3:56 PM Ticket #12773 (Documentation - Update FAQ to indicate supported Python versions) closed by Alex Gaynor
fixed: Bah, my apologies.
3:51 PM Ticket #2443 (Database layer (models, ORM) - Add IntervalField to database models) updated by Alex Gaynor
Milestone changed
We are now passed the 1.2 feature freeze.
3:48 PM Ticket #12773 (Documentation - Update FAQ to indicate supported Python versions) updated by Karen Tracey
Note djansoft is right: the dos have already been updated to remove …
3:36 PM Ticket #12420 (Database layer (models, ORM) - "OneToOneField doesn't allow assignment of None") updated by Alex Gaynor
Needs tests, Triage Stage, Patch needs improvement changed
3:33 PM t12420_4.diff attached to Ticket #12420 by Andrii Kurinnyi
3:20 PM t12420_3.diff attached to Ticket #12420 by Andrii Kurinnyi
Added assert for form.is_valid()
3:19 PM Ticket #12005 (Forms - django.forms.fields.email_re doesn't handle single-letter subdomains) updated by Daniel Gonzalez Gasull
Owner changed
3:19 PM BetterErrorMessages edited by unbracketed
(diff)
3:14 PM Ticket #12097 (Documentation - ModelChoiceField does not document required queryset parameter properly) updated by Jason Yosinski
Has patch changed
Patch submitted and ready for review.
3:11 PM Ticket #12773 (Documentation - Update FAQ to indicate supported Python versions) reopened by Alex Gaynor
Please don't close tickets filed by core developers
3:09 PM Ticket #12773 (Documentation - Update FAQ to indicate supported Python versions) closed by Daniel Gonzalez Gasull
invalid: The FAQ is correctly showing what versions of Python are supported. …
2:58 PM t12420_2.diff attached to Ticket #12420 by Andrii Kurinnyi
Changed name of the test method to be more descriptive
2:55 PM t12420_1.diff attached to Ticket #12420 by Andrii Kurinnyi
Better patch with tests
2:48 PM Changeset [d334713e]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 James Bennett <ubernostrum@…>
Clarify number of deprecations in the beta release. git-svn-id: …
2:47 PM Ticket #12773 (Documentation - Update FAQ to indicate supported Python versions) updated by Daniel Gonzalez Gasull
Owner changed
2:41 PM Ticket #12804 (Uncategorized - decorating admin views doesn't work) updated by Charles Leifer
looks like you're passing in self as the first parameter of your …
2:18 PM Ticket #12239 (Database layer (models, ORM) - Float is rounded to integer on queries on integer field) updated by aroy
Owner, Status changed
2:16 PM Ticket #12806 (Database layer (models, ORM) - Implement __getitem__ on RawQuerySet) created by vbabiy
Would be a nice shortcut to get one result back, especially if your …
2:06 PM doc_patch.diff attached to Ticket #12805 by vbabiy
Patch that fixes the docs
2:05 PM Ticket #12805 (Documentation - Raw method docs are misleading) created by vbabiy
http://docs.djangoproject.com/en/dev/topics/db/sql/#django.db.models.Ma
1:36 PM Ticket #11680 (Documentation - add references to EMAIL* settings when discussing error notifications) updated by Jeff Ammons
Owner changed
1:35 PM Ticket #12420 (Database layer (models, ORM) - "OneToOneField doesn't allow assignment of None") updated by Andrii Kurinnyi
Owner changed
1:29 PM Ticket #12323 (Core (Other) - Ease handling of static files (e.g. included in apps)) updated by Jannis Leidel
Version changed
As a matter of reference I'd like to point to my app …
1:22 PM Ticket #12420 (Database layer (models, ORM) - "OneToOneField doesn't allow assignment of None") updated by Alex Gaynor
Milestone, Patch needs improvement, Has patch, Needs tests changed
1:22 PM Ticket #12420 (Database layer (models, ORM) - "OneToOneField doesn't allow assignment of None") updated by Alex Gaynor
Please change […] to […] Also, needs tests.
1:01 PM t12420.diff attached to Ticket #12420 by Andrii Kurinnyi
1:01 PM Ticket #3569 (contrib.syndication - extend Atom feed support for other fields) updated by Alex Gaynor
Milestone changed
Feature freeze has come and gone.
12:35 PM Ticket #12097 (Documentation - ModelChoiceField does not document required queryset parameter properly) updated by Jason Yosinski
Status, Owner changed
12:28 PM Ticket #6646 (Template system - included template blocks are not being overridden by parent template.) updated by walpatal
Owner changed
12:22 PM Sprint201002LA edited by Jason Yosinski
(diff)
11:43 AM Ticket #12323 (Core (Other) - Ease handling of static files (e.g. included in apps)) updated by Eric Holscher
Triage Stage changed
11:41 AM Ticket #12613 (Template system - phone2numeric doesn't convert the letters 'Q' or 'Z'.) updated by Eric Holscher
Needs tests, Triage Stage changed
Could use a test that breaks currently and passes with the patch.
11:40 AM Ticket #12324 (Translations - Translation of reset password e-mail subject in french) updated by Eric Holscher
Component, Triage Stage changed
10:43 AM Ticket #12399 (Core (Cache system) - memcached not working as expected when setting keys with a timeout > ...) updated by gciotta
Milestone, Version changed
10:38 AM Sprint201002LA edited by Jason Yosinski
(diff)
10:38 AM Sprint201002LA edited by Jason Yosinski
(diff)
10:37 AM memcached-timeout-fixes-with-tests-r12394.diff attached to Ticket #12399 by gciotta
With tests, tested against today's r12394
10:10 AM Ticket #12804 (Uncategorized - decorating admin views doesn't work) created by Florian Apolloner
[…] raises the following error: […] I tried using …
10:06 AM DevelopersForHire edited by colingourlay
Moved my contact details from United Kingdom to Australia, now that … (diff)
9:58 AM Ticket #11159 (Testing framework - Test client encode_file doesn't set content-type properly) updated by notanumber
Needs tests changed
9:24 AM Ticket #12803 (contrib.admin - Provide styling for warning and error messages) updated by Beat Bolli
Sorry, this is a Git patch that needs to be applied with patch -p1.
9:22 AM message-style.diff attached to Ticket #12803 by Beat Bolli
CSS and template patch
9:21 AM Ticket #12803 (contrib.admin - Provide styling for warning and error messages) created by Beat Bolli
The new contrib.messages framework provides for different message …
9:09 AM Ticket #12801 (Database layer (models, ORM) - Allow empty non-nullable ForeignKey fields until save()) closed by Luke Plant
duplicate: If you disagree with the closing of #12708, opening a duplicate bug is …
8:08 AM Ticket #12802 (Documentation - InlineModelAdmin.form: inlineformset_factory, not formset_factory) created by Tay Ray Chuan
The [http://docs.djangoproject.com/en/1.1/ref/contrib/admin/#form
7:19 AM Ticket #12801 (Database layer (models, ORM) - Allow empty non-nullable ForeignKey fields until save()) updated by Luc Saffre
7:19 AM Ticket #12801 (Database layer (models, ORM) - Allow empty non-nullable ForeignKey fields until save()) created by Luc Saffre
[…]
6:16 AM DjangoFriendlyWebHosts edited by Florian
(diff)
5:08 AM Sprint201002LA edited by jkatzer
(diff)
4:16 AM Ticket #12800 (Documentation - Same description for the two SQL syntax coloring palettes) created by rasmus
On the django-admin/#syntax-coloring part two palettes are described, …
4:15 AM Ticket #12780 (contrib.admin - Provide a hook for compound form/formset validation in ModelAdmin) updated by mrts
Has patch changed
4:15 AM Ticket #12780 (contrib.admin - Provide a hook for compound form/formset validation in ModelAdmin) updated by mrts
See http://gist.github.com/296411 for example usage.
3:58 AM DevelopersForHire edited by scott
Added Red Robot Studios link (diff)
3:32 AM pdf-output-fix.patch attached to Ticket #12799 by ivan.savov@…
One newline character packaged with lots off diff language ;)
3:30 AM Ticket #12799 (Documentation - missing newline causes an error on the pdf build of the django ...) created by Ivan Savov
I wanted to have a pdf of all the django docs, and sphinx makes this …
1:49 AM Ticket #12798 (Documentation - Markup typo in 1.2 release notes) updated by Andrew Badr
Cc changed
1:41 AM Ticket #12798 (Documentation - Markup typo in 1.2 release notes) updated by Andrew Badr
Triage Stage changed
May I? The problem is visible here: …
1:39 AM 0001-Fix-1.2-release-markup.patch attached to Ticket #12798 by Andrew Badr
1:39 AM Ticket #12798 (Documentation - Markup typo in 1.2 release notes) created by Andrew Badr
Extra ":" messing things up.
12:40 AM Ticket #11520 (Uncategorized - Release tarball includes useless ".DS_Store" files) closed by James Bennett
fixed: This is fixed with the 1.2 beta package. The problem was with one tool …
12:05 AM Changeset [ae986666]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 James Bennett <ubernostrum@…>
Bump version info to 1.2 beta. git-svn-id: …
12:05 AM Ticket #10850 (File uploads/storage - Impossible to stop a large file upload mid-stream) updated by Robin
Replying to grahamd: > The best you would achieve is to …

Feb 5, 2010:

11:48 PM Changeset [8c43d2e]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 James Bennett <ubernostrum@…>
Couple final tweaks to the release notes. git-svn-id: …
11:32 PM Changeset [8c50f9d]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 James Bennett <ubernostrum@…>
Fix reST error in release notes. git-svn-id: …
11:25 PM Changeset [d4c034d]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 James Bennett <ubernostrum@…>
Add 1.2 beta release notes to release notes index. git-svn-id: …
11:19 PM Changeset [f30f151]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 James Bennett <ubernostrum@…>
Reorganize the beta release notes a bit and trim down the section on …
10:50 PM Ticket #12089 (Testing framework - test client fails to collect sub-contexts) updated by Russell Keith-Magee
IMHO, Backwards incompatibilities in test suites are even *more* …
10:21 PM Ticket #12791 (Core (Mail) - Setting encoding on EmailMessage does not produce intended result) closed by Russell Keith-Magee
duplicate: I suspect this is a duplicate of #11924.
9:57 PM Changeset [2638c90c]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 James Bennett <ubernostrum@…>
Clarify object-level permissions. git-svn-id: …
9:37 PM Changeset [7f975df]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 James Bennett <ubernostrum@…>
Initial draft of 1.2 beta release notes. git-svn-id: …
9:14 PM Ticket #12797 (Documentation - changepassword documented as change_password) closed by James Bennett
fixed: (In [12387]) Fixed #12797: Corrected typo in the documentation for the …
9:14 PM Changeset [091a6316]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 James Bennett <ubernostrum@…>
Fixed #12797: Corrected typo in the documentation for the …
8:01 PM 12152-3.diff attached to Ticket #12152 by Matt McClanahan
Remove unnecessary uses of getattr
7:47 PM Ticket #12797 (Documentation - changepassword documented as change_password) updated by Alex Gaynor
Triage Stage changed
7:45 PM 12797-1.diff attached to Ticket #12797 by Matt McClanahan
7:45 PM Ticket #12797 (Documentation - changepassword documented as change_password) created by Matt McClanahan
The changepassword management command added in [12351] doesn't match …
7:33 PM Sprint201002LA edited by Andrii Kurinnyi
Added myself to the sprint attendees (diff)
6:29 PM Ticket #12787 (Template system - TemplateDoesNotExist exception does not report the correct template_name) updated by anonymous
Applying bisection shows this is a regression introduced in r11862
6:22 PM Ticket #12796 (contrib.admin - Change in django.db.models.options.get_verbose_name) created by rafaelsdm
In order to make the code more readable I suggest to change the lambda …
6:05 PM safe_year.2.diff attached to Ticket #12524 by Gabriel Farrell
now with test
5:57 PM Ticket #12524 (Core (Serialization) - Bad formatting on dates in JSON serializer causes ValidationError in ...) updated by Gabriel Farrell
Needs tests changed
5:48 PM Ticket #12795 (Documentation - MessageMiddleware missing from default MIDDLEWARE_CLASSES value ...) created by anonymous
The MIDDLEWARE_CLASSES code block at …
5:15 PM Ticket #12790 (contrib.auth - redirect_to in django.contrib.auth.views.* must be urlquoted) closed by Karen Tracey
duplicate: #11522 is already open for the general problem of an exception when …
5:07 PM Ticket #12787 (Template system - TemplateDoesNotExist exception does not report the correct template_name) updated by Karen Tracey
Description, Triage Stage changed
(Reformatted description. Please use preview.)
5:06 PM Sprint201002LA edited by Jeremy Dunck
(diff)
4:55 PM Ticket #12235 (contrib.admin - MultiValueDictKeyError when editing Inline objects) updated by jacek99@…
Getting the same error on one-to-many relationships with an existing …
3:49 PM Ticket #12613 (Template system - phone2numeric doesn't convert the letters 'Q' or 'Z'.) updated by Gabriel Hurley
Status, Owner changed
2:37 PM Ticket #12794 (Internationalization - Interaction between sessions and django.views.i18n.set_language causes ...) updated by anonymous
Cc changed
2:36 PM Ticket #12794 (Internationalization - Interaction between sessions and django.views.i18n.set_language causes ...) created by alessandro.gudio+bugzilla@…
The django.views.i18n.set_language view uses the session to store the …
12:17 PM Ticket #12767 (Database layer (models, ORM) - Problem running syncdb with a multi-db router that restricts auth to a ...) updated by jonj
Cc changed
12:08 PM Ticket #11640 (Testing framework - 1.1 Test framework fails if CACHE_BACKEND = dummy) updated by Dan Loewenherz
Status, Owner changed
11:58 AM Ticket #12417 (Core (Other) - Add signing and signed cookies to Django) updated by anonymous
Status, Owner, Triage Stage, Milestone changed
11:28 AM Ticket #12089 (Testing framework - test client fails to collect sub-contexts) updated by Antti Kaihola
Replying to russellm: > I can see what you're trying to …
10:59 AM Ticket #12793 (contrib.admin - jQuery error if action=None in Modeladmin) created by Florian Apolloner
!jQuery only get's included if admin actions aren't None, but there is …
10:54 AM Ticket #12279 (Database layer (models, ORM) - prepare_database_save in add_update_fields makes some custom fields be ...) closed by Russell Keith-Magee
wontfix: I'm going to mark this wontfix. I can see that you're having a …
10:48 AM Ticket #12248 (Template system - django.template.__init__ code should move to avoid circular imports) updated by korpios
Sure, I can whip up an updated patch; as you pointed out, it's largely …
10:42 AM Ticket #12277 (Documentation - Admin action example should use verbose_name in message_bit) closed by Russell Keith-Magee
wontfix: I'm not convinced that this change improves the documentation. The …
10:39 AM Ticket #12275 (Documentation - small naming fix for django's sphinx documentation) updated by Russell Keith-Magee
Component, Milestone, Triage Stage changed
10:38 AM Ticket #12273 (contrib.formtools - django.contrib.formtools.utils.security_hash resulting in different ...) updated by Russell Keith-Magee
Triage Stage, Milestone changed
10:37 AM Ticket #12217 (Documentation - FlatpageFallbackMiddleware means view middleware is not applied) updated by Russell Keith-Magee
Triage Stage changed
10:36 AM Ticket #12268 (Database layer (models, ORM) - [PATCH] can't do %s on extra select) updated by Russell Keith-Magee
Needs tests, Triage Stage, Needs documentation changed
10:34 AM Ticket #12265 (Forms - Media (js/css) collection strategy in Forms has no order dependence concept) updated by Russell Keith-Magee
Triage Stage changed
10:33 AM Ticket #12264 (Forms - calendar.js depends on jsi18n but date widgets using it do not specify ...) updated by Russell Keith-Magee
Triage Stage changed
10:32 AM Ticket #12249 (Documentation - csrf_token not clear in User Authentication docs) updated by Russell Keith-Magee
Triage Stage, Milestone changed
10:31 AM Ticket #12248 (Template system - django.template.__init__ code should move to avoid circular imports) updated by Russell Keith-Magee
Patch needs improvement, Triage Stage, Milestone changed
Patch needs to be updated following recent updates to the template …
10:24 AM Ticket #9764 (Forms - IDN (Internationalized Domain Names) support for EmailField and URLField) updated by Jannis Leidel
Yes, please add a versionadded: 1.2 section.
10:23 AM Ticket #12247 (Database layer (models, ORM) - update on empty queryset in which the update kwargs refer to inherited ...) updated by Russell Keith-Magee
Triage Stage, Milestone changed
10:22 AM Ticket #12246 (contrib.admin - contrib.admin's JavaScript functions should be namespaced) updated by Russell Keith-Magee
Triage Stage changed
Agreed, although this should probably be done as part of a wholesale …
10:20 AM Ticket #12241 (contrib.admin - Admin forgets URL used for prefilling forms when hitting Save and add ...) updated by Russell Keith-Magee
Triage Stage changed
10:20 AM Ticket #12240 (Database layer (models, ORM) - select_related doesn't work correctly when mixing nullable and ...) updated by Russell Keith-Magee
Triage Stage, Milestone changed
10:19 AM Ticket #12239 (Database layer (models, ORM) - Float is rounded to integer on queries on integer field) updated by Russell Keith-Magee
Triage Stage, Milestone changed
10:18 AM Ticket #12238 (contrib.admin - ModelAdmin ignores dynamic fields of ModelForm) updated by Russell Keith-Magee
Needs tests, Triage Stage changed
10:15 AM Ticket #3214 (Database layer (models, ORM) - [patch] raw sql file doesn't recognize quotes correctly) updated by Shaun Cutts
Replying to russellm: Souunds good to me... -- Thanks, …
10:10 AM Ticket #12236 (Database layer (models, ORM) - When subquery returns more than 1 row MySQL leads to error) closed by Russell Keith-Magee
invalid: As alex says, the query doesn't make any sense, and the error message …
10:08 AM Ticket #12235 (contrib.admin - MultiValueDictKeyError when editing Inline objects) updated by Russell Keith-Magee
Triage Stage, Milestone changed
10:00 AM Ticket #12231 (Core (Other) - The project path is incorrectly build, it wipe the namespace) updated by Russell Keith-Magee
Patch needs improvement, Triage Stage changed
9:55 AM Ticket #12229 (Documentation - ImageField.save should be documented upfront and obvious) updated by Russell Keith-Magee
Triage Stage, Milestone changed
9:54 AM Ticket #3214 (Database layer (models, ORM) - [patch] raw sql file doesn't recognize quotes correctly) updated by Russell Keith-Magee
Caveat - I'm accepting the "run bulk SQL as a single block if …
9:51 AM Ticket #3214 (Database layer (models, ORM) - [patch] raw sql file doesn't recognize quotes correctly) reopened by Russell Keith-Magee
Replying to akaihola: > Replying to [comment:15
9:50 AM Ticket #12792 (Template system - admin templates get wrong perms on installation in 1.1.1 tarball) updated by anonymous
Triage Stage changed
I think there is something going onn here, this report and #12159
9:48 AM Ticket #12225 (Database layer (models, ORM) - sql/*.sql files don't work if they contain %) closed by Russell Keith-Magee
duplicate: Duplicate of 3214
9:43 AM Ticket #12221 (Core (Management commands) - Allow custom management commands to define bash completion arguments) updated by Russell Keith-Magee
Triage Stage changed
9:42 AM Ticket #12174 (Uncategorized - bash completion for python manage.py) closed by Russell Keith-Magee
fixed: (In [12386]) Fixed #12174 -- Corrected Bash command line completion …
9:42 AM Changeset [17435299]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 #12174 -- Corrected Bash command line completion when calling …
9:01 AM Ticket #12174 (Uncategorized - bash completion for python manage.py) reopened by Russell Keith-Magee
I misunderstood the report. This is for "python manage.py" …
8:56 AM Ticket #12217 (Documentation - FlatpageFallbackMiddleware means view middleware is not applied) updated by Russell Keith-Magee
Component, Milestone changed
Yeah - I think this is a documentation issue.
8:53 AM Ticket #11788 (Core (Cache system) - cache_page decorator doesn't work with HttpResponses whose content is ...) updated by Russell Keith-Magee
#12214 is related to this problem.
8:53 AM Ticket #12214 (Core (Cache system) - never_cache decorator breaks HttpResponse with iterator content) updated by Russell Keith-Magee
Triage Stage changed
#11788 is related here.
8:50 AM Ticket #12213 (Forms - Initial data and addition queryset_filter for formset from ...) closed by Russell Keith-Magee
fixed: I think this may have been resolved by some of the changes introduced …
8:49 AM Ticket #12405 (contrib.auth - django.contrib.auth.views.logout() should support LOGOUT_REDIRECT_URL) updated by Cory Walker
I don't have a patch, I was just making sure you were claiming it. If …
8:45 AM Ticket #12212 (Template system - inclusion_tag behavior on variable not in context is inconsistent) updated by Russell Keith-Magee
Triage Stage changed
8:43 AM Ticket #2740 (Core (Other) - Specifying an order_with_respect_to for a self referential one to many ...) updated by thefekete
Also having exact same problem with 1.1.1, anybody have a work around?
8:39 AM Ticket #8060 (contrib.admin - Admin Inlines do not respect user permissions) updated by Russell Keith-Magee
#12211 points out that this also affects group permissions (not …
8:39 AM Ticket #12211 (contrib.admin - Admin inlines do not respect group permissions) closed by Russell Keith-Magee
duplicate: Yes, this is a dupe of #8060.
8:38 AM Ticket #12210 (Database layer (models, ORM) - sqlite backend: REFERENCES clause not created with quoted ForeignKey field) closed by Russell Keith-Magee
wontfix: Intended isn't perhaps the right description, but it is correct (or …
8:34 AM Ticket #12206 (Core (Management commands) - manage.py fails if management commands directory contains only ...) updated by Russell Keith-Magee
Triage Stage changed
8:21 AM Ticket #12151 (contrib.comments - UnicodeEncodeError from django.contrib.comments.views.utils line 41.) updated by Russell Keith-Magee
Triage Stage changed
8:20 AM Ticket #12199 (Template system - Give 'firstof' tag ability to assign result to context) updated by Russell Keith-Magee
Triage Stage, Milestone changed
8:19 AM Ticket #12201 (Internationalization - django-admin.py makemessages could show the line number when it fails) updated by Russell Keith-Magee
Triage Stage changed
8:18 AM Ticket #12792 (Template system - admin templates get wrong perms on installation in 1.1.1 tarball) created by tjboring
as part of upgrading from 0.96 to 1.1.1, i followed the steps outlined …
8:18 AM Ticket #12196 (Forms - EmailField reject this email address [email protected]) updated by Russell Keith-Magee
Triage Stage, Milestone changed
8:17 AM Ticket #12193 (Documentation - Add details to the i18n documentation for translation of model classes ...) updated by Russell Keith-Magee
Patch needs improvement, Triage Stage, Milestone changed
Will need to be updated to be integrated into the changes for #10260, …
8:17 AM Ticket #10260 (Documentation - i18n documentation refactoring) updated by Russell Keith-Magee
Milestone changed
8:15 AM Ticket #12189 (Core (Cache system) - Cache database backend should use rollback_unless_managed) updated by Russell Keith-Magee
Milestone, Has patch, Triage Stage changed
8:13 AM Ticket #12188 (contrib.databrowse - Nullable numeric and date fields cause ValueError and ValidationError ...) updated by Russell Keith-Magee
Triage Stage changed
7:55 AM Ticket #12184 (Database layer (models, ORM) - Post/Pre-Save signal on queryset update) closed by Russell Keith-Magee
wontfix: I'm not sure it's practical to do so. We're able to send a signal to …
7:49 AM Ticket #12183 (Template system - urlize doesn't always add rel=nofollow) updated by Russell Keith-Magee
Needs tests, Triage Stage changed
7:49 AM Ticket #12180 (Database layer (models, ORM) - ProgrammingError thrown with autocommit: True if first query on ...) updated by Russell Keith-Magee
Triage Stage changed
7:47 AM Ticket #11012 (Core (Cache system) - Memcached cache module fails when retrieving binary strings via ...) updated by Russell Keith-Magee
#12178 was a dupe with a slightly different approach in the patch …
7:46 AM Ticket #12178 (Core (Cache system) - Should be able to manually store non-text in the memcached backend) closed by Russell Keith-Magee
duplicate: Dupe of #11012.
7:44 AM Ticket #12175 (Uncategorized - bash completion with spaces in the path) closed by Russell Keith-Magee
worksforme
7:42 AM Ticket #12174 (Uncategorized - bash completion for python manage.py) closed by Russell Keith-Magee
worksforme
7:40 AM Ticket #12524 (Core (Serialization) - Bad formatting on dates in JSON serializer causes ValidationError in ...) updated by Eric Holscher
Triage Stage, Needs tests, Milestone changed
Could use a test case.
7:38 AM Ticket #5833 (contrib.admin - Custom FilterSpecs) updated by Russell Keith-Magee
#12173 raised the issue of ORs in filterspecs.
7:35 AM Ticket #12784 (Documentation - Template tag and filter decorator fix) updated by jimhark
Replying to kmtracey: > I've not encountered any problem …
7:35 AM Ticket #12173 (contrib.admin - hability to use OR in filterspecs) closed by Russell Keith-Magee
duplicate: #5833 covers a much broader range of improvements for filterspecs.
7:27 AM Ticket #4102 (Database layer (models, ORM) - Allow UPDATE of only specific fields in model.save()) updated by Russell Keith-Magee
#12172 raised a side effect that should be a logical consequence of …
7:27 AM Ticket #12172 (Database layer (models, ORM) - Improve save() handling of deferred fields) closed by Russell Keith-Magee
duplicate: I agree with alex - this is essentially a logical consequence of …
7:26 AM Ticket #12171 (Database layer (models, ORM) - transaction.savepoint_rollback fails with postgresql DATABASE_ENGINE) updated by Russell Keith-Magee
Triage Stage changed
7:23 AM Ticket #12170 (Template system - Use ellipsis instead of three periods in truncatewords) closed by Russell Keith-Magee
wontfix: As noted by the anonymous commenter, the decision to use the unicode …
7:17 AM DevelopersForHire edited by Yuri van der Meer
Added my name (Yuri van der Meer) as Amsterdam, Netherlands-based … (diff)
7:08 AM Ticket #12169 (Database layer (models, ORM) - QuerySet method count() on models with a manytomanyfield not working ...) closed by Russell Keith-Magee
fixed: It appears that this problem has been fixed - it was probably a result …
7:04 AM Ticket #12162 (Template system - cycle should have an option to call value without actually cycling) closed by Russell Keith-Magee
invalid: This is already possible […]
7:00 AM Ticket #12791 (Core (Mail) - Setting encoding on EmailMessage does not produce intended result) updated by oyvind
Milestone changed
6:59 AM Ticket #12791 (Core (Mail) - Setting encoding on EmailMessage does not produce intended result) updated by oyvind
Keywords changed
6:58 AM Ticket #12159 (Core (Other) - Installation procedure does not set correct permissions on template files) closed by Russell Keith-Magee
worksforme: We have plenty of evidence that the installation procedure works, and …
6:54 AM Ticket #12791 (Core (Mail) - Setting encoding on EmailMessage does not produce intended result) created by oyvind
[…] Produces a message with a header that says it is iso-8859-1, …
6:48 AM Ticket #12157 (File uploads/storage - FileSystemStorage does file I/O inefficiently, despite providing ...) updated by Russell Keith-Magee
Triage Stage changed
6:47 AM Ticket #12153 (Database layer (models, ORM) - broken sql-statement with ordering and inheritance chain (posgresql ...) updated by Russell Keith-Magee
Triage Stage, Milestone changed
6:43 AM Ticket #12151 (contrib.comments - UnicodeEncodeError from django.contrib.comments.views.utils line 41.) updated by Russell Keith-Magee
Needs tests, Patch needs improvement, Has patch changed
Blanket catching of "Exception" isn't a good idea. Also needs a test.
6:41 AM Ticket #12140 (HTTP handling - urlencode empty list encoding bug & fix) updated by Russell Keith-Magee
Needs tests, Triage Stage changed
6:40 AM Ticket #12139 (Forms - forms.fields.DateTimeField and TimeField so not accept stringified ...) updated by Russell Keith-Magee
Patch needs improvement, Needs tests, Triage Stage changed
5:44 AM fix.diff attached to Ticket #12790 by Sergey Maranchuk
5:44 AM Ticket #12790 (contrib.auth - redirect_to in django.contrib.auth.views.* must be urlquoted) created by Sergey Maranchuk
Redirect via next param to url with unicode raise exception: …
5:20 AM Ticket #12772 (Template system - Allow loading template tags by fully qualified python module path) updated by paluh
Cc changed
5:19 AM Ticket #12772 (Template system - Allow loading template tags by fully qualified python module path) updated by paluh
Cc changed
5:01 AM ticket12780.patch attached to Ticket #12780 by mrts
4:44 AM Ticket #12788 (Core (Cache system) - ConditionalGetMiddleware behavior improvement.) closed by Russell Keith-Magee
duplicate: Duplicate of #12789
4:13 AM Ticket #11522 (HTTP handling - UnicodeEncodeError on redirect to non-ASCII Location) updated by anonymous
have this problem to, pls fix it
2:48 AM Ticket #12788 (Core (Cache system) - ConditionalGetMiddleware behavior improvement.) updated by penzoil
Actually, can you DROP this ticket please, I created another one which …
2:47 AM fix_middleware_http.diff attached to Ticket #12789 by penzoil
2:46 AM Ticket #12789 (Core (Cache system) - ConditionalGetMiddleware behavior improvement.) created by penzoil
This patch is intended to improve the behavior of the …
2:42 AM Ticket #12788 (Core (Cache system) - ConditionalGetMiddleware behavior improvement.) updated by penzoil
I was wondering if it would be possible to remove my email from the …
2:27 AM Ticket #12788 (Core (Cache system) - ConditionalGetMiddleware behavior improvement.) updated by penzoil <fredericbochmann@…>
Sorry for attaching the file 3 times, I just couldn't see it display …
2:22 AM fix_middleware_http.3.diff attached to Ticket #12788 by penzoil <fredericbochmann@…>
2:22 AM fix_middleware_http.2.diff attached to Ticket #12788 by penzoil <fredericbochmann@…>
2:21 AM fix_middleware_http.diff attached to Ticket #12788 by penzoil <fredericbochmann@…>
2:20 AM Ticket #12788 (Core (Cache system) - ConditionalGetMiddleware behavior improvement.) created by penzoil <fredericbochmann@…>
This patch is intended to improve the behavior of the …

Feb 4, 2010:

11:46 PM Ticket #12787 (Template system - TemplateDoesNotExist exception does not report the correct template_name) created by trigeek38
When calling templateA which {% includes templateB %} that does not …
11:46 PM Ticket #12164 (Core (Other) - Remove Python 2.3 imports) updated by Alex Gaynor
Triage Stage changed
In past we've said we didn't want to do this because it makes …
11:45 PM Ticket #12167 (Uncategorized - related objects should not trigger db query on reverese related lookup) closed by Alex Gaynor
wontfix: Fixing this is *really* not easy. Closing as wontfix, this isn't even …
11:41 PM Ticket #12149 (Uncategorized - pre_save is not called before the overridden save() method on a model) closed by Alex Gaynor
invalid: The pattern you want is simply not possible with code, you need to …
11:38 PM Ticket #12710 (contrib.localflavor - South Korea (KR) localflavor package) updated by Alex Gaynor
Triage Stage changed
11:38 PM Ticket #12713 (contrib.admin - Fire 'onChange' event when adding a new option to a select box) updated by Alex Gaynor
Triage Stage changed
Marking as accepted, but really I think the solution is to rewrite …
11:37 PM Ticket #12716 (contrib.admin - Validation display error in change list.) updated by Alex Gaynor
Triage Stage, Milestone changed
11:36 PM Ticket #12731 (Database layer (models, ORM) - Manager.raw() doesn't work with Multi-table inheritance) updated by Alex Gaynor
Triage Stage changed
11:36 PM Ticket #12733 (GIS - Added support for Extent aggregate on mysql databases) updated by Alex Gaynor
Triage Stage changed
11:36 PM Ticket #12734 (Database layer (models, ORM) - defer() then save() of model with custom field results in data corruption) updated by Alex Gaynor
Triage Stage, Milestone changed
11:36 PM Ticket #12735 (Core (Management commands) - django shell is broken with IPython 0.11.x (bzr.r1219)) updated by Alex Gaynor
Triage Stage changed
11:35 PM Ticket #12737 (Uncategorized - Thread local settings) updated by Alex Gaynor
Triage Stage changed
Marking as DND, but I think this should be marked wontfix. This isn't …
11:35 PM Ticket #12739 (Database layer (models, ORM) - Inconsistent sorting behavior in mult-table inheritance query for ...) closed by Alex Gaynor
invalid: This looks to be a DB level inconsistency, not something Django can …
11:34 PM Ticket #12772 (Template system - Allow loading template tags by fully qualified python module path) updated by Alex Gaynor
Triage Stage changed
11:33 PM Ticket #12775 (Core (Serialization) - Enable `dumpdata --exclude app_label.model`) updated by Alex Gaynor
Triage Stage changed
11:32 PM Ticket #12779 (Internationalization - Form fields don't handle localized numbers correctly) updated by Alex Gaynor
Triage Stage changed
11:32 PM Ticket #12782 (Database layer (models, ORM) - Develop a stable, public API for ``Model._meta``) updated by Alex Gaynor
Triage Stage changed
11:32 PM Ticket #12786 (django-admin.py runserver - runserver --settings option does not work.) updated by Alex Gaynor
Triage Stage changed
11:31 PM Sprint201002LA edited by Alex Gaynor
(diff)
11:27 PM Ticket #12405 (contrib.auth - django.contrib.auth.views.logout() should support LOGOUT_REDIRECT_URL) updated by Dan Loewenherz
I'm claiming it, although I wouldn't exactly call it a bug ;). Did …
11:15 PM Sprint201002LA edited by Daniel Gonzalez Gasull
(diff)
10:38 PM Ticket #12786 (django-admin.py runserver - runserver --settings option does not work.) created by ErikW
I just updated to the latest trunk r12384 and the settings option for …
10:01 PM Ticket #6027 (Core (Other) - FileWrapper iterator drained by GzipMiddleware before content can be ...) updated by Forest Bond
Cc changed
9:01 PM Ticket #12148 (contrib.auth - Don't use invalid backend from the Session to load the user in ...) updated by Tamas Szabo
Added a new version of the patch that moves the tests to …
8:59 PM Ticket #12785 (Documentation - Docs do not 'warn' against the use of auto_now and auto_now_add) updated by Alex Gaynor
For the record, this is also a dupe of a ticket I filed many a moon ago.
8:59 PM auth_get_user_patch_v2.diff attached to Ticket #12148 by Tamas Szabo
8:54 PM Ticket #12785 (Documentation - Docs do not 'warn' against the use of auto_now and auto_now_add) closed by Russell Keith-Magee
wontfix: I know Jacob and Adrian (and I think Malcolm) are historically …
8:46 PM Ticket #12785 (Documentation - Docs do not 'warn' against the use of auto_now and auto_now_add) created by joshhunt@…
There is nothing the the Model Field Reference documentation that …
8:23 PM Ticket #12771 (contrib.humanize - Humanize with natural time) updated by Jannis Leidel
Cc changed
7:54 PM Ticket #3594 (Internationalization - Translation problem in javascript) updated by Jannis Leidel
(In [12385]) [1.1.X] Fixed #3594 - Added ability to discard the …
7:54 PM Changeset [01d43168]stable/1.1.x by Jannis Leidel <jannis@…>
[1.1.X] Fixed #3594 - Added ability to discard the language catalog in …
7:43 PM Ticket #3594 (Internationalization - Translation problem in javascript) closed by Jannis Leidel
fixed: (In [12384]) Fixed #3594 - Added ability to discard the language …
7:43 PM Changeset [8600ad4]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 #3594 - Added ability to discard the language catalog in the …
7:27 PM Ticket #12784 (Documentation - Template tag and filter decorator fix) closed by Karen Tracey
worksforme: I've not encountered any problem following the current docs, omitting …
6:59 PM Ticket #12784 (Documentation - Template tag and filter decorator fix) created by jimhark
I think the main page for this documentation is: …
6:44 PM Tickets #11869,​12783 batch updated by Jannis Leidel
fixed: (In [12383]) Fixed #11869 - Prevent deadlocks when calling gettext …
6:44 PM Changeset [cdeb90e]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 #11869 - Prevent deadlocks when calling gettext utilities on …
6:44 PM Ticket #12777 (Translations - Decimal fields aren't correctly localized) closed by Jannis Leidel
fixed: (In [12382]) Fixed #12777 - Localize decimal fields correctly. Thanks, …
6:44 PM Changeset [a28bd76b]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 #12777 - Localize decimal fields correctly. Thanks, Florian …
6:02 PM Ticket #11869 (Internationalization - makemessages command hangs when there're many errors in the .po file) updated by Ramiro Morales
Has patch, Version changed
I've implemented (and tested under Linux and Windows with .po files …
5:55 PM Ticket #12783 (Internationalization - makemessages creates broken .po files since r12296 when updating them ...) created by Ramiro Morales
In r12296 a migration from os.popen3() to subprocess.Popen() to …
5:38 PM 11869-1.diff attached to Ticket #11869 by Ramiro Morales
Patch that fixes this issue
5:24 PM Ticket #12781 (Database layer (models, ORM) - model object should offer a way to get the table name) closed by Alex Gaynor
duplicate: Closing as a duplicate of #12782, which covers the larger issue here.
5:23 PM Ticket #12782 (Database layer (models, ORM) - Develop a stable, public API for ``Model._meta``) created by Alex Gaynor
See title. This came from a discussion on django-developers.
5:04 PM Ticket #12781 (Database layer (models, ORM) - model object should offer a way to get the table name) created by sienkiew
If you want to make a direct SQL query, you need to know the table …
4:46 PM Ticket #12780 (contrib.admin - Provide a hook for compound form/formset validation in ModelAdmin) created by mrts
Sometimes it is necessary to validate inline formset data based on the …
4:43 PM Ticket #12746 (Uncategorized - Use key argument in sort calls) updated by Karen Tracey
http://docs.djangoproject.com/en/dev/internals/contributing/#ticket-tri
4:27 PM Ticket #8408 (contrib.admin - Add a new meta option: don't do count(*) in admin) updated by anonymous
aside from the count problem, LIMIT item_count OFFSET 25000 (maybe …
4:21 PM Ticket #2131 (HTTP handling - HttpResponseSendFile for serving static files handler-specific ...) updated by anonymous
Cc changed
4:12 PM Ticket #12201 (Internationalization - django-admin.py makemessages could show the line number when it fails) updated by Ramiro Morales
It is strange you are aren't getting the file name in the error …
3:47 PM Ticket #12358 (contrib.auth - RequestContent with "poisoned" csrf_token for flatpages) closed by Luke Plant
fixed: (In [12381]) Fixed #12358 - csrf_token template tag does not work with …
3:47 PM Changeset [def34da8]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Luke Plant <L.Plant.98@…>
Fixed #12358 - csrf_token template tag does not work with flatpages. …
3:44 PM Ticket #12358 (contrib.auth - RequestContent with "poisoned" csrf_token for flatpages) updated by Luke Plant
The problem is caused by the fact that if a 404 is raised because …
3:31 PM Ticket #12214 (Core (Cache system) - never_cache decorator breaks HttpResponse with iterator content) updated by Forest Bond
Cc changed
3:30 PM Ticket #12214 (Core (Cache system) - never_cache decorator breaks HttpResponse with iterator content) updated by Forest Bond
Why not simply not include an ETag header in the response if the …
3:03 PM Ticket #12746 (Uncategorized - Use key argument in sort calls) updated by Martin v. Löwis
As this is my first Django contribution, I'm not sure what is supposed …
1:37 PM Ticket #8620 (Forms - ModelForm.Meta.exclude only excludes model fields, not form fields) updated by Karen Tracey
Has patch, Needs tests changed
1:34 PM Ticket #12771 (contrib.humanize - Humanize with natural time) updated by Karen Tracey
Needs documentation, Needs tests changed
1:32 PM Ticket #11456 (Contrib apps - flatpages append slash not working with unicode urls) closed by Karen Tracey
duplicate: As noted above, #11522 is the underlying problem that needs to be fixed.
1:32 PM Ticket #12772 (Template system - Allow loading template tags by fully qualified python module path) updated by ramusus
Cc changed
1:31 PM Ticket #12774 (HTTP handling - Flatpages will cause unicodedecodeerror if request url contains ...) closed by Karen Tracey
duplicate: Reformatted description. This is #11456 exactly. Please search and …
12:44 PM Ticket #12128 (contrib.auth - Remove restrictive 30 character limit from username of AuthenticationForm.) updated by Chris Beaven
It's the natural authentication form for *all* auth backends, the …
12:20 PM Ticket #12779 (Internationalization - Form fields don't handle localized numbers correctly) created by Florian Apolloner
See django/forms/fields.py:275 for how the DecimalField tries to …
11:59 AM Ticket #12777 (Translations - Decimal fields aren't correctly localized) updated by Jannis Leidel
Sorry, Mr. anonymous was me.
11:44 AM Ticket #12778 (contrib.admin - InlineAdmin ignores inner Media class) updated by Alex Gaynor
Triage Stage changed
11:43 AM Ticket #12778 (contrib.admin - InlineAdmin ignores inner Media class) created by Florian Apolloner
InlineAdmin ignores the Media class cause it inherits BaseModelAdmin. …
11:41 AM Ticket #12777 (Translations - Decimal fields aren't correctly localized) updated by anonymous
Status, Owner, Triage Stage changed
11:40 AM localize_input.diff attached to Ticket #12777 by Florian Apolloner
11:40 AM Ticket #12777 (Translations - Decimal fields aren't correctly localized) created by Florian Apolloner
Decimal fields should get their locale representation when outputted …
11:24 AM Ticket #12156 (Contrib apps - The csrf_token should be able to use a custom template) closed by Luke Plant
wontfix: I think this is one of those cases where guidelines should be broken …
11:17 AM Ticket #12148 (contrib.auth - Don't use invalid backend from the Session to load the user in ...) updated by Carl Meyer
Patch needs improvement, Triage Stage changed
Seems sensible. Patch needs updating for trunk (auth backend tests are …
10:42 AM Ticket #2259 (contrib.admin - Primary keys should be readonly by default in admin) updated by kevin.howerton@…
I think this issue is actually illustrating a greater flaw in the …
10:34 AM Ticket #3591 (Core (Other) - add support for custom app_label and verbose_name) updated by Adam Nelson
Triage Stage changed
[http://groups.google.com/group/django-developers/browse_frm/thread/1dd
10:33 AM Ticket #12738 (CSRF - CSRF token name should be a configurable setting) closed by Luke Plant
wontfix: No response, so I presume there is no use case, so closing.
10:33 AM Ticket #7955 (contrib.admin - Change popup variable name in django.contrib.admin) updated by mrts
Triage Stage changed
_pop is used for changelist popups whereas _popup is used for …
10:31 AM Ticket #12156 (Contrib apps - The csrf_token should be able to use a custom template) updated by Adrian Ribao
Owner, Status changed
10:30 AM Ticket #12156 (Contrib apps - The csrf_token should be able to use a custom template) updated by Adrian Ribao
Status, Owner changed
I know that is supposed to be invisible, but the designer should have …
10:17 AM Ticket #12156 (Contrib apps - The csrf_token should be able to use a custom template) updated by Luke Plant
Would you mind specifying what the design problems are? The whole …
10:11 AM Ticket #12776 (contrib.auth - get_profile() may throw AttributeError instead of SiteProfileNotAvailable) created by master
I didn't find a case to fire: except (ImportError, …
10:11 AM Ticket #12658 (Testing framework - Import Errors in test files cause tests to be skipped if both the ...) updated by Eric Holscher
Needs tests, Triage Stage changed
Seems like this should have a test case to prove that it is indeed working.
10:09 AM Ticket #12574 (Testing framework - all tests pass when there broken tests becase they are skipped) updated by Eric Holscher
Triage Stage changed
10:08 AM Ticket #12408 (Testing framework - test runner needs to reorder tests more explicitly) updated by Eric Holscher
Triage Stage changed
10:08 AM Ticket #12378 (Testing framework - Remove redundant test.) updated by Eric Holscher
Triage Stage changed
10:07 AM Ticket #12227 (Testing framework - PREPEND_WWW breaks the test client) updated by Eric Holscher
Triage Stage changed
10:04 AM Ticket #12746 (Uncategorized - Use key argument in sort calls) updated by Alex Gaynor
Triage Stage changed
10:02 AM Ticket #12743 (Documentation - Add a style guide for javascript in the admin) updated by Alex Gaynor
Triage Stage changed
10:02 AM Ticket #8620 (Forms - ModelForm.Meta.exclude only excludes model fields, not form fields) updated by allanw
Is there any chance we could get this fixed in trunk sometime soon?
10:01 AM Ticket #12747 (HTTP handling - Custom HTTP status reason phrases are not supported) updated by Alex Gaynor
Triage Stage changed
10:01 AM Ticket #12226 (Testing framework - Test HttpResponse template attribute needlessly hard to use) updated by Eric Holscher
Triage Stage changed
Sounds like this may be something we want to do similar to how context …
10:00 AM Ticket #12748 (contrib.admin - strftime array-access to format string doesn't work in IE7) updated by Alex Gaynor
Triage Stage changed
10:00 AM Ticket #12191 (Testing framework - It's not possible to run a specific test if it's not in models.py or ...) updated by Eric Holscher
Triage Stage changed
10:00 AM Ticket #12751 (Database layer (models, ORM) - order_by after select_related returns empty queryset) closed by Alex Gaynor
worksforme: I can't reproduce this, if you can provide more details (models, a …
9:59 AM Ticket #12141 (Testing framework - Add glob support to tests/runtests.py) updated by Eric Holscher
Needs documentation, Needs tests, Triage Stage changed
Sounds great. Needs some docs/tests to go along with it.
9:58 AM Ticket #12752 (Database layer (models, ORM) - validators should allow check against empty to be customized) updated by Alex Gaynor
Triage Stage changed
9:58 AM Ticket #12755 (contrib.admin - Proposal: Add a method to ModelAdmin to return the form instance) closed by Alex Gaynor
wontfix: Igors has pointed out this isn't necessary.
9:58 AM Ticket #12756 (Core (Serialization) - dumpdata error message should note pyyaml requirement) updated by Alex Gaynor
Triage Stage changed
9:57 AM Ticket #12156 (Contrib apps - The csrf_token should be able to use a custom template) updated by Eric Holscher
Triage Stage changed
9:57 AM Ticket #12759 (Database layer (models, ORM) - raw_query tests fail with psycopg1 backend) updated by Alex Gaynor
Triage Stage changed
9:57 AM Ticket #12156 (Contrib apps - The csrf_token should be able to use a custom template) updated by Eric Holscher
Owner, Status changed
9:57 AM Tickets #12156,​12761 batch updated by Alex Gaynor
Triage Stage changed
9:56 AM Ticket #12764 (Database layer (models, ORM) - views tests fail with psycopg1 backend) updated by Alex Gaynor
Triage Stage changed
9:56 AM Ticket #12765 (Database layer (models, ORM) - syndication test fails with psycopg1 backend) updated by Alex Gaynor
Triage Stage changed
9:55 AM Ticket #12766 (Database layer (models, ORM) - custom_pk test fails with psycopg1 backend) updated by Alex Gaynor
Triage Stage changed
9:55 AM Ticket #12769 (Database layer (models, ORM) - Queryset.query pickle fails if fields have lazy translations in field ...) updated by Alex Gaynor
Triage Stage changed
9:55 AM Ticket #12771 (contrib.humanize - Humanize with natural time) updated by Alex Gaynor
Triage Stage changed
9:54 AM Ticket #12774 (HTTP handling - Flatpages will cause unicodedecodeerror if request url contains ...) updated by Alex Gaynor
Triage Stage changed
9:43 AM Ticket #12775 (Core (Serialization) - Enable `dumpdata --exclude app_label.model`) created by Johannes Dollinger
Currently, django-admin.py dumpdata can only exclude whole apps. It …
9:38 AM Ticket #12133 (Documentation - tutorial 4 - generic view and vote view) closed by Russell Keith-Magee
invalid: Unless I'm misunderstanding you, this advice is already given in the …
9:35 AM Ticket #12129 (*.djangoproject.com - distributions checksums) updated by Russell Keith-Magee
Triage Stage changed
9:34 AM Ticket #12128 (contrib.auth - Remove restrictive 30 character limit from username of AuthenticationForm.) closed by Russell Keith-Magee
wontfix: It may not be tied to the User model, but it is the natural …
9:32 AM Ticket #12119 (Template system - django.utils.text.smart_split() does not handle multiple quoted ...) updated by Russell Keith-Magee
Milestone, Triage Stage changed
9:30 AM Ticket #12116 (Template system - needs_context for template filters) updated by Russell Keith-Magee
Patch needs improvement, Needs tests, Triage Stage changed
I don't see why needs_autoescape and needs_context have to be mutually …
9:26 AM Ticket #12114 (Documentation - re Tutorial pt 1 "Playing with the API") updated by Russell Keith-Magee
Triage Stage, Milestone changed
9:24 AM Ticket #12110 (Template system - dictsort is not stable sort) closed by Russell Keith-Magee
duplicate: Duplicate of #11008 (if you interpret that ticket as "dictsort is broken")
9:23 AM Ticket #12107 (Core (Serialization) - Add a Meta.serialize option to models) closed by Russell Keith-Magee
wontfix: I don't like putting attributes like this on Meta - it limits the …
9:13 AM Ticket #12106 (Forms - FileFields ignore initial data when required=False) updated by Russell Keith-Magee
Needs tests, Triage Stage changed
9:12 AM Ticket #12103 (contrib.auth - Add AuthenticationForm.confirm_login_allowed to allow customizing the ...) updated by Russell Keith-Magee
Patch needs improvement, Needs tests, Triage Stage changed
I don't see any problem with the idea of configuring the ability to …
9:09 AM Ticket #12099 (contrib.admindocs - admindocs generates an error on the tags page when template tags are ...) updated by Russell Keith-Magee
Triage Stage changed
9:08 AM Ticket #12098 (HTTP handling - HttpRequest __repr__ too verbose) updated by Russell Keith-Magee
Triage Stage changed
9:04 AM Ticket #12097 (Documentation - ModelChoiceField does not document required queryset parameter properly) updated by Russell Keith-Magee
Triage Stage, Milestone changed
9:04 AM Ticket #12091 (HTTP handling - Support for WSGI applications within Django) updated by Russell Keith-Magee
Triage Stage, Milestone changed
Marking as accepted (since, like #8297, it's a reasonable idea). …
8:55 AM Ticket #12090 (contrib.admin - Show admin actions on the edit pages too) updated by Russell Keith-Magee
Triage Stage changed
8:54 AM Ticket #12089 (Testing framework - test client fails to collect sub-contexts) updated by Russell Keith-Magee
Triage Stage changed
I can see what you're trying to do, and the patch makes sense - my …
8:47 AM Ticket #12088 (Testing framework - Make the test Client class variable in TransactionTestCase) updated by Russell Keith-Magee
Patch needs improvement, Has patch, Needs documentation, Needs tests, Triage Stage changed
I'd rather see this as an overridable method on the class, rather than …
8:45 AM Ticket #12087 (Testing framework - Django "TransactionTestCase" isn't) updated by Russell Keith-Magee
Has patch, Triage Stage, Component, Needs tests, Milestone changed
8:43 AM Ticket #12086 (Database layer (models, ORM) - Make QuerySet.delete() return the number of deleted objects) updated by Russell Keith-Magee
Triage Stage changed
8:42 AM Ticket #12085 (contrib.admin - Links to FKs in Admin (proposal)) closed by Russell Keith-Magee
duplicate: Duplicate of #7028
8:41 AM Ticket #12083 (Core (Other) - technical_404_response should handle KeyError because 'tried' key ...) updated by Russell Keith-Magee
Triage Stage, Milestone changed
8:31 AM Ticket #12075 (HTTP handling - Add wsgiorg.routing args support) updated by Russell Keith-Magee
Milestone, Triage Stage, Needs tests changed
8:30 AM Ticket #12074 (Forms - Added as_p and as_ul output for formsets.) updated by Russell Keith-Magee
Needs tests, Triage Stage changed
8:29 AM Ticket #12073 (contrib.admin - AdminDateWidget and AdminTimeWidget not passing though additional attrs) updated by Russell Keith-Magee
Triage Stage, Milestone changed
8:21 AM 7539.on_delete.r12380.diff attached to Ticket #7539 by Johannes Dollinger
8:13 AM Ticket #12774 (HTTP handling - Flatpages will cause unicodedecodeerror if request url contains ...) created by a.nesse@…
If you have flatpages activated, it will choke on a unicodedecodeerror …
8:02 AM Ticket #11052 (Database layer (models, ORM) - Q-Object disjunction join promotion .. bug) updated by Johannes Dollinger
Milestone changed
7:54 AM Ticket #12072 (Template system - Literal strings containing [,=] break {% url %}.) updated by Russell Keith-Magee
Triage Stage, Milestone changed
7:54 AM Ticket #12071 (Template system - Numeric literals like "2." are incorrectly treated as Variables) updated by Russell Keith-Magee
Triage Stage, Milestone changed
This needs some discussion - the docs are ambiguous on whether an …
7:52 AM Ticket #12773 (Documentation - Update FAQ to indicate supported Python versions) updated by Russell Keith-Magee
Component, Triage Stage changed
Just making a ticket so that we don't forget to update this bit of …
7:51 AM Ticket #12773 (Documentation - Update FAQ to indicate supported Python versions) created by Russell Keith-Magee
Current FAQ indicates that Django supports 2.3-2.6. With Django 1.2, …
7:48 AM Ticket #12070 (Template system - Variable("a._hidden") does not raise TemplateSyntaxError) updated by Russell Keith-Magee
Milestone, Triage Stage changed
7:47 AM Ticket #12069 (Template system - The {% url %} parser silently ignores anything after an "as varname" clause) updated by Russell Keith-Magee
Triage Stage, Milestone changed
See also #12068
7:44 AM Ticket #12068 (Template system - The {% url %} parser can fail with StopIteration) updated by Russell Keith-Magee
See also #12069
7:44 AM Ticket #12068 (Template system - The {% url %} parser can fail with StopIteration) updated by Russell Keith-Magee
Milestone, Triage Stage changed
7:43 AM Ticket #12065 (contrib.flatpages - URL clash between FlatPages causes middleware error) updated by Russell Keith-Magee
Has patch, Milestone, Patch needs improvement, Needs tests, Triage Stage changed
It would be good if this was validated at the model level, rather than …
7:39 AM Ticket #811 (Core (Other) - IPv6 address field support) updated by anonymous
Cc changed
7:37 AM Ticket #12008 (Documentation - included templates' blocks do not get processed as if they were from ...) updated by Russell Keith-Magee
#12064 is a related problem.
7:37 AM Ticket #12064 (Template system - Impossible to conditionally include potentially non-existant templates) updated by Russell Keith-Magee
Triage Stage changed
I think this is somewhat related to #12008 - it all hinges on the …
7:33 AM Ticket #12063 (Contrib apps - Ensure SITE_CACHE uses integers as key values) closed by Russell Keith-Magee
wontfix: I'm not convinced that a dynamic SITE_ID is the right way to tackle …
7:24 AM Ticket #12050 (Forms - Provide a way to control markup standard for forms) updated by Luke Plant
It should be noted that Django does indeed produce XHTML output; it is …
7:24 AM Ticket #12061 (Documentation - new installation method for Django Python 2.6.3) closed by Russell Keith-Magee
invalid: I'm not sure what the call to action is here. Django doesn't mention …
7:17 AM Ticket #12054 (contrib.comments - Comments: Data truncated for column 'ip_address' when using IPv6) closed by Russell Keith-Magee
wontfix: Closing wontfix because it isn't really a problem with Comments - it's …
7:17 AM Ticket #11442 (Database layer (models, ORM) - Postgresql backend casts inet types to text, breaks IP operations and ...) closed by Russell Keith-Magee
duplicate: On second thought - closing as a dupe of #811. IPv6 support is spotty …
7:16 AM Ticket #12772 (Template system - Allow loading template tags by fully qualified python module path) updated by Johannes Dollinger
Replying to patrys: > It's not a duplicate. > > #2539 is …
7:10 AM Ticket #12053 (Core (Other) - Support url resolver returning RegexURLPattern instances) closed by Russell Keith-Magee
wontfix: Marking wontfix because I'm not clear how you think this would work. …
7:01 AM Ticket #12772 (Template system - Allow loading template tags by fully qualified python module path) reopened by Patryk Zawadzki
It's not a duplicate. #2539 is adding even more magic to the template …
6:48 AM Ticket #12051 (Forms - ModelForm description for Meta not defined is NoneType) updated by Russell Keith-Magee
Triage Stage, Milestone changed
6:48 AM Ticket #12050 (Forms - Provide a way to control markup standard for forms) updated by Russell Keith-Magee
Description, Summary, Milestone, Keywords, Triage Stage changed
Marking someday/maybe because the issue of generating …
6:47 AM Ticket #2539 (Template system - Custom tags and filters can be restricted by namespace) updated by Johannes Dollinger
See also: #12772 (duplicate)
6:44 AM Ticket #12772 (Template system - Allow loading template tags by fully qualified python module path) closed by Johannes Dollinger
duplicate: Duplicate of #2539.
6:42 AM Ticket #12046 (Uncategorized - fastcgi dies under heavy load) closed by Russell Keith-Magee
invalid: By my reading of that stack trace and your description, the problem …
6:39 AM Ticket #12045 (Forms - BooleanField with choices in ModelForm does not show selected value in ...) closed by Russell Keith-Magee
duplicate: Given the recent decision to reopen and fix #7190, I'm marking this a …
6:38 AM Ticket #12044 (contrib.admin - Add extra_context to admin action delete_selected) updated by Russell Keith-Magee
Milestone, Has patch, Triage Stage changed
6:34 AM Ticket #12041 (contrib.admin - Wrap messages in block in admin base template) closed by Russell Keith-Magee
duplicate: Duplicate of #10917
6:33 AM Ticket #12040 (Documentation - CurrentSiteManager documentation lacks indication when used in manytomany) updated by Russell Keith-Magee
Triage Stage, Milestone changed
There are also some markup problems around this area - the site …
6:28 AM Ticket #12033 (contrib.admin - ModelAdmin.search_fields throws exception when using @ for non mysql ...) updated by Russell Keith-Magee
Triage Stage changed
6:26 AM Ticket #12030 (Database layer (models, ORM) - PositiveIntegerField in model form does not validate max value) updated by Russell Keith-Magee
Component, Triage Stage changed
I don't think it's as simple as checking against 232-1; it will …
6:25 AM Ticket #11916 (Database layer (models, ORM) - Extra params + aggregation creates incorrect SQL.) updated by paluh
Cc changed
6:19 AM django-fully-qualified-template-tags.patch attached to Ticket #12772 by Patryk Zawadzki
Proposed change
6:19 AM Ticket #12772 (Template system - Allow loading template tags by fully qualified python module path) created by Patryk Zawadzki
Currently templatetags are magically searched for in the list of …
6:16 AM Ticket #11907 (Forms - EmailField should run strip()) updated by Russell Keith-Magee
Triage Stage, Milestone changed
6:09 AM Ticket #12028 (contrib.contenttypes - Generic Inline doesn't validate unique_together) updated by Russell Keith-Magee
Triage Stage changed
6:08 AM Ticket #12026 (Template system - widthratio rounding option/filter) closed by Russell Keith-Magee
wontfix: Marking wontfix because it isn't obvious to me how this would work. …
6:04 AM Ticket #12025 (Uncategorized - Show generic relation on deleted objects) closed by Russell Keith-Magee
duplicate: Closing as a duplicate of #6191.
6:03 AM Ticket #12024 (contrib.admin - error with limit_choices_to with complex queries (Q object) and ...) updated by Russell Keith-Magee
Triage Stage, Milestone changed
6:01 AM Ticket #12019 (Core (Cache system) - @cache_page with no args causes IndexError) updated by Russell Keith-Magee
Triage Stage changed
6:01 AM Ticket #12012 (Core (Other) - Integration with the Python standard library logging module) updated by Russell Keith-Magee
Triage Stage changed
6:00 AM Ticket #12011 (Testing framework - Test client ignores scheme on redirect) updated by Russell Keith-Magee
Triage Stage, Milestone changed
5:59 AM Ticket #12009 (File uploads/storage - Allow name of file in FileField/ImageField to be based on primary key) closed by Russell Keith-Magee
wontfix: I won't disagree that it would be *nice* to be able to do this, but …
5:44 AM Ticket #12008 (Documentation - included templates' blocks do not get processed as if they were from ...) updated by Russell Keith-Magee
Triage Stage changed
Marking this DDN because I'm not sure what the right interpretation is …
5:38 AM Ticket #11319 (Database layer (models, ORM) - ForeignKey filters use the wrong field to prepare values for database) updated by Russell Keith-Magee
#11938 was another report, with some extra test cases.
5:37 AM Ticket #10243 (Database layer (models, ORM) - to_field option problems in admin site) updated by Russell Keith-Magee
#11938 was another report, with some extra test cases.
5:23 AM Ticket #12005 (Forms - django.forms.fields.email_re doesn't handle single-letter subdomains) updated by Russell Keith-Magee
Triage Stage, Milestone changed
5:22 AM Ticket #12004 (contrib.admin - Registering abstract model with admin gives confusing / misleading error) updated by Russell Keith-Magee
Triage Stage changed
5:21 AM Ticket #12002 (Database layer (models, ORM) - Models inherited from multiple Models) updated by Russell Keith-Magee
Triage Stage changed
I'm not sold on the idea that multiple-inheritance should be possible. …
5:07 AM humanize+naturaltime.diff attached to Ticket #12771 by phinpho
patch for templatetag naturaltime
5:07 AM Ticket #12771 (contrib.humanize - Humanize with natural time) created by phinpho
I create a new template function like naturalday but working with …
4:17 AM Ticket #4926 (contrib.admin - Ordering in admin listview ignores ordering in admin options) updated by Antti Kaihola
Replying to brosner: > This ticket isn't critical to the …
4:15 AM ticket_4926_changelist_multifield_ordering_r12379.2.diff attached to Ticket #4926 by Antti Kaihola
also removes the related admonition from contrib.admin documentation
4:11 AM ticket_4926_changelist_multifield_ordering_r12379.diff attached to Ticket #4926 by Antti Kaihola
patch against current trunk, otherwise unmodified
3:39 AM Ticket #12770 (Documentation - Docs 1.1: Update tuto3 and tuto4 by including RequestContext and csrf_token) closed by Russell Keith-Magee
invalid: Neither of these changes are necessary. The demo does not require a …
3:26 AM Ticket #12770 (Documentation - Docs 1.1: Update tuto3 and tuto4 by including RequestContext and csrf_token) created by dsnoeck
In the chapter "Raising 404" of the tutorial 3, the code need to be …
2:12 AM Ticket #11991 (Core (Other) - Inconsistent MEDIA_URL values) updated by Jannis Leidel
I believe this is related to #12323 which proposes to introduce a …
2:00 AM pickle_error.tar.gz attached to Ticket #12769 by Jani Tiainen
Testcase
1:59 AM Ticket #12769 (Database layer (models, ORM) - Queryset.query pickle fails if fields have lazy translations in field ...) created by Jani Tiainen
If declared model as: […] Using query pickle like: […] Fails …
12:39 AM Ticket #11834 (HTTP handling - Colorized technical_500_response: django code is green, user code is red.) updated by Yuri Baburov
Status changed
My friend designed suggested the green-yellow color scheme fix, i've …
12:35 AM Screen shot 2010-02-03 at 18.39.27.png attached to Ticket #11834 by Yuri Baburov
Green-yellow
12:35 AM 11834_green_yellow.patch attached to Ticket #11834 by Yuri Baburov
12:25 AM Ticket #11907 (Forms - EmailField should run strip()) reopened by whatcould
This is clearly not a duplicate of #6362. Email is a specific kind of …

Feb 3, 2010:

11:59 PM Ticket #11964 (Database layer (models, ORM) - Add the ability to use database-level CHECK CONSTRAINTS) updated by Matthew Schinckel
Agreed. The initial patch was made before the changes with model …
11:52 PM Ticket #11999 (GIS - Support for Google Maps encoded geometries) updated by Russell Keith-Magee
Triage Stage changed
11:52 PM Ticket #11997 (Core (Cache system) - cache_control returns 200 OK response even page has not been changed.) updated by Russell Keith-Magee
Triage Stage changed
11:52 PM Ticket #11991 (Core (Other) - Inconsistent MEDIA_URL values) closed by Russell Keith-Magee
wontfix: This isn't something we can change easily. The conventions for …
11:51 PM Ticket #12767 (Database layer (models, ORM) - Problem running syncdb with a multi-db router that restricts auth to a ...) updated by kmpm
Cc changed
11:50 PM Ticket #11990 (Core (Other) - TECHNICAL_404_TEMPLATE doesn't see URLConfs directly on request objects) updated by Russell Keith-Magee
Triage Stage, Milestone changed
11:50 PM Ticket #11989 (Template system - Allow @register.inclusion_tag to take a template as well as a template name) updated by Russell Keith-Magee
Triage Stage changed
11:31 PM Ticket #12768 (Database layer (models, ORM) - Raw query map problem with some primary keys) closed by Alex Gaynor
duplicate: This is a dupe of another ticket (that one is labeled as being about …
11:29 PM Ticket #7722 (Core (Mail) - EMail Message with CC - Carbon CopyFixed patch) updated by Gert Steyn
Call me old fashioned, but to me it seem silly to provide core email …
11:29 PM Ticket #11946 (Database layer (models, ORM) - ManyToOneRel.lookup_overrides is unused) updated by Johannes Dollinger
lookup_overrides appears to be undocumented - I can't find any …
11:26 PM Ticket #12768 (Database layer (models, ORM) - Raw query map problem with some primary keys) created by Reflejo@…
Hello, I'm trying the new raw query feature and i'm facing this bug: …
11:16 PM Ticket #11988 (Translations - Wrong translated result count text on admin search form block when ...) closed by Russell Keith-Magee
invalid: It's no help giving us two solutions - we don't speak chinese, so we …
11:13 PM Ticket #11987 (Testing framework - destroy_test_db can destroy the production database in some situations) closed by Russell Keith-Magee
invalid: I'm unclear of the sequence of events that can cause this to be a …
11:04 PM Ticket #11944 (Template system - filesizeformat should catch ValueError) reopened by Russell Keith-Magee
Reopening based on your arguments, plus some comments from Alex Gaynor …
10:53 PM Ticket #11944 (Template system - filesizeformat should catch ValueError) updated by Ryan Kelly
Fair enough, but why catch TypeError and not ValueError? The current …
10:41 PM Sprint201002Montreal edited by ygingras
(diff)
10:40 PM Ticket #11986 (Documentation - Mac install directions should mention sudo) updated by Russell Keith-Magee
Needs documentation, Triage Stage changed
10:40 PM Ticket #11983 (Documentation - Ubuntu Jaunty 9.04 site-packages is not more a path directory) closed by Russell Keith-Magee
invalid: This isn't the ubuntu-python documentation. Ubuntu users need to be …
10:22 PM Ticket #11982 (Contrib apps - Integrate Reversion as a Django contrib app) closed by Russell Keith-Magee
wontfix: I'm going to mark this wontfix. The 1.2 voting indicated this was a …
10:22 PM Ticket #11981 (Database layer (models, ORM) - Add custom Q-object (add_to_query) support to QuerySet.filter() and ...) updated by Russell Keith-Magee
Triage Stage changed
In order to do this, we would need to formalize the interface that Q …
10:20 PM Ticket #11975 (Database layer (models, ORM) - invalid sql returned from ...) updated by Russell Keith-Magee
Triage Stage, Milestone changed
10:19 PM Ticket #11971 (Documentation - Serialization docs lack information on specific formats) updated by Russell Keith-Magee
Triage Stage changed
10:19 PM Ticket #11970 (Core (Serialization) - JSON Deserialiser throws ValueError on malformed input) updated by Russell Keith-Magee
Needs tests, Triage Stage changed
10:18 PM Ticket #11966 (Internationalization - Error: errors happened while running xgettext over template file with ...) updated by Russell Keith-Magee
Triage Stage changed
10:18 PM Ticket #11964 (Database layer (models, ORM) - Add the ability to use database-level CHECK CONSTRAINTS) updated by Russell Keith-Magee
Triage Stage changed
If we do this, it should be tied into the model validation framework …
10:16 PM Ticket #11956 (Database layer (models, ORM) - ReverseManyRelatedObjectsDescriptor wrongly assumes symmetry between ...) updated by Russell Keith-Magee
Triage Stage, Milestone changed
10:15 PM Ticket #11954 (contrib.auth - ?next linking to a login_required view doesn't work) updated by Russell Keith-Magee
Triage Stage, Milestone changed
10:11 PM Sprints edited by ygingras
moved past sprints from here to old-sprints (diff)
10:11 PM PastSprints edited by ygingras
moved past sprints from the main page to here (diff)
10:09 PM Ticket #11948 (GIS - Linear referencing for Django) updated by Russell Keith-Magee
Triage Stage changed
10:09 PM Ticket #11946 (Database layer (models, ORM) - ManyToOneRel.lookup_overrides is unused) updated by Russell Keith-Magee
Triage Stage changed
It may do nothing, but it has been an valid argument historically, and …
10:05 PM Ticket #11944 (Template system - filesizeformat should catch ValueError) closed by Russell Keith-Magee
wontfix: I don't see why this error should be caught silently. If you're asking …
10:03 PM Ticket #11943 (Core (Serialization) - changeset 10544 breaks field emulation compatibility) closed by Russell Keith-Magee
invalid: Ok - this is the sort of situation where a test case is absolutely …
10:00 PM Ticket #11941 (Forms - FilteredMultipleSelect does not render help text) updated by Russell Keith-Magee
Triage Stage changed
9:58 PM Ticket #11935 (contrib.formtools - Add a get_context(self, request, step) method to FormWizard) updated by Russell Keith-Magee
Triage Stage changed
Not necessarily sold on adding a method as the solution, but the idea …
9:57 PM Ticket #11940 (Forms - ModelForm evaluates callable default values on form class creation) updated by Russell Keith-Magee
Triage Stage, Milestone changed
9:56 PM Ticket #11939 (contrib.syndication - Better conventions between generic views and syndication feed framework) updated by Russell Keith-Magee
Triage Stage changed
9:54 PM Ticket #11938 (Database layer (models, ORM) - `to_field` does not function as expected.) closed by Russell Keith-Magee
duplicate: This is a dupe of #11319, which is itself an amalgam of #10243 and #10785.
9:49 PM Ticket #11924 (Core (Mail) - Email headers always use the default encoding) updated by Russell Keith-Magee
I suspect #11934 is an example of how this can be a problem.
9:49 PM Ticket #11934 (Core (Mail) - UnicodeDecodeError while sending an e-mail) closed by Russell Keith-Magee
duplicate: I think this might be a variant on #11924.
9:47 PM Ticket #11933 (Documentation - Missing cached_db value in SESSION_ENGINE setting docs) updated by Russell Keith-Magee
Triage Stage, Milestone changed
9:46 PM Ticket #11930 (*.djangoproject.com - Django docs styles confuse H3 & H4) updated by Russell Keith-Magee
Triage Stage changed
There is a lot that could be done with the CSS for the docs - …
9:42 PM Ticket #11929 (Core (Serialization) - manage.py dumpdata outputs YAML in unhelpful order) updated by Russell Keith-Magee
Triage Stage changed
9:42 PM Ticket #11927 (Core (Management commands) - Allow manage.py dumpdata to dump YAML in block style) updated by Russell Keith-Magee
Triage Stage changed
9:41 PM Ticket #11925 (Forms - Extension to ModelForm) closed by Russell Keith-Magee
fixed: This has been fixed by the introduction of the widget argument for …
9:40 PM Ticket #11924 (Core (Mail) - Email headers always use the default encoding) updated by Russell Keith-Magee
Triage Stage changed
9:39 PM Ticket #11920 (Database layer (models, ORM) - Cannot access related field of an unsaved object if the object is from ...) updated by Russell Keith-Magee
Triage Stage, Milestone changed
9:34 PM Ticket #11919 (Error reporting - dpaste.com feature in debug traceback view should be optional) updated by Russell Keith-Magee
Triage Stage, Patch needs improvement changed
I think your option 3 is a better approach. Accepting on that basis.
9:32 PM Ticket #11916 (Database layer (models, ORM) - Extra params + aggregation creates incorrect SQL.) updated by Russell Keith-Magee
Triage Stage, Needs tests, Milestone changed
9:28 PM Ticket #11914 (Documentation - Changes to documentation/models/many_to_many: Multiple membership) closed by Russell Keith-Magee
wontfix: I'm not sure the proposed text clarifies anything.
9:27 PM Ticket #11911 (Template system - urlizetrunc not taking into account last ')' of a link) updated by Russell Keith-Magee
Summary, Triage Stage changed
9:21 PM Ticket #11906 (Database layer (models, ORM) - QuerySet._fill_cache is not thread-safe) updated by Russell Keith-Magee
Triage Stage changed
9:20 PM Ticket #11905 (Forms - modelform_factory returns a broken form when given wrong value for fields) updated by Russell Keith-Magee
Triage Stage, Description, Milestone changed
9:06 PM Ticket #11903 (HTTP handling - WSGIRequest.path not quoted properly) updated by Russell Keith-Magee
Triage Stage, Milestone changed
9:05 PM Ticket #11900 (Database layer (models, ORM) - commit_on_success: Handle Exception in commit()) updated by Russell Keith-Magee
Has patch, Triage Stage, Needs tests, Milestone changed
9:04 PM Ticket #11788 (Core (Cache system) - cache_page decorator doesn't work with HttpResponses whose content is ...) updated by Russell Keith-Magee
Triage Stage changed
This isn't something that should be fixed in documentation. We need to …
9:02 PM Ticket #11785 (GIS - Invalid error reporting when importing MapInfo layer with Unknown type) updated by Russell Keith-Magee
Triage Stage changed
6:29 PM Ticket #12405 (contrib.auth - django.contrib.auth.views.logout() should support LOGOUT_REDIRECT_URL) updated by Cory Walker
dloewenherz: are you a triager giving me the go-ahead for writing a …
6:24 PM Ticket #12767 (Database layer (models, ORM) - Problem running syncdb with a multi-db router that restricts auth to a ...) updated by fetzig
Cc changed
6:00 PM Ticket #12767 (Database layer (models, ORM) - Problem running syncdb with a multi-db router that restricts auth to a ...) updated by Russell Keith-Magee
Version, Triage Stage changed
The issue appears to be the way that the contenttype post-syncdb …
5:56 PM Ticket #12767 (Database layer (models, ORM) - Problem running syncdb with a multi-db router that restricts auth to a ...) created by Russell Keith-Magee
Via Klemens Mantzos on django-users: If i do […] before i sync the …
5:50 PM Sprint201002LA edited by unbracketed
(diff)
5:38 PM Ticket #10743 (contrib.admin - Support lookup separators in ModelAdmin.list_display) updated by anonymous
Cc changed
5:37 PM Ticket #10154 (Database layer (models, ORM) - allow the combination of an F expression with a timedelta) updated by Charlie DeTar
Needs documentation, Patch needs improvement changed
Can someone test oracle with this patch? If it passes, I think this …
5:05 PM Ticket #11788 (Core (Cache system) - cache_page decorator doesn't work with HttpResponses whose content is ...) updated by Alex Gaynor
A generator is an iterator. If we want to say we support some …
5:03 PM Ticket #11788 (Core (Cache system) - cache_page decorator doesn't work with HttpResponses whose content is ...) updated by James Bennett
The example you've given is a generator; so far as I'm aware we've …
3:59 PM Ticket #11788 (Core (Cache system) - cache_page decorator doesn't work with HttpResponses whose content is ...) reopened by Erik Allik
The docs are very clear about this: "Finally, you can pass …
3:38 PM Ticket #12766 (Database layer (models, ORM) - custom_pk test fails with psycopg1 backend) updated by Karen Tracey
Note these tests all fail prior to r12352; these errors were not …
3:04 PM Ticket #12761 (contrib.localflavor - Paraguayan local flavor) updated by dschulz
Version changed
2:43 PM Ticket #12760 (Database layer (models, ORM) - related models with Foreignkey.null=True must not get deleted on ...) updated by anonymous
Cc changed
2:43 PM Ticket #7539 (Database layer (models, ORM) - Add ON DELETE and ON UPDATE support to Django) updated by anonymous
Cc changed
2:36 PM Ticket #11898 (Database layer (models, ORM) - oracle quote_name bug) closed by Jacob
wontfix: Please don't reopen tickets marked wontfix; take it up on …
2:35 PM Ticket #11891 (Database layer (models, ORM) - The attributes of the original get_absolute_url defined in the model ...) updated by Jacob
Triage Stage, Milestone changed
2:26 PM Ticket #11890 (Database layer (models, ORM) - Defer/only + annotate is broken) updated by Jacob
Milestone, Triage Stage changed
2:25 PM Ticket #11889 (Documentation - Order for context being override isn't clear for Context Processors ...) updated by Jacob
Triage Stage changed
2:24 PM Ticket #11888 (contrib.admin - Unable to render file name with special chars (non-ascii)) updated by Jacob
Triage Stage, Milestone changed
2:24 PM Ticket #11883 (Documentation - Docs should really point out that you can set template_name of a ...) updated by Jacob
Triage Stage, Milestone changed
2:24 PM Ticket #11881 (Database layer (models, ORM) - ORDER BY in aggregate subqueries is not necessary and might cause ...) updated by Jacob
Triage Stage, Milestone changed
2:24 PM Ticket #11876 (contrib.auth - Allow the user to logout a logged in session from another computer.) closed by Jacob
wontfix: What Luke said.
2:22 PM Ticket #11875 (contrib.admin - ForeignKey field with blank=True and null=True in list_display breaks admin) updated by Jacob
Triage Stage, Milestone changed
2:22 PM Ticket #11869 (Internationalization - makemessages command hangs when there're many errors in the .po file) updated by Jacob
Triage Stage, Milestone changed
2:22 PM Ticket #11868 (contrib.admin - Multiple sort in admin changelist) updated by Jacob
Triage Stage changed
2:16 PM Ticket #11866 (Database layer (models, ORM) - non-null FK to a CharField primary key fails when key value is the ...) updated by Jacob
Triage Stage changed
2:15 PM Ticket #11854 (GIS - Add support of PostGIS's Azimuth function) updated by Jacob
Triage Stage changed
2:15 PM Ticket #11836 (Forms - Missing django.forms.widgets.MultiWidget hidden counterpart) updated by Jacob
Triage Stage, Milestone changed
2:13 PM Ticket #11458 (GIS - Add GPolylineOptions and GPolygonOptions to ...) updated by Jacob
Triage Stage changed
2:10 PM Ticket #11446 (GIS - Adding dynamic label to GIcon) updated by Jacob
Triage Stage changed
2:10 PM Ticket #11211 (GIS - Add GMarkerOptions: clickable, bouncy, dragCrossMove, bounceGravity, ...) updated by Jacob
Triage Stage changed
2:05 PM Ticket #11168 (GIS - postgis geometry alternatively seen as linestring then multilinestring) updated by Jacob
Triage Stage changed
2:05 PM Ticket #11168 (GIS - postgis geometry alternatively seen as linestring then multilinestring) updated by Jacob
Triage Stage changed
1:42 PM Ticket #12761 (contrib.localflavor - Paraguayan local flavor) updated by dschulz
Tarball contents follows: py_departments.py: […] …
12:53 PM Ticket #12763 (Database layer (models, ORM) - Record matching ORM statement in connection.queries for debugging) closed by Karen Tracey
duplicate: django-debug-toolbar provides this, and more. We've already got a …
12:45 PM Ticket #12762 (Forms - formsets with imagefields) closed by Karen Tracey
invalid: This reads like a usage question and thus belongs on django-users or …
12:44 PM Ticket #10154 (Database layer (models, ORM) - allow the combination of an F expression with a timedelta) updated by Charlie DeTar
Added a new patch that passes tests against trunk (R12380) for this …
12:41 PM 10154_dateexpressions_4.diff attached to Ticket #10154 by Charlie DeTar
Updated for R12380. Support for mysql, postgres, sqlite, oracle. …
12:12 PM Changeset [88bd40c]stable/1.1.x by Karen Tracey <kmtracey@…>
[1.1.X] Corrected app_loading test so it does not generate a key error …
12:09 PM Changeset [96a1009]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@…>
Corrected app_loading test so it does not generate a key error when TZ …
12:01 PM Ticket #11865 (Forms - Form media lacks support for raw javascript) updated by Tareque Hossain
I would say its a perfectly valid argument! Here are some other names …
11:57 AM Ticket #12766 (Database layer (models, ORM) - custom_pk test fails with psycopg1 backend) updated by Karen Tracey
force_insert_update, get_or_create, and one_to_one tests all fail …
11:48 AM Ticket #12766 (Database layer (models, ORM) - custom_pk test fails with psycopg1 backend) created by Karen Tracey
[…] Followed by a bunch more errors resulting from the uncleared …
11:35 AM Ticket #12765 (Database layer (models, ORM) - syndication test fails with psycopg1 backend) created by Karen Tracey
This looks to have something to do with setting the timezone on the …
11:24 AM Ticket #12764 (Database layer (models, ORM) - views tests fail with psycopg1 backend) created by Karen Tracey
2 of 39 tests fail, reason looks to be the same for both: […]
11:12 AM Ticket #2705 (Database layer (models, ORM) - [patch] Add optional FOR UPDATE clause to QuerySets) updated by Forest Bond
I believe that transaction.set_dirty should be called when acquiring …
11:07 AM Ticket #12171 (Database layer (models, ORM) - transaction.savepoint_rollback fails with postgresql DATABASE_ENGINE) updated by Jacob
Milestone changed
10:59 AM Ticket #11836 (Forms - Missing django.forms.widgets.MultiWidget hidden counterpart) reopened by Sayane
10:58 AM Ticket #11836 (Forms - Missing django.forms.widgets.MultiWidget hidden counterpart) updated by Sayane
Here is a simple example. MultiLineAddressWidget is a subclass of …
10:51 AM Ticket #11836 (Forms - Missing django.forms.widgets.MultiWidget hidden counterpart) updated by Sayane
I found that. MultiWidget generates html names like this: "name_0", …
10:39 AM Ticket #11788 (Core (Cache system) - cache_page decorator doesn't work with HttpResponses whose content is ...) updated by Carl Meyer
They certainly do: …
10:30 AM Ticket #11836 (Forms - Missing django.forms.widgets.MultiWidget hidden counterpart) updated by Sayane
For now i'm not shure what it was about. I'll try find this project …
10:17 AM django_db_debug_query_caller.diff attached to Ticket #12763 by Daniel Marohn
a simple patch
10:16 AM Ticket #12763 (Database layer (models, ORM) - Record matching ORM statement in connection.queries for debugging) created by Daniel Marohn
As described in the …
10:07 AM Ticket #12762 (Forms - formsets with imagefields) created by technologix
Formsets containing ImageFields of FileFields loose their values upon …
10:04 AM 12201-2.diff attached to Ticket #12201 by Ramiro Morales
A slightly enhanced patch
9:57 AM Ticket #12201 (Internationalization - django-admin.py makemessages could show the line number when it fails) updated by Ramiro Morales
Has patch, Version, Milestone changed
9:53 AM 12201-1.diff attached to Ticket #12201 by Ramiro Morales
A patch for this ticket. It changes Django templates Lexer.tokenize() …
9:46 AM Ticket #7539 (Database layer (models, ORM) - Add ON DELETE and ON UPDATE support to Django) updated by anonymous
Cc changed
9:40 AM Ticket #12760 (Database layer (models, ORM) - related models with Foreignkey.null=True must not get deleted on ...) closed by Luke Plant
duplicate: Duplicate of #10262, #7539
9:39 AM Ticket #12003 (contrib.admin - Admin application deltes related objects on "null=True" relation.) closed by Luke Plant
duplicate: Duplicate of #10262, #7539
9:37 AM py.tar.gz attached to Ticket #12761 by dschulz
py local flavor
9:35 AM Ticket #12761 (contrib.localflavor - Paraguayan local flavor) created by dschulz
Attached is basic local flavor support for Paraguay (PY). Includes …
9:30 AM Ticket #11716 (Database layer (models, ORM) - Various methods in django.db.models.fields don't wrap ValueErrors and ...) updated by Leo Shklovskii
Thanks for accepting it Russell. I suspect you're right, I'll take a …
9:15 AM tests.py attached to Ticket #12760 by defaultwombat
Testfile with 2 Models
9:14 AM Ticket #12760 (Database layer (models, ORM) - related models with Foreignkey.null=True must not get deleted on ...) created by defaultwombat
The "delete related objects" process appears bugged to me. In some …
8:59 AM Ticket #11865 (Forms - Form media lacks support for raw javascript) updated by Russell Keith-Magee
Triage Stage changed
I'm bikeshedding, but I'm not sure I'm a fan of raw_js as a name. …
8:55 AM Ticket #11864 (Documentation - Relationship backreference documentation is hard to find) updated by Russell Keith-Magee
Triage Stage, Milestone changed
8:55 AM Ticket #11860 (contrib.admin - Changing a NullBooleanField from "unknown" to "no" in the admin does ...) updated by Russell Keith-Magee
Triage Stage, Milestone changed
8:54 AM Ticket #11859 (Core (Other) - Change type checking condition in validation of choices) updated by Russell Keith-Magee
Triage Stage, Milestone changed
8:54 AM Ticket #11857 (File uploads/storage - TemporaryFile class is missing the closed - attribute) updated by Russell Keith-Magee
Triage Stage changed
8:53 AM Ticket #11852 (contrib.admin - html template password_reset_email.html has badly translatable string) updated by Russell Keith-Magee
Triage Stage changed
8:52 AM Ticket #11606 (Database layer (models, ORM) - return error data when using only() and select_related() at the same ...) updated by Russell Keith-Magee
Milestone changed
8:52 AM Ticket #11606 (Database layer (models, ORM) - return error data when using only() and select_related() at the same ...) updated by Russell Keith-Magee
#11844 seems to be a duplicate, with another test case.
8:52 AM Ticket #11844 (Database layer (models, ORM) - Select_related() and defer()) closed by Russell Keith-Magee
duplicate: Closing as a duplicate of #11606, as the reporter suggested.
8:48 AM Ticket #11841 (contrib.admin - Allow subclasses of AdminSite to overwrite all admin templates) updated by Russell Keith-Magee
Triage Stage changed
8:45 AM Ticket #12759 (Database layer (models, ORM) - raw_query tests fail with psycopg1 backend) created by Karen Tracey
Failure is: […] (Thhis was with --failfast specified so tests …
8:43 AM Ticket #11836 (Forms - Missing django.forms.widgets.MultiWidget hidden counterpart) closed by Russell Keith-Magee
invalid: Marking this invalid, because I'm not sure I understand the use case. …
8:40 AM Ticket #11834 (HTTP handling - Colorized technical_500_response: django code is green, user code is red.) updated by Russell Keith-Magee
Patch needs improvement, Triage Stage changed
Reasonable suggestion, but probably calls for different colour …
8:34 AM Ticket #11830 (contrib.admin - save_model in ModelAdmin and inline model formsets) updated by Russell Keith-Magee
Triage Stage, Milestone changed
8:32 AM Ticket #11825 (contrib.localflavor - Polish national flavour bugs) updated by Russell Keith-Magee
Triage Stage changed
8:32 AM Ticket #11817 (contrib.admindocs - Incorrect document structures in django-documentation) updated by Russell Keith-Magee
Triage Stage changed
8:31 AM Ticket #11811 (Database layer (models, ORM) - No error raised on update(foreignkey=unsavedobject) on nullable fk) updated by Russell Keith-Magee
Triage Stage, Milestone changed
8:30 AM Ticket #11809 (Testing framework - Unable to test a non-db dependent django app without db configuration) closed by Russell Keith-Magee
wontfix: I'm going to mark this wontfix - at least for now. Like it or not, …
8:20 AM Ticket #11804 (contrib.admin - Filterspec fails to remove __isnull when __exact passed) updated by Russell Keith-Magee
Triage Stage changed
8:19 AM Ticket #11805 (Template system - Blocks tags inside inclusion template tags are ignored) closed by Russell Keith-Magee
invalid: Sounds like templates working as intended. A specific example would go …
8:17 AM Ticket #11804 (contrib.admin - Filterspec fails to remove __isnull when __exact passed) updated by Russell Keith-Magee
Has patch, Component, Description, Needs tests changed
8:16 AM Ticket #11803 (contrib.admin - Admin does not update every ForeignKey select of the same model) updated by Russell Keith-Magee
Triage Stage changed
8:15 AM Ticket #11793 (Documentation - i18n documentation makemessages format doesn't work) updated by Russell Keith-Magee
Triage Stage, Milestone changed
8:15 AM Ticket #11791 (contrib.admin - Incorrect HTML Code rendered in list_editable enabled changelists) updated by Russell Keith-Magee
Has patch, Triage Stage, Component, Milestone changed
8:14 AM Ticket #11789 (Database layer (models, ORM) - Aggregates ignore none()) updated by Russell Keith-Magee
Milestone, Triage Stage changed
8:13 AM Ticket #11788 (Core (Cache system) - cache_page decorator doesn't work with HttpResponses whose content is ...) closed by Russell Keith-Magee
invalid: I wasn't even aware that the docs ever claimed that a HttpResponse …
8:12 AM Ticket #11787 (contrib.localflavor - additional fields) closed by Russell Keith-Magee
wontfix: I'm going to mark this wontfix, on the basis that the valid choices …
8:07 AM Ticket #11782 (Documentation - Add metadata to topics/http/file-uploads.html) updated by Russell Keith-Magee
Milestone, Triage Stage changed
8:07 AM Ticket #11777 (Documentation - Document DATABASE_SUPPORTS_TRANSACTIONS setting) closed by Russell Keith-Magee
invalid: I disagree that this should be documented as part of the standard …
8:04 AM Ticket #11776 (Forms - HTML class for non-field errors) updated by Russell Keith-Magee
Triage Stage changed
8:04 AM Ticket #11774 (contrib.admin - add __range lookup parameter in ...) closed by Russell Keith-Magee
invalid: I can't triage a ticket I don't understand. You need to explain the …
8:00 AM Ticket #11771 (contrib.admin - Support filtering by non-database (queryset) fields in the admin) updated by Russell Keith-Magee
Patch needs improvement, Needs documentation, Needs tests, Triage Stage changed
I'll accept the idea of being able to filter on annotated fields, but …
7:57 AM Ticket #11766 (File uploads/storage - ImageFileField run through get_valid_filename (Optional|default)) closed by Russell Keith-Magee
worksforme
7:49 AM Ticket #11762 (contrib.localflavor - Chilean localflavor - Regions, Provinces and Comunas) updated by Russell Keith-Magee
Needs tests, Triage Stage changed
7:48 AM Ticket #11734 (contrib.localflavor - Chilean localflavor extension) closed by Russell Keith-Magee
duplicate: Duplicate of #11762
7:47 AM Ticket #11760 (Database layer (models, ORM) - Placeholder for through value in ManyToManyField of abstract class) updated by Russell Keith-Magee
Needs tests, Triage Stage changed
7:46 AM Ticket #11756 (Documentation - Emulating built-in field types) updated by Russell Keith-Magee
Triage Stage changed
7:44 AM Ticket #11694 (Documentation - lighttpd fastcgi documentation not working) updated by Russell Keith-Magee
#11754 was a duplicate that indicated some other problems with the …
7:44 AM Ticket #11754 (Documentation - mod_fastcgi documentation should specify full path to .fcgi script) closed by Russell Keith-Magee
duplicate: Marking as a duplicate of #11694, which calls for a general rework of …
7:42 AM Ticket #11744 (Documentation - Add advice to use OneToOneField to extend the user model/profile.) updated by Russell Keith-Magee
Triage Stage changed
7:41 AM Ticket #11745 (Core (Management commands) - Categories by origin for command listings in "manage.py help") updated by Russell Keith-Magee
Triage Stage changed
7:38 AM Ticket #11739 (File uploads/storage - ContentFile() does not support unicode data) closed by Russell Keith-Magee
worksforme
7:32 AM Ticket #11734 (contrib.localflavor - Chilean localflavor extension) updated by Russell Keith-Magee
Needs tests, Patch needs improvement, Has patch, Triage Stage changed
This needs to be submitted as a single patch, against the root of the …
7:31 AM Ticket #11729 (contrib.sessions - session key should extract more entropy from time.time()) closed by Russell Keith-Magee
wontfix: Given the cross platform difficulties, and the absence of any …
7:27 AM Ticket #11726 (contrib.formtools - FormWizard sanity check on step number performed before dynamic steps ...) updated by Russell Keith-Magee
Triage Stage changed
7:26 AM Ticket #11716 (Database layer (models, ORM) - Various methods in django.db.models.fields don't wrap ValueErrors and ...) updated by Russell Keith-Magee
Patch needs improvement, Triage Stage, Milestone changed
I suspect the patch needs to be updated in the light of the changes …
7:22 AM Ticket #11715 (contrib.admin - If change mutable list "inlines" in one admin options then it will ...) updated by Russell Keith-Magee
Patch needs improvement, Needs tests, Triage Stage changed
I'm not sure I agree with your solution, but the problem appears real.
7:06 AM Ticket #11714 (Documentation - Document usage of i18n functions to translate to arbitrary language) updated by Russell Keith-Magee
Triage Stage, Milestone changed
7:04 AM Ticket #11712 (Core (Other) - First use of reverse() freezes its cache) updated by Russell Keith-Magee
Triage Stage changed
You should be able to use a reverse() as an argument to …
6:59 AM Ticket #11702 (Database layer (models, ORM) - ForeignKey validation should check that to_field is unique) updated by Russell Keith-Magee
Triage Stage, Milestone changed
6:57 AM Ticket #11700 (contrib.admin - actions and list_editables in popups problematic) closed by Russell Keith-Magee
invalid: If you have a design opinion, take it up on django-dev. As fair …
6:56 AM Ticket #11698 (Contrib apps - Add Django Debug Toolbar to contrib) updated by Russell Keith-Magee
Triage Stage changed
DDT is a great tool, but we're not going to integrate it before Rob is …
6:55 AM Ticket #11694 (Documentation - lighttpd fastcgi documentation not working) updated by Russell Keith-Magee
Triage Stage changed
Sounds like there might be something going on here that should be …
6:47 AM Ticket #11690 (contrib.auth - Model django.contrib.auth.models.Group should have a title or ...) updated by Russell Keith-Magee
Component, Milestone, Triage Stage changed
6:45 AM Ticket #11688 (Internationalization - verbose_name should allow dynamical translation based on a number) updated by Russell Keith-Magee
Triage Stage changed
6:39 AM Ticket #11684 (contrib.admin - dismissAddAnotherPopup fails with XHTML) updated by Russell Keith-Magee
Triage Stage, Milestone changed
6:39 AM Ticket #11683 (contrib.admin - response_add assumes DEFAULT_CONTENT_TYPE is text/html for ...) updated by Russell Keith-Magee
Triage Stage, Milestone changed
6:36 AM Ticket #11549 (contrib.comments - contrib.comments should allow users to specify their own template on error) updated by Russell Keith-Magee
Triage Stage changed
Nothing wrong with the idea, but it should be implemented in a way …
6:11 AM Ticket #11446 (GIS - Adding dynamic label to GIcon) updated by anonymous
Component changed
5:43 AM DjangoResources edited by baumratte
added byteflow blog engine (diff)
4:58 AM Ticket #12758 (Forms - Widgets are ignored) closed by technologix
invalid: This will be a feature of Django 1.2 ;) Sorry.
4:50 AM Ticket #12758 (Forms - Widgets are ignored) created by technologix
class AuthorForm(ModelForm): class Meta: model = Author …
3:30 AM Ticket #12757 (Core (Management commands) - Join on field 'geo' not permitted) created by aomza_snoopy@…
i have a problem about calling geodjango function my method is …
1:54 AM Ticket #12756 (Core (Serialization) - dumpdata error message should note pyyaml requirement) created by abeld@…
When trying to dumping some data to yaml, if pyyaml is not installed, …
1:31 AM Changeset [b740534d]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 a regression in the Postgres psycopg cursor handling introduced …
1:19 AM Ticket #12405 (contrib.auth - django.contrib.auth.views.logout() should support LOGOUT_REDIRECT_URL) updated by Dan Loewenherz
Needs documentation, Needs tests changed
1:19 AM Ticket #12405 (contrib.auth - django.contrib.auth.views.logout() should support LOGOUT_REDIRECT_URL) updated by Dan Loewenherz
Status, Owner, Triage Stage changed
Note: See TracTimeline for information about the timeline view.
Back to Top