Timeline



Mar 4, 2010:

10:25 PM Ticket #13033 (contrib.admin - MySQL full text search in admin) updated by Simon Litchfield
To clarify, this was already half implemented. This finishes the job. …
10:22 PM admin-fulltext-12288.diff attached to Ticket #13033 by Simon Litchfield
10:21 PM Ticket #13033 (contrib.admin - MySQL full text search in admin) created by Simon Litchfield
Full text search hasn't been implemented properly in admin. The query …
9:35 PM Ticket #10937 (Documentation - Recommendation of mod_wsgi is incompatible with apache-authentication ...) updated by David Fischer
There is some crossover here between this ticket and #10809. I think …
8:44 PM Ticket #13006 (Database layer (models, ORM) - Add order_by with sql LOWER() support) updated by Russell Keith-Magee
Replying to Raydiation: > Imho its about to write as …
8:02 PM Ticket #13006 (Database layer (models, ORM) - Add order_by with sql LOWER() support) updated by Raydiation
Hm, thats about the same as the method with extra. Imagine youd have …
7:59 PM Ticket #13014 (Documentation - Document using LANGUAGE_CODE with the cache template tag) updated by Chris Beaven
Has patch changed
The patch doesn't address the decision made to just document this …
7:29 PM Ticket #13032 (Internationalization - USE_THOUSAND_SEPARATOR breaks forms by formatting primary key values, ...) updated by anonymous
Summary changed
7:26 PM Ticket #13032 (Internationalization - USE_THOUSAND_SEPARATOR breaks forms by formatting primary key values, ...) created by exogen@…
When using USE_THOUSAND_SEPARATOR and NUMBER_GROUPING, number values …
7:18 PM Ticket #13023 (contrib.admin - Don't show "+ Add another" in admin inlines when extra = 0) updated by Gabriel Hurley
Replying to gregplaysguitar: > Another use case which is …
7:17 PM Ticket #12896 (Forms - ModelForm.is_valid() and ModelForm.errors have backwards-incompatible ...) updated by Jacob
I'll leave the final call to Joseph, but I think he's right and this …
7:13 PM Ticket #11940 (Forms - ModelForm evaluates callable default values on form class creation) updated by Jacob
Triage Stage changed
7:11 PM Ticket #13023 (contrib.admin - Don't show "+ Add another" in admin inlines when extra = 0) updated by Greg Brown
Another use case which is affected here - I have a flatpages-esque app …
7:10 PM Ticket #12982 (Core (Cache system) - Add get_or_set method to cache API) updated by Russell Keith-Magee
Triage Stage changed
The race condition is a problem, but as Alex noted on IRC, we should …
7:09 PM Ticket #10935 (Forms - forms.ImageField.clean should annotate the object returned by ...) updated by Jacob
Milestone changed
I'm calling this a feature, and kicking it out of 1.2.
7:08 PM Ticket #12791 (Core (Mail) - Setting encoding on EmailMessage does not produce intended result) updated by Jacob
Triage Stage changed
7:07 PM Ticket #12940 (contrib.comments - Comments admin should use ungettext instead of ugettext) updated by Jacob
Triage Stage changed
7:06 PM Ticket #12849 (django-admin.py runserver - django's development server raises an encoding exception when trying ...) updated by Jacob
Triage Stage changed
6:59 PM Ticket #12343 (Core (Management commands) - manage.py dbshell fails to launch mysql for unix socket) updated by Jacob
Triage Stage changed
6:59 PM Ticket #12229 (Documentation - ImageField.save should be documented upfront and obvious) updated by Gabriel Hurley
Status, Owner, Has patch changed
Added a patch that adds a large chunk to the FileField docs regarding …
6:56 PM Ticket #10099 (Database layer (models, ORM) - MySQL 5.0 does not support LIMIT in subqueries) closed by Jacob
wontfix: Marking wontfix: there's plenty of places where Django could generate …
6:50 PM Ticket #13031 (contrib.auth - User class in the auth module should return lastname and firstname as ...) closed by Jacob
wontfix: "Annoying" is a matter of taste: I'd find this patch annoying, myself. …
6:16 PM Ticket #13031 (contrib.auth - User class in the auth module should return lastname and firstname as ...) updated by Raydiation
Summary changed
6:16 PM Ticket #13031 (contrib.auth - User class in the auth module should return lastname and firstname as ...) created by Raydiation
Its quite annoying to get the Loginname as representation of the User. …
6:14 PM Ticket #12870 (Database layer (models, ORM) - ORM bug with using exclude in conjunction with Q objects) updated by Yeago
I verified that this bug still exists in latest svn. updated console: …
6:03 PM Ticket #12249 (Documentation - csrf_token not clear in User Authentication docs) updated by Gabriel Hurley
Status, Owner, Has patch, Summary changed
Added a patch that adds info on the csrf_token and a link to upgrading …
6:02 PM 12249_docs_patch.diff attached to Ticket #12249 by Gabriel Hurley
Adds info on csrf_token ahead of the form in question.
5:48 PM Ticket #12811 (Documentation - Tutorial 2 gets into templating details too early) updated by Gabriel Hurley
Status, Owner, Has patch, Summary changed
Add a patch that clarifies tutorial language and removes premature …
5:43 PM 12811_tutorial_patch.diff attached to Ticket #12811 by Gabriel Hurley
Clarifies tutorial language and removes premature instructions on …
5:20 PM Ticket #13013 (Documentation - Example form in i18n docs is missing {% csrf_token %}) updated by Gabriel Hurley
Status, Owner, Has patch, Summary changed
Added patch that adds the necessary csrf_token. Simple fix.
5:19 PM Ticket #13014 (Documentation - Document using LANGUAGE_CODE with the cache template tag) updated by anonymous
Has patch changed
5:18 PM 13013_csrf_missing_patch.diff attached to Ticket #13013 by Gabriel Hurley
Adds that pesky csrf_token to the form in the docs there…
5:05 PM Ticket #13023 (contrib.admin - Don't show "+ Add another" in admin inlines when extra = 0) updated by Gabriel Hurley
Status, Needs documentation, Has patch, Owner, Summary changed
I added a patch which restores the desired behavior by automatically …
5:04 PM nk_inherit_test.diff attached to Ticket #13030 by yishaibeeri
diff with test showing bug
5:04 PM Ticket #13030 (Core (Serialization) - Natural Key deserialization fails on foreign key to field that is ...) created by yishaibeeri
Attached diff has a test showing this: In (nonabstract) model …
4:55 PM 13023_inlines_patch.diff attached to Ticket #13023 by Gabriel Hurley
Restores desired behavior without breaking anything else, corrects …
4:36 PM 12882.2.diff attached to Ticket #12882 by Jannis Leidel
The collapse widget needs jQuery, too
4:30 PM Ticket #13000 (contrib.admin - Deprecated code in admin forms triggers string translation too soon) updated by Jacob
Triage Stage changed
4:24 PM Ticket #12434 (contrib.admin - django.contrib.admin does not work with blank short_description) updated by Jacob
Triage Stage changed
4:23 PM Ticket #12260 (contrib.admin - bug -- CSS class messes up ModelMultipleChoiceField in contrib.admin) updated by Jacob
Triage Stage changed
4:22 PM Ticket #12235 (contrib.admin - MultiValueDictKeyError when editing Inline objects) closed by Jacob
invalid: It's clear to me from the description that this is an improperly …
4:16 PM Ticket #10751 (contrib.admin - Admin actions not calling model's delete() method) closed by Jacob
duplicate: Now that the docs are in, I'm closing this as a dup of #11022. Please …
4:11 PM Ticket #12882 (contrib.admin - jQuery.noConflict() in admin breaks site specific code with jQuery) updated by Jannis Leidel
In the attached patch I'm referring to the part of jQuery's …
4:08 PM 12882.1.diff attached to Ticket #12882 by Jannis Leidel
Pass true to noConflict as mentioned on …
4:05 PM Ticket #13026 (contrib.admin - Problem with selecting related object from popup window, opened by ...) updated by ramusus
The problem is not a shift between number of row and id of elements …
3:36 PM field_numbering_off_by_one.diff attached to Ticket #13026 by Stefan Foulis
adds a '-1' in both inlines.js and inlines.min.js
3:34 PM Ticket #13026 (contrib.admin - Problem with selecting related object from popup window, opened by ...) updated by Stefan Foulis
it seems that the numbering on some fields is off by one. it's tricky, …
2:52 PM Ticket #12773 (Documentation - Update FAQ to indicate supported Python versions) updated by Karen Tracey
Owner, Status, Milestone changed
Python 2.7 is targeted for June, so it's unlikely (I hope) we need to …
2:26 PM Ticket #13029 (Uncategorized - Exception Value is empty with a HTMLParser.HTMLParseError) updated by Karen Tracey
This appears to be a Python2.6-only problem. 2.4, 2.5, and 2.7 (alpha …
2:10 PM Sprint201003Argentina edited by faramirez
(diff)
1:34 PM Ticket #13029 (Uncategorized - Exception Value is empty with a HTMLParser.HTMLParseError) created by jedie
In the settings.DEBUG Traceback page is the Exception Value empty if a …
1:08 PM Ticket #12962 (contrib.admin - Broken Admin Delete Action With Confirmation) updated by Paul Smith
@skevy Oh, no... there was definitely a problem before the patch. …
12:25 PM Ticket #13014 (Documentation - Document using LANGUAGE_CODE with the cache template tag) updated by Chris Beaven
Status, Component, Summary, Owner, Needs documentation, Has patch, Triage Stage changed
Good point, Jacob. Definitely just a documentation job.
12:03 PM Ticket #11903 (HTTP handling - WSGIRequest.path not quoted properly) updated by Jacob
Patch needs improvement changed
Need a test for this.
12:01 PM Ticket #11449 (Core (Serialization) - Performance regression loading from fixtures in 1.1 & trunk) updated by Jacob
Keywords, Milestone changed
With 1.2 in the final stages and no more information about why this is …
11:59 AM Ticket #13014 (Documentation - Document using LANGUAGE_CODE with the cache template tag) updated by Jacob
Doesn't the i18n context processor put LANGUAGE_CODEin the context? …
11:49 AM patch.txt attached to Ticket #13028 by pczapla
quick solution to this issue.
11:49 AM Ticket #13028 (Database layer (models, ORM) - Introspection doesn't work on mysql 4.1) created by pczapla
When I ran introspection against mysql 4.1, I've got the following …
11:42 AM Ticket #13027 (Documentation - serializer won't serialize an empty queryset or an iterator with a ...) created by adrian_nye
Ideally, I'd like to be able to serialize any queryset (including an …
11:17 AM Tutorials edited by gilnyc
(diff)
11:05 AM Sprint201003Argentina edited by dario
(diff)
10:57 AM Sprint201003Argentina edited by matiasherranz
(diff)
10:48 AM Sprint201003Argentina edited by anonymous
(diff)
10:47 AM Sprint201003Argentina edited by anonymous
(diff)
10:02 AM 13026_r12676.diff attached to Ticket #13026 by ramusus
this patch only changes .find("input,select,textarea,label") > …
9:58 AM Ticket #13026 (contrib.admin - Problem with selecting related object from popup window, opened by ...) created by ramusus
With inline rows created by django's template everithing is ok, but I …
8:49 AM Ticket #9847 (Core (Other) - Improved handling for HTTP 403 Errors) updated by Adam Nelson
Patch needs improvement changed
I take back what I said about not having a message at all. 1. It …
8:19 AM Ticket #13006 (Database layer (models, ORM) - Add order_by with sql LOWER() support) updated by Russell Keith-Magee
Triage Stage changed
Yes to the use case, no to the proposed API. A better approach would …
8:08 AM Ticket #13007 (HTTP handling - Django fails to log in when a cookie is set on the same domain ...) closed by Russell Keith-Magee
invalid: A colon *should* be a valid value in a cookie; you'll need to provide …
8:07 AM Ticket #13025 (Testing framework - Test runner should print failed test path in format that is accepted ...) created by Piotr Czachur
When I run all test and some of them fail I see […] Now when I …
8:05 AM Ticket #13008 (Core (Cache system) - @never_cache decorator should add 'no-cache' & 'no-store') updated by Russell Keith-Magee
Needs tests, Triage Stage changed
8:02 AM Ticket #13009 (Forms - provide django.forms field type info for use in templates) updated by Russell Keith-Magee
Triage Stage changed
Broadly the idea has merit, but it needs a bit of finesse - …
8:01 AM Localization edited by hgrimelid
Added Norwegian Nynorsk translator (diff)
7:51 AM Ticket #12974 (contrib.admindocs - Admindocs app introspection omits several model methods) updated by Jared Forsyth
Could you explain the 'redundant' comment? The function must not …
7:47 AM Ticket #13011 (Core (Cache system) - Clear Cache tag for consideration) closed by Russell Keith-Magee
wontfix: I'm going to mark this wontfix because it's starting to get into …
7:44 AM Ticket #13013 (Documentation - Example form in i18n docs is missing {% csrf_token %}) updated by Russell Keith-Magee
Milestone, Triage Stage changed
7:44 AM Ticket #13016 (Testing framework - Invalid ForeignKey ids in fixtures do not cause any error messages) updated by Russell Keith-Magee
Triage Stage changed
7:43 AM Ticket #13017 (Database layer (models, ORM) - generic relation generates needless join) updated by Russell Keith-Magee
Triage Stage, Milestone changed
This is possibly a regression caused by the recent m2m changes; needs …
7:41 AM Ticket #13019 (Database layer (models, ORM) - create_update: proxy object displayed instead of model verbose name) updated by Russell Keith-Magee
Patch needs improvement, Component, Needs tests, Triage Stage changed
It's not a bug to require unicode strings when defining unicode text. …
7:23 AM Ticket #13023 (contrib.admin - Don't show "+ Add another" in admin inlines when extra = 0) updated by Jannis Leidel
Needs documentation, Triage Stage changed
7:22 AM Ticket #13020 (Documentation - Django session documentation is wrong) updated by Russell Keith-Magee
Triage Stage changed
You *should* provide a key if you know which session you want to use. …
7:10 AM Ticket #13022 (Database layer (models, ORM) - when saving a model with m2m field in the admin, 'clear' and 'add' ...) closed by Russell Keith-Magee
wontfix: I'm going to call this working as intended. The admin code is doing …
7:04 AM Ticket #9964 (Database layer (models, ORM) - Transaction middleware closes the transaction only when it's marked as ...) updated by Shai Berger
Replying to ubernostrum: > A patch which wasn't ready for …
6:52 AM Ticket #13024 (Core (Other) - Signal sent on application startup) updated by Russell Keith-Magee
Triage Stage changed
This general has come up several times in the past, but I'm not aware …
6:32 AM Ticket #12914 (Core (Serialization) - Use yaml faster C implementation when available) updated by Beuc
This is more a bug-fix than a feature IMHO. I'd recommend including it …
5:57 AM Ticket #12747 (HTTP handling - Custom HTTP status reason phrases are not supported) updated by Russell Keith-Magee
@Gustavo: Is there any condition under which the existing …
4:27 AM Ticket #12747 (HTTP handling - Custom HTTP status reason phrases are not supported) updated by Gustavo Narea
Replying to ubernostrum: > 1.2 is feature-frozen, moving …
3:03 AM Ticket #8960 (Contrib apps - "View on site" does not work if contrib.sites is not installed) updated by Flo Ledermann
I just looked into this - in my opinion a much simpler patch is …
2:29 AM Ticket #13024 (Core (Other) - Signal sent on application startup) created by wojteks
I'd like to perform certain actions whenever my application starts …
2:26 AM Ticket #8960 (Contrib apps - "View on site" does not work if contrib.sites is not installed) updated by Flo Ledermann
Component, Version, Milestone changed
This is still present in 1.1.1, can we get this bug fixed in 1.2 …
2:23 AM Ticket #10608 (Contrib apps - Support RequestSite along with Sites.objects.get_current() in contrib) updated by Flo Ledermann
Btw the bug for the "View on site" issue is #8960 - also still not …
2:19 AM Ticket #10608 (Contrib apps - Support RequestSite along with Sites.objects.get_current() in contrib) updated by Flo Ledermann
Version changed
I would classify this as a bug, not a feature. Without using sites the …
1:47 AM Ticket #2417 (Database layer (models, ORM) - Support for binary type fields (aka: bytea in postgres and VARBINARY ...) updated by Torsten Bronger
Cc changed
1:41 AM Ticket #9170 (Documentation - Write real documentation for custom management commands) updated by David Fischer
Cc, Status, Has patch, Version, Owner changed
1:35 AM management-commands-9170.diff attached to Ticket #9170 by David Fischer
Added a complete tutorial of adding a management command
12:59 AM Ticket #11684 (contrib.admin - dismissAddAnotherPopup fails with XHTML) updated by James Bennett
Milestone changed
This is part of the larger issue of dealing with varying output …
12:59 AM Ticket #11683 (contrib.admin - response_add assumes DEFAULT_CONTENT_TYPE is text/html for ...) updated by James Bennett
Milestone changed
This is part of the larger issue of dealing with varying output …
12:56 AM Ticket #9847 (Core (Other) - Improved handling for HTTP 403 Errors) updated by James Bennett
Milestone changed
Also, this is a minor enough issue that it really ought to happen on …
12:55 AM Ticket #12725 (Database layer (models, ORM) - Combining Q objects with | is inefficient; lots of deep cloning) updated by James Bennett
Milestone changed
Since this isn't an actual bug but rather a possible optimization (and …
12:54 AM Ticket #12280 (Documentation - working with forms example should include editing an existing instance) updated by James Bennett
Milestone changed
Punting from 1.2; we can always add this later when there's time.
12:52 AM Ticket #12224 (Database layer (models, ORM) - psycopg2 raises "can't adapt" when use gettext extensions on model ...) closed by James Bennett
duplicate: This is a specific case of trying to have a field value stored in the …
12:44 AM Ticket #12056 (Core (Other) - update to Apache/mod_wsgi documentation) updated by James Bennett
Milestone changed
The current recommendation is one that's known to work and consists of …
12:39 AM Ticket #12068 (Template system - The {% url %} parser can fail with StopIteration) updated by James Bennett
Milestone changed
This is enough of an edge case that I'm comfortable punting it from 1.2.
12:35 AM Ticket #11155 (File uploads/storage - Buffer size in get_image_dimensions too small) closed by James Bennett
duplicate: This certainly looks like a duplicate of #11158; closing in favor of …
12:05 AM Ticket #12962 (contrib.admin - Broken Admin Delete Action With Confirmation) updated by skevy
@blinkylights does this patch cause this error? or was the error …

Mar 3, 2010:

11:36 PM Ticket #6362 (Forms - Remove blank spaces with strip when validating the data) updated by net147
Cc changed
9:30 PM Ticket #13023 (contrib.admin - Don't show "+ Add another" in admin inlines when extra = 0) created by rasca
Up to 1.1 when dealing with inlines in the admin one could set extra=0 …
9:26 PM Ticket #12960 (Forms - return value (cleaned_data) from clean() method is ignored) updated by jkocherhans
Status changed
Replying to patrys: > I think self.instance existing at …
9:16 PM 12960.diff attached to Ticket #12960 by jkocherhans
Complete patch. Still thinking about it, but this moves model …
8:33 PM Sprint201003Argentina edited by efmontes
(diff)
7:11 PM Changeset [1fedc0b9]stable/1.1.x by Karen Tracey <kmtracey@…>
[1.1.X] Made Python 2.3 compatibility fixes for some recent test …
6:54 PM Ticket #3400 (contrib.admin - Support for lookup separator with list_filter admin option) updated by brentp
current patch does not respect limit_choices_to when specified for a …
6:10 PM Ticket #12404 (Database layer (models, ORM) - Improve max_length validation) updated by Leo Shklovskii
Needs tests, Cc changed
Updated patch with tests. I added a check for wrong type argument as …
6:09 PM 12404_new.diff attached to Ticket #12404 by Leo Shklovskii
updated patch with tests
6:03 PM Ticket #12972 (contrib.flatpages - flatpages chokes if the url doesn't begin and end with a slash (but ...) updated by Russell Keith-Magee
Patch needs improvement, Needs tests changed
Django's testing tools have all sorts of utils for checking form …
6:00 PM Ticket #12974 (contrib.admindocs - Admindocs app introspection omits several model methods) updated by Russell Keith-Magee
Needs tests, Component, Triage Stage, Patch needs improvement changed
Ok - problem now confirmed. For future reference: While I was …
5:20 PM Ticket #12416 (GIS - Improve KML Serialization) updated by James Bennett
Milestone changed
This doesn't seem to be an actual bug, so I'm punting it off the milestone.
5:17 PM Ticket #11313 (contrib.admin - list_editable fields don't support 'save' in multiuser environment) updated by James Bennett
Milestone changed
With no further action -- not even a patch -- there's no way this …
5:04 PM Ticket #11156 (Database layer (models, ORM) - Unnecessary savepoints with Oracle) updated by James Bennett
Milestone changed
So long as this isn't actually a bug (e.g., we're not ending up with …
5:02 PM Ticket #10650 (Documentation - Clarify use of MEDIA_ROOT in default settings.py) updated by James Bennett
Component changed
This is really a documentation issue masquerading as something else.
5:00 PM Ticket #10557 (contrib.formtools - FormWizard should not output raw HTML for previous_fields) updated by James Bennett
Milestone changed
If it's not backwards-compatible it can't land in 1.2; luckily, you …
4:59 PM Ticket #10476 (Database layer (models, ORM) - Fix(?) model insert handling when autcommit=True for PostgreSQL <= 8.1) updated by James Bennett
Milestone changed
Patch hasn't been updated since before 1.1, so I'd be wary of checking …
4:56 PM Ticket #10436 (contrib.admin - Application names i18n in the admin app broken) updated by James Bennett
Milestone changed
I know Adrian put that bit into the template, but other than that …
4:54 PM Ticket #10414 (Database layer (models, ORM) - select_related ignores unrecognized fields) updated by James Bennett
Milestone changed
While I agree it'd be nice to have error reporting when you mistype a …
4:49 PM Ticket #10004 (Internationalization - Enable -c switch in xgettext call to collect translator comments) updated by James Bennett
Milestone changed
This feels too much like a feature request to be on the 1.2 milestone …
4:48 PM Ticket #9784 (contrib.admin - Django admin: prepopulated_fields does not update on javascript ...) updated by James Bennett
Milestone changed
I'm going to bump this off the 1.2 milestone, for a couple reasons: …
4:48 PM Ticket #9264 (contrib.admin - ModelAdmin: multipe items in prepopulated_fields breaks the auto-fillin) updated by James Bennett
Milestone changed
I'm going to bump this off the 1.2 milestone, for a couple reasons: …
4:47 PM Ticket #9983 (contrib.admin - Javascript issue on admin interface with prepopulated_fields) updated by James Bennett
Milestone changed
I'm going to bump this off the 1.2 milestone, for a couple reasons: …
4:44 PM Ticket #9964 (Database layer (models, ORM) - Transaction middleware closes the transaction only when it's marked as ...) updated by James Bennett
Milestone changed
A patch which wasn't ready for 1.1 and hasn't been updated since …
3:59 PM Ticket #9847 (Core (Other) - Improved handling for HTTP 403 Errors) updated by James Bennett
I think there should be content in the response, since otherwise you'd …
3:46 PM Ticket #6073 (Internationalization - compile-messages.py parse error for utf-8 files with signature) updated by James Bennett
Milestone changed
UTF-8 with a BOM is, as far as I know, so rare that there's probably …
3:07 PM Ticket #13022 (Database layer (models, ORM) - when saving a model with m2m field in the admin, 'clear' and 'add' ...) updated by Ramiro Morales
Description changed
reformatted description.
3:05 PM Ticket #12962 (contrib.admin - Broken Admin Delete Action With Confirmation) updated by Paul Smith
Patch needs improvement changed
With the patch applied, deleting is working. However, we still have a …
2:29 PM testproject.tar.gz attached to Ticket #13022 by benc
2:24 PM Ticket #13022 (Database layer (models, ORM) - when saving a model with m2m field in the admin, 'clear' and 'add' ...) created by benc
I've built a simple test project with one app and two models, Model1 …
1:58 PM Ticket #9264 (contrib.admin - ModelAdmin: multipe items in prepopulated_fields breaks the auto-fillin) updated by Jacob
Triage Stage changed
This really should be updated to use jQuery now, but it's not a big …
1:56 PM Ticket #8918 (File uploads/storage - FileField upload_to should not be required for custom backends) updated by Jacob
Triage Stage changed
1:56 PM Ticket #8874 (Core (Other) - problem with URLs on FastCGI after update to 1.0) closed by Jacob
invalid: This isn't a bug, so I'm closing it. Feel free to open a new ticket …
1:52 PM Ticket #13020 (Documentation - Django session documentation is wrong) updated by donspaulding
Component changed
1:31 PM Ticket #8171 (Forms - Invalid formset when form is missing from POST data) closed by Jacob
wontfix: Again, don't do this. See #8649.
1:29 PM Ticket #11801 (Forms - Should be able to get deleted_forms on a formset even if it contains a ...) updated by Jacob
Triage Stage changed
1:28 PM Ticket #8165 (Forms - When using can_order=True on formset, ordered_forms is not avaible ...) closed by Jacob
duplicate: Dup of #11801.
1:27 PM Ticket #7581 (Core (Other) - Middleware accessing HttpResponse.content breaks streaming ...) updated by Jacob
Milestone changed
Bumping from 1.2: there's still no agreement about the correct …
1:15 PM Ticket #12978 (contrib.syndication - Support in syndication framework for CSS stylesheet links) updated by Jacob
Triage Stage changed
1:01 PM Ticket #12978 (contrib.syndication - Support in syndication framework for CSS stylesheet links) reopened by intrepidweb
RSS feeds contain CSS and/or XSL stylesheets all the time. Here's a …
12:40 PM Ticket #12972 (contrib.flatpages - flatpages chokes if the url doesn't begin and end with a slash (but ...) updated by Jared Forsyth
Patch needs improvement, Needs tests changed
12:40 PM Ticket #12974 (contrib.admindocs - Admindocs app introspection omits several model methods) updated by Jared Forsyth
Patch needs improvement, Needs tests changed
12:40 PM Ticket #9616 (Uncategorized - bdist_rpm fails in 1.0.1 - version names with hyphens are not ...) closed by James Bennett
wontfix: I'm going to make a release-manager pronouncement here and say we're …
12:40 PM Ticket #9063 (contrib.admin - Feature request: Advanced search in Admin) updated by anonymous
Cc changed
12:36 PM Ticket #12803 (contrib.admin - Provide styling for warning and error messages) updated by James Bennett
Milestone changed
This is really a feature request, and so can't go on 1.2.
12:35 PM Ticket #12810 (Core (System checks) - Add validation for clashing ManyToManyField.db_table names) updated by James Bennett
Milestone changed
If this is a bug it's a validation bug -- since the problem is we're …
12:30 PM Ticket #11905 (Forms - modelform_factory returns a broken form when given wrong value for fields) updated by James Bennett
Milestone changed
While better error reporting is always nice, it's not release-critical …
12:28 PM Ticket #3349 (Template system - If an ImportError occurs within some loaders a rather confusing ...) updated by James Bennett
Milestone changed
Given that this is really more of a minor annoyance than a bug, and …
12:27 PM Ticket #6533 (contrib.syndication - Syndication Framework: Item titles and descriptions double-escaped) closed by James Bennett
fixed: As Jacob points out, the RSS-specific behavior is correct as of …
12:22 PM Ticket #8968 (contrib.comments - No way to utilize `next` parameter to redirect after comment deletion) updated by James Bennett
Milestone changed
This isn't critical enough to get developer time before the 1.2 …
12:20 PM Ticket #12894 (*.djangoproject.com - Not-so-nice anchor for section titles in docs.djangoproject.com) updated by James Bennett
Milestone changed
If upgrading djangoproject.com's Sphinx fixes this, then it's not a …
12:14 PM Ticket #13018 (HTTP handling - Raw request data should be exposed via request object.) closed by James Bennett
wontfix: The raw request data is exposed; in the WSGI adapter it's on the …
11:57 AM Ticket #12974 (contrib.admindocs - Admindocs app introspection omits several model methods) reopened by Jared Forsyth
When admindocs displays methods for a model, it only displays ones w/ …
11:55 AM Ticket #13021 (Database layer (models, ORM) - Allowing models to influence QuerySet.update) updated by Dennis Kaarsemaker
Needs documentation, Needs tests, Triage Stage, Patch needs improvement changed
11:55 AM improved_update.patch attached to Ticket #13021 by Dennis Kaarsemaker
11:54 AM Ticket #13021 (Database layer (models, ORM) - Allowing models to influence QuerySet.update) created by Dennis Kaarsemaker
I'd like to have a bit more control over what update() does, e.g. for …
11:38 AM admindocs_methods_trunk.diff attached to Ticket #12974 by Jared Forsyth
diff'd against the root
11:31 AM Ticket #12972 (contrib.flatpages - flatpages chokes if the url doesn't begin and end with a slash (but ...) updated by Jared Forsyth
As far as testing goes, it seems to be a UI change, and therefore hard …
11:18 AM DjangoJobs edited by wuxxin
(diff)
11:17 AM Ticket #12382 (contrib.admin - Deleting an inline can delete the whole inlined model instance recursively) updated by anonymous
Cc changed
11:15 AM Ticket #7539 (Database layer (models, ORM) - Add ON DELETE and ON UPDATE support to Django) updated by anonymous
Cc changed
10:55 AM Ticket #13020 (Documentation - Django session documentation is wrong) created by bryan
http://docs.djangoproject.com/en/1.1/topics/http/sessions/#using-sessio
10:46 AM Ticket #12955 (File uploads/storage - Large file (bigger than 2GB) upload) updated by Ivan Sagalaev
Owner changed
10:45 AM Ticket #12955 (File uploads/storage - Large file (bigger than 2GB) upload) updated by Ivan Sagalaev
The problem is caused by using len(self.file) because len() …
10:42 AM Sprint201003Argentina edited by alejolp
(diff)
9:23 AM Ticket #12960 (Forms - return value (cleaned_data) from clean() method is ignored) updated by Patryk Zawadzki
Replying to jkocherhans: > That's part of a possible …
9:15 AM Ticket #13019 (Database layer (models, ORM) - create_update: proxy object displayed instead of model verbose name) updated by Beuc
However the change apparently requires all verbose_name / …
9:06 AM create_update.py.patch attached to Ticket #13019 by Beuc
9:05 AM Ticket #13019 (Database layer (models, ORM) - create_update: proxy object displayed instead of model verbose name) created by Beuc
I get this kind of error at http://localhost:8000/users/10/ […] …
8:24 AM Ticket #12960 (Forms - return value (cleaned_data) from clean() method is ignored) updated by jkocherhans
Owner, Patch needs improvement, Has patch, Status changed
Replying to patrys: > Could we fix it by (re)constructing …
7:59 AM Ticket #12997 (Documentation - Add Metadata Targets to QuerySet API Reference) updated by Russell Keith-Magee
Triage Stage changed
7:59 AM Ticket #9453 (*.djangoproject.com - Can't reset djangoproject account password) closed by Russell Keith-Magee
duplicate: Marking as a duplicate of #11539
7:58 AM Ticket #12994 (Uncategorized - error in Register (for logon to this site)) closed by Russell Keith-Magee
duplicate: Effectively a duplicate of #9453
7:55 AM Ticket #12988 (Forms - Add support of IDN domains for URLField validator.) updated by Russell Keith-Magee
Triage Stage changed
7:54 AM Ticket #12985 (Forms - Add a download link for the current file with the current file name to ...) closed by Russell Keith-Magee
wontfix: I agree with @AndrewIngram. Exact rendering of widgets is a user …
7:47 AM Ticket #12979 (Testing framework - TestCase disables savepoint_commit, savepoint_rollback) updated by Russell Keith-Magee
Triage Stage changed
7:46 AM Ticket #12898 (File uploads/storage - non-english filenames broken on Windows after r10693) updated by Karen Tracey
(In [12677]) [1.1.X] Fixed the files test to not care whether the …
7:46 AM Changeset [cc65ac9e]stable/1.1.x by Karen Tracey <kmtracey@…>
[1.1.X] Fixed the files test to not care whether the names are …
7:46 AM Ticket #12978 (contrib.syndication - Support in syndication framework for CSS stylesheet links) closed by Russell Keith-Magee
wontfix: I'm not aware of any CSS technique that works reliably for RSS or Atom …
7:40 AM Ticket #12898 (File uploads/storage - non-english filenames broken on Windows after r10693) updated by Karen Tracey
(In [12676]) Fixed the files test to not care whether the names are …
7:40 AM Changeset [0a0748a]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Karen Tracey <kmtracey@…>
Fixed the files test to not care whether the names are reported as …
7:37 AM Ticket #12977 (Database layer (models, ORM) - Index length errors running tests on MySQL) updated by Russell Keith-Magee
Component changed
Actually, the problem isn't just the testing framework; Character …
7:36 AM Ticket #12977 (Database layer (models, ORM) - Index length errors running tests on MySQL) updated by Russell Keith-Magee
Triage Stage changed
7:34 AM Ticket #12975 (Documentation - Docs for contrib.admindocs?) updated by Russell Keith-Magee
Triage Stage changed
7:34 AM Ticket #12974 (contrib.admindocs - Admindocs app introspection omits several model methods) closed by Russell Keith-Magee
worksforme: Firstly - please generate patches against the root of the source tree. …
7:20 AM Ticket #13014 (Documentation - Document using LANGUAGE_CODE with the cache template tag) updated by Chris Beaven
You'd also want to mention that they'd have to pass request in the …
7:19 AM Sprint201003Argentina edited by Daniel F Moisset
(diff)
7:15 AM Ticket #12972 (contrib.flatpages - flatpages chokes if the url doesn't begin and end with a slash (but ...) updated by Russell Keith-Magee
Patch needs improvement changed
Also - please generate patches against the root of the tree.
7:12 AM Ticket #13018 (HTTP handling - Raw request data should be exposed via request object.) updated by Karen Tracey
Milestone changed
Please don't put new feature requests in the milestone for a …
7:09 AM Ticket #12972 (contrib.flatpages - flatpages chokes if the url doesn't begin and end with a slash (but ...) updated by Russell Keith-Magee
Component, Triage Stage changed
Checking for the trailing slash isn't necessarily a given -- you only …
7:02 AM Ticket #12374 (Database layer (models, ORM) - QuerySet .iterator() loads everything into memory anyway) closed by Russell Keith-Magee
worksforme: The most likely cause of problems here is having DEBUG=True enabled; …
6:32 AM Ticket #10700 (*.djangoproject.com - Searching 1.0 docs -- results link to dev docs) updated by Dougal Matthews
Just a note to add I think russ meant to write; The "latest" option …
6:24 AM Ticket #10700 (*.djangoproject.com - Searching 1.0 docs -- results link to dev docs) updated by Russell Keith-Magee
Additional (but related) problem reported by Dougal Matthews on …
5:31 AM Ticket #13014 (Documentation - Document using LANGUAGE_CODE with the cache template tag) updated by Jannis Leidel
IMO, we should simply mention in the docs that this works well: …
4:44 AM Ticket #13018 (HTTP handling - Raw request data should be exposed via request object.) created by Damon
I recently had the need to proxy some requests from some clients to …
4:35 AM Ticket #12960 (Forms - return value (cleaned_data) from clean() method is ignored) updated by Patryk Zawadzki
Could we fix it by (re)constructing the instance at the end of …
4:07 AM Ticket #13017 (Database layer (models, ORM) - generic relation generates needless join) created by MS
I have an generic relation, and tries to do some database queries with …
3:07 AM Ticket #12969 (Internationalization - new symlinks option needs versionadded flag in doc) closed by James Bennett
fixed: (In [12675]) Fixed #12969: Use versionadded directive for the new …
3:07 AM Changeset [4e65d73e]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 #12969: Use versionadded directive for the new --symlinks option …
3:02 AM Ticket #12601 (Documentation - ModelForm documentation refers to a forms field SlugField which is not ...) updated by James Bennett
(In [12674]) [1.1.X] Fixed #12601: Documented the slug field in the …
3:02 AM Changeset [1332b114]stable/1.1.x by James Bennett <ubernostrum@…>
[1.1.X] Fixed #12601: Documented the slug field in the forms module. …
3:01 AM Ticket #12601 (Documentation - ModelForm documentation refers to a forms field SlugField which is not ...) closed by James Bennett
fixed: (In [12673]) Fixed #12601: Documented the slug field in the forms module.
3:01 AM Changeset [926bf195]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 #12601: Documented the slug field in the forms module. …
2:52 AM Ticket #12217 (Documentation - FlatpageFallbackMiddleware means view middleware is not applied) updated by James Bennett
(In [12672]) [1.1.X] Fixed #12217: Documented the fact that serving …
2:52 AM Changeset [36e7739d]stable/1.1.x by James Bennett <ubernostrum@…>
[1.1.X] Fixed #12217: Documented the fact that serving flatpages from …
2:51 AM Ticket #12217 (Documentation - FlatpageFallbackMiddleware means view middleware is not applied) closed by James Bennett
fixed: (In [12671]) Fixed #12217: Documented the fact that serving flatpages …
2:51 AM Changeset [795e323]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 #12217: Documented the fact that serving flatpages from the …
2:44 AM Ticket #11889 (Documentation - Order for context being override isn't clear for Context Processors ...) updated by James Bennett
(In [12670]) [1.1.X] Fixed #11889: Documented the fact that context …
2:44 AM Changeset [7adae302]stable/1.1.x by James Bennett <ubernostrum@…>
[1.1.X] Fixed #11889: Documented the fact that context processors will …
2:43 AM Ticket #11889 (Documentation - Order for context being override isn't clear for Context Processors ...) closed by James Bennett
fixed: (In [12669]) Fixed #11889: Documented the fact that context processors …
2:43 AM Changeset [cdd95077]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 #11889: Documented the fact that context processors will …
2:36 AM Ticket #11883 (Documentation - Docs should really point out that you can set template_name of a ...) closed by James Bennett
fixed: (In [12668]) [1.1.X] Fixed #11883: Documented how to set a custom …
2:36 AM Changeset [bca50d20]stable/1.1.x by James Bennett <ubernostrum@…>
[1.1.X] Fixed #11883: Documented how to set a custom template name on …
2:34 AM Changeset [1f56ed73]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 #11883: Documented how to set a custom template name on a …
2:21 AM Ticket #9641 (Documentation - Django shared hosting deployment documentation - chmod 755) closed by James Bennett
wontfix: Going to wontfix this, since recommending a "chmod 755" is always the …
2:19 AM Ticket #12879 (contrib.admin - jquery gets included multiple times) updated by James Bennett
(In [12666]) [1.1.X] Expanded the fix in [12663] to cover CSS …
2:19 AM Changeset [faa341e6]stable/1.1.x by James Bennett <ubernostrum@…>
[1.1.X] Expanded the fix in [12663] to cover CSS declarations, which …
2:17 AM Changeset [6edcd11]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@…>
Expanded the fix in [12663] to cover CSS declarations, which were also …
2:04 AM Ticket #12879 (contrib.admin - jquery gets included multiple times) updated by James Bennett
Note that the fix applied does not deal with the issue of specifying …
2:03 AM Ticket #12879 (contrib.admin - jquery gets included multiple times) updated by James Bennett
(In [12664]) [1.1.X] Fixed #12879: Declaring the same JS file multiple …
2:03 AM Changeset [1d12aa2]stable/1.1.x by James Bennett <ubernostrum@…>
[1.1.X] Fixed #12879: Declaring the same JS file multiple times in a …
2:01 AM Ticket #12879 (contrib.admin - jquery gets included multiple times) closed by James Bennett
fixed: (In [12663]) Fixed #12879: Declaring the same JS file multiple times …
2:01 AM Changeset [9a82ca0a]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 #12879: Declaring the same JS file multiple times in a single …
1:55 AM Ticket #12879 (contrib.admin - jquery gets included multiple times) updated by James Bennett
The root issue is that JS is added in a list comprehension, which …
1:53 AM 12879.diff attached to Ticket #12879 by James Bennett
Patch + test case
1:53 AM Ticket #12972 (contrib.flatpages - flatpages chokes if the url doesn't begin and end with a slash (but ...) updated by Gert Van Gool
Needs tests changed
1:53 AM Ticket #12974 (contrib.admindocs - Admindocs app introspection omits several model methods) updated by Gert Van Gool
Needs tests changed
1:37 AM Ticket #1807 (Database layer (models, ORM) - [patch] union and intersection operating on lists) closed by James Bennett
wontfix: Several problems here. One is that the ticket was closed wontfix by …
12:12 AM Ticket #13016 (Testing framework - Invalid ForeignKey ids in fixtures do not cause any error messages) created by Art <artem.skvira@…>
When referencing a non-existing entity instance in fixtures for …

Mar 2, 2010:

11:23 PM Ticket #12962 (contrib.admin - Broken Admin Delete Action With Confirmation) updated by skevy
Version changed
11:22 PM Ticket #12962 (contrib.admin - Broken Admin Delete Action With Confirmation) updated by skevy
Cc changed
I've done a bit more research into this ticket. The patch does indeed …
11:15 PM 494.r12661.diff attached to Ticket #494 by Matthew Schinckel
I've updated the patch so that it doesn't use an empty list as the …
10:52 PM Ticket #11263 (contrib.contenttypes - Bug in lookup with generic relation in model inheritance) updated by Patrick Altman
Has patch changed
10:51 PM Ticket #10967 (Database layer (models, ORM) - save(force_update=True) crashes with model inheritance) updated by Patrick Altman
Has patch changed
10:50 PM Ticket #10099 (Database layer (models, ORM) - MySQL 5.0 does not support LIMIT in subqueries) updated by Patrick Altman
Has patch changed
10:43 PM Ticket #13000 (contrib.admin - Deprecated code in admin forms triggers string translation too soon) updated by Patrick Altman
Has patch changed
8:00 PM Ticket #13015 (Documentation - Language regarding ModelForms with instances attached vs. bound Forms ...) updated by Chris Beaven
Triage Stage changed
Yes, the model form documentation's use of an instance being "bound" …
7:53 PM Ticket #13015 (Documentation - Language regarding ModelForms with instances attached vs. bound Forms ...) updated by Wedg
Replying to Wedg: > I discovered that providing initial …
7:51 PM Ticket #13015 (Documentation - Language regarding ModelForms with instances attached vs. bound Forms ...) created by Wedg
I discovered that providing initial via the field = …
7:48 PM Ticket #13014 (Documentation - Document using LANGUAGE_CODE with the cache template tag) updated by Chris Beaven
Needs documentation, Triage Stage changed
Yann brought up the point that maybe a user should be told to just do …
6:32 PM Ticket #13014 (Documentation - Document using LANGUAGE_CODE with the cache template tag) updated by Chris Beaven
Status, Component, Summary, Version, Owner, Has patch changed
6:30 PM 13014.diff attached to Ticket #13014 by Chris Beaven
6:03 PM Ticket #11526 (contrib.auth - LDAP authentication backend) updated by Ewoud Kohl van Wijngaarden
Thank you for your effort. I've been using it in production without …
5:57 PM Ticket #13014 (Documentation - Document using LANGUAGE_CODE with the cache template tag) updated by Chris Beaven
Milestone, Triage Stage changed
I think that it makes sense to achieve parity between decorator and …
5:45 PM Ticket #13014 (Documentation - Document using LANGUAGE_CODE with the cache template tag) created by yml
Issue: The cache templatetag does not take into account the …
5:15 PM Ticket #11526 (contrib.auth - LDAP authentication backend) closed by Peter Sagerson
wontfix: Sorry, by closed I meant wontfix. Closing wontfix myself on the advice …
4:25 PM Ticket #1807 (Database layer (models, ORM) - [patch] union and intersection operating on lists) reopened by verveguy
So, I believe I have found a case where the standard behavior of the …
4:23 PM Ticket #13012 (Database layer (models, ORM) - Model.objects.get_or_create() try/except is slightly yet insideously broken) closed by Karen Tracey
invalid: That's exactly what the get_or_create code wants to do: reflect the …
4:18 PM Ticket #11158 (Core (Other) - get_image_dimensions very slow after 1 call) updated by Chris Beaven
Simpler patch, same effect.
4:17 PM 11158.diff attached to Ticket #11158 by Chris Beaven
4:15 PM Ticket #11526 (contrib.auth - LDAP authentication backend) updated by Karen Tracey
Milestone changed
Replying to psagers: > Moving to 1.2 so it will get …
4:09 PM Ticket #11994 (File uploads/storage - save upload file with specify encode) closed by Karen Tracey
fixed: I suspect this is fixed by r12661, which restores old behavior of …
4:06 PM Ticket #11030 (File uploads/storage - File uploads break on non english filesystem encoding) updated by Karen Tracey
Whoops that was supposed to be fixed #12898 and refs this one. r12661
4:02 PM Ticket #12898 (File uploads/storage - non-english filenames broken on Windows after r10693) closed by Karen Tracey
fixed: (In [12662]) [1.1.X] Fixed #12898: Reverted a change that assumed the …
4:02 PM Changeset [c6e662cd]stable/1.1.x by Karen Tracey <kmtracey@…>
[1.1.X] Fixed #12898: Reverted a change that assumed the file system …
3:58 PM Ticket #11030 (File uploads/storage - File uploads break on non english filesystem encoding) updated by Karen Tracey
(In [12661]) Fixed #11030: Reverted a change that assumed the file …
3:58 PM Changeset [600aa66]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Karen Tracey <kmtracey@…>
Fixed #11030: Reverted a change that assumed the file system encoding …
3:58 PM Ticket #13013 (Documentation - Example form in i18n docs is missing {% csrf_token %}) created by anonymous
The form at the bottom of the …
3:33 PM Ticket #12999 (Contrib apps - update_all_contenttypes in contenttypes.management fails in django 1.2) updated by Gabriel Hurley
Component changed
3:30 PM Ticket #13012 (Database layer (models, ORM) - Model.objects.get_or_create() try/except is slightly yet insideously broken) updated by brantley (deadwisdom@…
No, I was all wrong on this. The existing way is correct. But …
3:21 PM get_or_create_fix.patch attached to Ticket #13012 by brantley (deadwisdom@…
Fix for ticket #13012
3:20 PM Ticket #13012 (Database layer (models, ORM) - Model.objects.get_or_create() try/except is slightly yet insideously broken) created by brantley (deadwisdom@…
What is wrong with this code: […] That's right, e is not defined. …
3:13 PM Ticket #11526 (contrib.auth - LDAP authentication backend) updated by Peter Sagerson
Milestone changed
Moving to 1.2 so it will get closed.
3:07 PM Ticket #11526 (contrib.auth - LDAP authentication backend) updated by hejsan
Cc changed
2:21 PM Ticket #10975 (Uncategorized - Accessing derived block doesn't work within ifequal tag) updated by Chris Beaven
Fixed in [12655], by the way.
2:13 PM Ticket #8896 (Core (URLs) - Routing according also to hostname) updated by mikexstudios
Cc changed
1:41 PM Ticket #11522 (HTTP handling - UnicodeEncodeError on redirect to non-ASCII Location) closed by Karen Tracey
fixed: (In [12660]) [1.1.X] Fixed #11522: Restored ability of http redirect …
1:41 PM Changeset [b50b3cf7]stable/1.1.x by Karen Tracey <kmtracey@…>
[1.1.X] Fixed #11522: Restored ability of http redirect responses to …
1:37 PM Changeset [125c748]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Karen Tracey <kmtracey@…>
Fixed #11522: Restored ability of http redirect responses to correctly …
1:26 PM Ticket #13011 (Core (Cache system) - Clear Cache tag for consideration) created by Joao Coelho
Hi. Here is a template tag I wrote that might be worth adding. It …
12:55 PM Ticket #373 (Database layer (models, ORM) - Add support for multi-column primary keys.) updated by broderboy
Cc changed
11:52 AM Ticket #6228 (Core (Other) - Common middleware does not respect urlconf override in request) updated by mikexstudios
Cc changed
@skevy Wow, that's awesome. Thanks for making a new patch and creating …
11:38 AM Ticket #13010 (Forms - ModelForm clean() is ignored) closed by jkocherhans
duplicate: Duplicate of #12960.
11:15 AM Ticket #13010 (Forms - ModelForm clean() is ignored) created by Patryk Zawadzki
In 1.2 when you validate a form the logic is as follows: * …
11:14 AM Sprint201003Argentina edited by Ramiro Morales
Addded times, link to PyCamp page, clarified Cordoba location and … (diff)
11:11 AM Changeset [cea0374]stable/1.1.x by Jannis Leidel <jannis@…>
[1.1.X] Fixed Bosnian language code introduced in r12330. Backport …
10:57 AM Ticket #7936 (contrib.syndication - Add Last-Modified header to feeds) updated by James Bennett
Milestone changed
This is a feature request, and so it cannot go on the 1.2 milestone; …
10:51 AM Ticket #7936 (contrib.syndication - Add Last-Modified header to feeds) updated by anonymous
Milestone changed
10:46 AM Ticket #7936 (contrib.syndication - Add Last-Modified header to feeds) updated by anonymous
Version changed
10:40 AM Sprints edited by Ramiro Morales
(diff)
9:42 AM Changeset [53eeab6]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 Bosnian language code introduced in r12322. git-svn-id: …
9:20 AM NonSqlBackends edited by Waldemar Kornewald
(diff)
9:20 AM AppEngine edited by Waldemar Kornewald
(diff)
9:19 AM AppEngine edited by Waldemar Kornewald
(diff)
8:56 AM Ticket #13009 (Forms - provide django.forms field type info for use in templates) created by Tom von Schwerdtner
My use case is that it would be useful to have access to this info …
8:49 AM Sprint201003Argentina edited by jkocherhans
Added myself to online participants. (diff)
8:13 AM Ticket #13008 (Core (Cache system) - @never_cache decorator should add 'no-cache' & 'no-store') created by harm
I noticed that the never_cache {{{ django/views/decorators/cache.py …
7:49 AM field_numbering_off_by_one.2.diff attached to Ticket #12508 by Stefan Foulis
Fixes faulty field numbering for ForeigKeys (add link and field. and …
7:46 AM field_numbering_off_by_one.diff attached to Ticket #12508 by Stefan Foulis
Fixes faulty field numbering for ForeigKeys (add link and field. and …
6:27 AM SummerOfCode2010 edited by gvwilson
Greg Wilson added as potential GSoC mentor. (diff)
5:28 AM Ticket #12090 (contrib.admin - Show admin actions on the edit pages too) updated by Aaron Riedener
Is it possible to give a short input on this ticket? I'd prefer to …
4:55 AM Ticket #9475 (Database layer (models, ORM) - add(), create(), etc. should be supported by intermediate ManyToMany ...) updated by Antti Kaihola
The above patch is what I've been cooking as a minimal solution to get …
4:53 AM smart_m2mfield.py attached to Ticket #9475 by Antti Kaihola
partial solution as a separate module for non-patched Django
4:48 AM Ticket #12955 (File uploads/storage - Large file (bigger than 2GB) upload) updated by scarface
Traceback: Environment: Request Method: POST Request URL: …
4:21 AM Ticket #13007 (HTTP handling - Django fails to log in when a cookie is set on the same domain ...) created by Warlax
From the release notes for the development version of django 1.2 I …
3:21 AM Ticket #12849 (django-admin.py runserver - django's development server raises an encoding exception when trying ...) updated by Fraser Nevett
Patch needs improvement changed
That's the combined version generated and attached.
3:19 AM combined.diff attached to Ticket #12849 by Fraser Nevett
This is the combined version of the two existing patches.
2:44 AM Changeset [135781f4]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 Jarek Zgoda <jarek.zgoda@…>
Polish translation updated git-svn-id: …
1:47 AM Ticket #6510 (Template system - get_nodes_by_type refactor for easier extensibility (fixes an ...) closed by Russell Keith-Magee
fixed: (In [12655]) [1.1.X] Fixed #6510 -- Refactored the way child nodes are …
1:47 AM Changeset [755a0f6]stable/1.1.x by Russell Keith-Magee <russell@…>
[1.1.X] Fixed #6510 -- Refactored the way child nodes are found in …
1:42 AM Changeset [f034c79]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 #6510 -- Refactored the way child nodes are found in template …
12:22 AM DjangoDesign edited by gamesboook@…
added "Documentation for CSS Elements" (diff)

Mar 1, 2010:

11:57 PM Ticket #6228 (Core (Other) - Common middleware does not respect urlconf override in request) updated by anonymous
Cc changed
11:53 PM Ticket #6228 (Core (Other) - Common middleware does not respect urlconf override in request) updated by skevy
Milestone changed
11:53 PM Ticket #6228 (Core (Other) - Common middleware does not respect urlconf override in request) updated by skevy
Version changed
11:47 PM Ticket #6228 (Core (Other) - Common middleware does not respect urlconf override in request) updated by skevy
Needs tests changed
11:46 PM common_middleware_urlconf_patch.diff attached to Ticket #6228 by skevy
Working patch for this ticket w/tests. Disregard other.
11:32 PM Ticket #12945 (Template system - url tag breaks on spaces between delimiting commas since [12503]) updated by Simon Meers
Note that some built-in templates such as …
10:59 PM Ticket #6228 (Core (Other) - Common middleware does not respect urlconf override in request) updated by skevy
I too would like to see this get fixed asap. Mikexstudios - lets work …
10:58 PM Ticket #6228 (Core (Other) - Common middleware does not respect urlconf override in request) updated by mikexstudios
Also, the patch included in this ticket does not work with trunk. …
10:58 PM Ticket #10751 (contrib.admin - Admin actions not calling model's delete() method) updated by Karen Tracey
This last comment is referring to a different problem, recently …
10:56 PM Ticket #13006 (Database layer (models, ORM) - Add order_by with sql LOWER() support) created by Raydiation
I have to order a huge list of of names and when i order by the the …
10:53 PM Ticket #10751 (contrib.admin - Admin actions not calling model's delete() method) updated by anonymous
Cc changed
the problem is not with the delete method, is with the delete action …
10:39 PM Ticket #6228 (Core (Other) - Common middleware does not respect urlconf override in request) updated by mikexstudios
@skip No, #5034 does not fix this issue. I tested this against the …
10:21 PM Ticket #12765 (Database layer (models, ORM) - syndication test fails with psycopg1 backend) closed by Karen Tracey
duplicate: Closing in favor of #12998, which I believe has the more correct …
10:18 PM Ticket #12998 (contrib.syndication - RSS feed test fails in various situations due to time check) updated by Karen Tracey
Triage Stage, Milestone changed
10:18 PM Ticket #12662 (Uncategorized - Enforce Hostname Middleware) updated by robballou
I can understand the statements above, but there are two common issues …
10:06 PM Ticket #12946 (Documentation - {% url %} tag docs show an invalid example mixing args and kwargs, ...) updated by Karen Tracey
(In [12653]) [1.1.X] Fixed #12946: Removed an invalid example of url …
10:06 PM Changeset [a6225393]stable/1.1.x by Karen Tracey <kmtracey@…>
[1.1.X] Fixed #12946: Removed an invalid example of url tag usage from …
10:04 PM Ticket #12946 (Documentation - {% url %} tag docs show an invalid example mixing args and kwargs, ...) closed by Karen Tracey
fixed: (In [12652]) Fixed #12946: Removed an invalid example of url tag usage …
10:04 PM Changeset [ecb56cec]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Karen Tracey <kmtracey@…>
Fixed #12946: Removed an invalid example of url tag usage from the …
9:38 PM Ticket #6510 (Template system - get_nodes_by_type refactor for easier extensibility (fixes an ...) updated by Chris Beaven
Now with a test showing an external manifestation (probably what …
9:37 PM 6510.3.diff attached to Ticket #6510 by Chris Beaven
9:32 PM Ticket #11710 (contrib.admin - construct_change_message() with unicode verbose_name fix) updated by Karen Tracey
(In [12651]) [1.1.X] Fixed #11710: Made a small test change to ensure …
9:32 PM Changeset [69fb5c25]stable/1.1.x by Karen Tracey <kmtracey@…>
[1.1.X] Fixed #11710: Made a small test change to ensure utf-8 …
9:28 PM Ticket #11710 (contrib.admin - construct_change_message() with unicode verbose_name fix) closed by Karen Tracey
fixed: (In [12650]) Fixed #11710: Made a small test change to ensure utf-8 …
9:28 PM Changeset [6d7754ba]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Karen Tracey <kmtracey@…>
Fixed #11710: Made a small test change to ensure utf-8 bytestrings in …
9:23 PM Ticket #6510 (Template system - get_nodes_by_type refactor for easier extensibility (fixes an ...) updated by Russell Keith-Magee
Triage Stage, Milestone changed
9:23 PM Ticket #6510 (Template system - get_nodes_by_type refactor for easier extensibility (fixes an ...) updated by Russell Keith-Magee
Summarizing a discussion with SmileyChris on IRC: The original …
8:48 PM Ticket #11607 (contrib.admin - ForeignKeyRawIdWidget render throws uncaught exception if value does ...) closed by Karen Tracey
fixed: Fixed in r12648/r12649 for #11465. Wish I had found this ticket with …
8:44 PM Ticket #6510 (Template system - get_nodes_by_type refactor for easier extensibility (fixes an ...) updated by Chris Beaven
Summary changed
New patch against trunk, tests show the problem more clearly.
8:41 PM 6510.2.diff attached to Ticket #6510 by Chris Beaven
8:39 PM Ticket #11465 (contrib.admin - Broken representation of nonexisting objects for raw_id_fields) updated by Karen Tracey
(In [12649]) [1.1.X] Fixed #11465: Ensure nonexistent pks enterd in an …
8:39 PM Changeset [08a698ed]stable/1.1.x by Karen Tracey <kmtracey@…>
[1.1.X] Fixed #11465: Ensure nonexistent pks enterd in an admin raw id …
8:28 PM Ticket #11465 (contrib.admin - Broken representation of nonexisting objects for raw_id_fields) closed by Karen Tracey
fixed: (In [12648]) Fixed #11465: Ensure nonexistent pks enterd in an admin …
8:28 PM Changeset [2890c22]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Karen Tracey <kmtracey@…>
Fixed #11465: Ensure nonexistent pks enterd in an admin raw id field …
8:19 PM Ticket #12343 (Core (Management commands) - manage.py dbshell fails to launch mysql for unix socket) updated by Simon Law
jacob: http://tools.ietf.org/html/rfc3986#section-3.2.2 has the …
8:18 PM Ticket #13005 (contrib.admin - We need a way to allow for request/user specific default values in the ...) created by hejsan
I propose a new function in line with the get_readonly_fields(self, …
8:00 PM Ticket #13004 (contrib.admin - The new get_readonly_fields() method of the ModelAdmin breaks with ...) updated by hejsan
Component, Version, Has patch changed
7:57 PM catch_value_error.diff attached to Ticket #13004 by hejsan
Very simple fix, just catch one more Exception
7:56 PM Ticket #13004 (contrib.admin - The new get_readonly_fields() method of the ModelAdmin breaks with ...) created by hejsan
This breaks if a ManyToMany field is specified as readonly. This is …
7:28 PM Ticket #13003 (Database layer (models, ORM) - model._state.db isn't populated when the model comes from a select_related) updated by Alex Gaynor
Triage Stage changed
7:28 PM Ticket #13003 (Database layer (models, ORM) - model._state.db isn't populated when the model comes from a select_related) created by Alex Gaynor
6:16 PM Ticket #9200 (contrib.formtools - Add a session based form wizard) updated by Dana Spiegel
I haven't had time to put together a patch (nor am I sure this is the …
6:10 PM Ticket #13002 (Documentation - InlineModelAdmin 'form' option defaults to ModelForm, not BaseModelForm) updated by anonymous
Err, of course I meant "explicitly setting 'form' to BaseModelForm" …
6:09 PM Ticket #13002 (Documentation - InlineModelAdmin 'form' option defaults to ModelForm, not BaseModelForm) created by stijn@…
While messing around a bit with admin customization, I noticed that …
6:00 PM Changeset [5f70a728]stable/1.1.x by Jacob Kaplan-Moss <jacob@…>
[1.1.X] Fixed a silly bug in [12644]. Backport of [12646]. Of …
5:59 PM Changeset [17c466a5]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Jacob Kaplan-Moss <jacob@…>
Fixed a silly bug in [12644]. Kids, please don't drink and code; the …
5:45 PM Ticket #11044 (contrib.formtools - FormWizard extra_context attribute is class-wide) closed by Ramiro Morales
fixed: Fixed in [12644] (that has a typo in the commit message), backported …
5:36 PM Ticket #12849 (django-admin.py runserver - django's development server raises an encoding exception when trying ...) updated by Jacob
Patch needs improvement changed
Frasern: please combine these into a single patch.
5:35 PM Ticket #12087 (Testing framework - Django "TransactionTestCase" isn't) closed by Jacob
wontfix: To my eyes, TransactionTestCase does exactly what …
5:27 PM Ticket #10557 (contrib.formtools - FormWizard should not output raw HTML for previous_fields) updated by Jacob
Patch needs improvement changed
This doesn't appear to be backwards compatible, which it needs to be …
5:26 PM Ticket #1104 (Metasystem - [patch] Correct DateField to not include Time) updated by Jacob
(In [12645]) [1.1.X] Fixed #1104: set FormWizard.extra_context in …
5:26 PM Changeset [60f4b7c]stable/1.1.x by Jacob Kaplan-Moss <jacob@…>
[1.1.X] Fixed #1104: set FormWizard.extra_context in __init__ to …
5:26 PM Ticket #1104 (Metasystem - [patch] Correct DateField to not include Time) updated by Jacob
Resolution changed
(In [12644]) Fixed #1104: set FormWizard.extra_context in __init__
5:26 PM Changeset [4c18facd]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Jacob Kaplan-Moss <jacob@…>
Fixed #1104: set FormWizard.extra_context in __init__ to avoid …
5:08 PM Ticket #12343 (Core (Management commands) - manage.py dbshell fails to launch mysql for unix socket) updated by Jacob
I'm not sure I like this "magic switch on /" behavior. Are there any …
5:05 PM Ticket #12992 (Template system - New template loaders lose debug information) closed by Karen Tracey
fixed: (In [12643]) Fixed #12992: Adjusted the new template loader code so …
5:05 PM Changeset [698410a]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Karen Tracey <kmtracey@…>
Fixed #12992: Adjusted the new template loader code so that the …
5:03 PM Ticket #13001 (Translations - Update to Irish Language translation file) updated by Jacob
Triage Stage changed
5:03 PM Ticket #13000 (contrib.admin - Deprecated code in admin forms triggers string translation too soon) updated by Jacob
Triage Stage changed
5:02 PM Ticket #12992 (Template system - New template loaders lose debug information) updated by Jacob
Triage Stage changed
5:02 PM Ticket #12976 (Database layer (models, ORM) - manage.py sqlflush issues to many 'ALTER' when using multiple mysql ...) updated by Jacob
Triage Stage changed
4:05 PM Ticket #12991 (Testing framework - Django 1.2 should have optional support for unittest2) updated by voidspace
If there is anything I can do to support Django in using unittest2 let …
4:04 PM Ticket #12992 (Template system - New template loaders lose debug information) updated by anonymous
Version changed
3:42 PM Ticket #12995 (Template system - "source" exception attribute no longer handled properly by debug ...) updated by Glenn Maynard
Storing source information in the exception is cleaner. It means that …
2:32 PM Ticket #5605 (Contrib apps - Username email address part is case sensitive) updated by Jacob
(In [12642]) [1.1.X] Fixed #5605: only lowercase the domain portion of …
2:32 PM Changeset [34a3b7b6]stable/1.1.x by Jacob Kaplan-Moss <jacob@…>
[1.1.X] Fixed #5605: only lowercase the domain portion of an email …
2:30 PM Ticket #5605 (Contrib apps - Username email address part is case sensitive) closed by Jacob
fixed: (In [12641]) Fixed #5605: only lowercase the domain portion of an …
2:30 PM Changeset [973bf6f]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Jacob Kaplan-Moss <jacob@…>
Fixed #5605: only lowercase the domain portion of an email address in …
2:19 PM Ticket #10878 (contrib.comments - Comments moderation.py docstring error) updated by Jacob
(In [12640]) [1.1.X] Fixed #10878, an error in the Moderator
2:19 PM Changeset [ac72c8d1]stable/1.1.x by Jacob Kaplan-Moss <jacob@…>
[1.1.X] Fixed #10878, an error in the Moderator docstring. Thanks, …
2:18 PM Ticket #10878 (contrib.comments - Comments moderation.py docstring error) closed by Jacob
fixed: (In [12639]) Fixed #10878, an error in the Moderator docstring. …
2:18 PM Changeset [8b2662c]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Jacob Kaplan-Moss <jacob@…>
Fixed #10878, an error in the Moderator docstring. Thanks, Travis …
2:14 PM Changeset [7e1c670]stable/1.1.x by Jacob Kaplan-Moss <jacob@…>
[1.1.X] Fixed #11012: don't needless convert cache values to unicode. …
2:11 PM Ticket #11012 (Core (Cache system) - Memcached cache module fails when retrieving binary strings via ...) closed by Jacob
fixed: (In [12637]) Fixed #11012: don't needless convert cache values to …
2:11 PM Changeset [b3a5675]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Jacob Kaplan-Moss <jacob@…>
Fixed #11012: don't needless convert cache values to unicode. This …
2:06 PM Ticket #11457 (contrib.auth - Login Redirect Security Check Overly Broad) updated by Jacob
(In [12636]) [1.1.X] Fixed #11457: tightened the security check for …
2:06 PM Changeset [6b94c645]stable/1.1.x by Jacob Kaplan-Moss <jacob@…>
[1.1.X] Fixed #11457: tightened the security check for "next" …
1:58 PM Ticket #11457 (contrib.auth - Login Redirect Security Check Overly Broad) closed by Jacob
fixed: (In [12635]) Fixed #11457: tightened the security check for "next" …
1:58 PM Changeset [6e748b5d]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Jacob Kaplan-Moss <jacob@…>
Fixed #11457: tightened the security check for "next" redirects after …
1:49 PM Ticket #5786 (contrib.auth - Relax character restrictions on auth usernames) closed by Jacob
fixed: (In [12634]) Fixed #5786: relaxed the validation for usernames to …
1:49 PM Changeset [c801505]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Jacob Kaplan-Moss <jacob@…>
Fixed #5786: relaxed the validation for usernames to allow more common …
1:34 PM Ticket #5786 (contrib.auth - Relax character restrictions on auth usernames) updated by Jacob
Milestone changed
12:58 PM Changeset [64765169]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 test of the admin actions selection counter for changes made in …
12:46 PM Ticket #11791 (contrib.admin - Incorrect HTML Code rendered in list_editable enabled changelists) updated by Karen Tracey
(In [12632]) [1.1.X] Fixed #11791: Put hidden input elements in the …
12:46 PM Changeset [5f3a5303]stable/1.1.x by Karen Tracey <kmtracey@…>
[1.1.X] Fixed #11791: Put hidden input elements in the change list …
12:43 PM Ticket #11791 (contrib.admin - Incorrect HTML Code rendered in list_editable enabled changelists) closed by Karen Tracey
fixed: (In [12631]) Fixed #11791: Put hidden input elements in the change …
12:43 PM Changeset [d2dffd78]mainstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Karen Tracey <kmtracey@…>
Fixed #11791: Put hidden input elements in the change list inside td …
11:39 AM Ticket #12976 (Database layer (models, ORM) - manage.py sqlflush issues to many 'ALTER' when using multiple mysql ...) updated by pczapla
Has patch, Needs tests changed
11:39 AM patch.txt attached to Ticket #12976 by pczapla
I've attached a quick solution that fixed the problem for me.
10:51 AM Ticket #11881 (Database layer (models, ORM) - ORDER BY in aggregate subqueries is not necessary and might cause ...) updated by anonymous
Summary changed
10:20 AM Ticket #12986 (Forms - SelectDateField doesn't repost data when USE_L10N = True and ...) updated by anonymous
Wow, that did look ugly, didn't it? Let's retry: […] When I …
10:17 AM Ticket #12986 (Forms - SelectDateField doesn't repost data when USE_L10N = True and ...) updated by wim@…
#-- forms.py from django.forms.extras import SelectDateWidget class …
9:53 AM Ticket #9200 (contrib.formtools - Add a session based form wizard) updated by David Durham
Owner, Status changed
Replying to danaspiegel: > In implementing this code …
9:35 AM Ticket #6552 (contrib.auth - django.core.context_processors.auth causes "Vary: Cookie" header no ...) updated by harm
You're right. There is no bug. I had a custom context processor, that …
8:43 AM Ticket #12987 (Documentation - Some versionadded directives missing from contrib.admin reference ...) updated by Jannis Leidel
(In [12630]) Fixed #12987 - Added a few versionadded directives to the …
8:43 AM Changeset [c6b737c]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 #12987 - Added a few versionadded directives to the admin docs. …
8:41 AM Ticket #12987 (Documentation - Some versionadded directives missing from contrib.admin reference ...) closed by Jannis Leidel
fixed: (In [12629]) [1.1.X] Fixed #12987 - Added a few versionadded …
8:41 AM Changeset [f09eabf]stable/1.1.x by Jannis Leidel <jannis@…>
[1.1.X] Fixed #12987 - Added a few versionadded directives to the …
8:36 AM Changeset [4871b65]stable/1.1.x by Jannis Leidel <jannis@…>
[1.1.X] Fixed #12966 - Force unicode of verbose labels in admin change …
8:34 AM Ticket #12966 (contrib.admin - Unicode pluralnames doesn`t work well with InlineAdmin) closed by Jannis Leidel
fixed: (In [12627]) Fixed #12966 - Force unicode of verbose labels in admin …
8:34 AM Changeset [e889b69]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 #12966 - Force unicode of verbose labels in admin change …
8:34 AM Ticket #12903 (Internationalization - Missing plural forms in admin) closed by Jannis Leidel
fixed: (In [12626]) Fixed #12903 - Added plural forms to a few strings in the …
8:34 AM Changeset [2dafe4ac]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 #12903 - Added plural forms to a few strings in the admin …
6:44 AM Ticket #342 (contrib.admin - Add a way for fields to be displayed in the admin without being editable) closed by Karen Tracey
fixed: Please open new tickets for follow-on problems rather than re-opening …
6:14 AM Ticket #12999 (Contrib apps - update_all_contenttypes in contenttypes.management fails in django 1.2) updated by lsbardel
Removed "using" in update_contenttypes. This way …
6:09 AM management_no_using.diff attached to Ticket #12999 by lsbardel
6:06 AM Ticket #10790 (Database layer (models, ORM) - Too many joins in a comparison for NULL.) updated by george.sakkis@…
Cc changed
5:40 AM catch_value_error.diff attached to Ticket #342 by hejsan
An extra patch to catch ValueError in case of ManyToMany field
5:39 AM Ticket #342 (contrib.admin - Add a way for fields to be displayed in the admin without being editable) reopened by hejsan
This breaks if a ManyToMany field is specified as readonly. This is …
5:34 AM irish_translations.diff attached to Ticket #13001 by Michael Thornhill
Diff for django/conf/locale/ga/LC_MESSAGES/django.po from root directory
5:33 AM Ticket #13001 (Translations - Update to Irish Language translation file) created by Michael Thornhill
Patch to translate new strings from 1.2 and to correct some existing …
5:27 AM lazy-translation-not-so-lazy.diff attached to Ticket #13000 by Lorenzo Gil Sanchez
5:27 AM Ticket #13000 (contrib.admin - Deprecated code in admin forms triggers string translation too soon) created by Lorenzo Gil Sanchez
The forms UserCreationForm and PasswordResetForm of the admin …
5:10 AM Ticket #12995 (Template system - "source" exception attribute no longer handled properly by debug ...) updated by Armin Ronacher
I think the correct solution would be adding a hook into the …
4:39 AM Ticket #12803 (contrib.admin - Provide styling for warning and error messages) updated by Simon Meers
Cc, Keywords changed
(was just about to submit this as a new issue, but found this one with …
4:37 AM admin_message_icons.diff attached to Ticket #12803 by Simon Meers
DRYer CSS, alternate icon for warnings (though maybe less visual emphasis)
4:33 AM Ticket #12999 (Contrib apps - update_all_contenttypes in contenttypes.management fails in django 1.2) updated by Russell Keith-Magee
Triage Stage, Patch needs improvement, Milestone changed
To be clear, the issue is specifically with the …
4:19 AM Ticket #12779 (Internationalization - Form fields don't handle localized numbers correctly) closed by Jannis Leidel
fixed: (In [12625]) Fixed #12779 - Sanitize numeric form field input …
4:19 AM Changeset [0d2a24f]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 #12779 - Sanitize numeric form field input according to decimal …
4:19 AM Changeset [284e7e3]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@…>
Refined changes made in r12546 to also respect the …
3:55 AM ForumAppsComparison edited by vicalloy
(diff)
3:53 AM Ticket #12985 (Forms - Add a download link for the current file with the current file name to ...) updated by AndrewIngram
I don't think the widget should render this information by default, …
3:52 AM Ticket #12999 (Contrib apps - update_all_contenttypes in contenttypes.management fails in django 1.2) updated by lsbardel
Milestone changed
3:42 AM management.diff attached to Ticket #12999 by lsbardel
3:41 AM Ticket #12999 (Contrib apps - update_all_contenttypes in contenttypes.management fails in django 1.2) created by lsbardel
Bug introduced with multiple database support. The function loop over …
12:32 AM Ticket #5605 (Contrib apps - Username email address part is case sensitive) updated by Leo Shklovskii
Milestone changed
12:30 AM Ticket #5605 (Contrib apps - Username email address part is case sensitive) updated by Leo Shklovskii
I've just updated this patch to work against the current trunk. It …
12:27 AM 5605_new.patch attached to Ticket #5605 by Leo Shklovskii
revised patch against r12623
Note: See TracTimeline for information about the timeline view.
Back to Top