summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
* [1.2.X] Fixed #11206 -- Ensure that the floatformat template filter doesn't s...Ramiro Morales2011-03-031-2/+12
* [1.2.X] Fixed #15543 -- Tweaked change from r15696 to not use 'if' syntax int...Ramiro Morales2011-03-031-1/+4
* [1.2.X] Fixed #12252 -- Ensure that queryset unions are commutative. Thanks t...Russell Keith-Magee2011-03-031-5/+13
* [1.2.X] Fixed #12475 -- Fixed an edge case with hidden fields in ModelAdmin c...Jannis Leidel2011-03-032-2/+4
* [1.2.X] Fixed #13411 -- Made sure URL fragments are correctly handled by the ...Jannis Leidel2011-03-031-1/+8
* [1.2.X] Fixed #15502 -- Ensure that nested TemplateDoesNotExist errors are pr...Russell Keith-Magee2011-03-031-2/+5
* [1.2.X] Fixed #15530 -- Corrected typo in template loader deprecation message...Russell Keith-Magee2011-03-031-2/+2
* [1.2.X] Fixed #15532 -- Clarified the error message for unknown auth backends...Russell Keith-Magee2011-03-031-1/+1
* [1.2.X] Fixed #15535 -- Stopped the blocktrans template tag from raising a Ke...Jannis Leidel2011-03-021-1/+1
* [1.2.X] Fixed #11223 -- Fixed logout view to use the 'next' GET parameter cor...Jannis Leidel2011-03-022-25/+83
* [1.2.X] Fixed #717 - If-Modified-Since handling should compare dates accordin...Luke Plant2011-03-014-21/+78
* [1.2.X] Fixed #15520 -- Fixed incompatibility with email module shipped with ...Ramiro Morales2011-02-281-1/+4
* [1.2.X] Fixed #13433 -- Changed default behavior of Django email message wrap...Ramiro Morales2011-02-281-2/+33
* [1.2.X] Fixed #15368 - test failures due to regression with RequestContextLuke Plant2011-02-271-13/+9
* [1.2.X] Fixed #10918 -- Ensure that the search widget on a raw_id_admin uses ...Russell Keith-Magee2011-02-261-3/+1
* [1.2.X] Fixed #11447 -- Ensured that ForeignKey widgets in a list-editable ad...Russell Keith-Magee2011-02-261-1/+3
* [1.2.X] Fixed #15424 -- Corrected lookup of callables listed in admin inlines...Ramiro Morales2011-02-263-15/+21
* [1.2.X] Fixed #15491 -- Added a CDATA block and closed a stray tag in the com...Russell Keith-Magee2011-02-252-1/+3
* [1.2.X] Fixed #15490 -- Added some missing semicolons in admin javascript. Th...Russell Keith-Magee2011-02-252-4/+4
* [1.2.X] Prevented non-admin users from accessing the admin redirect shortcut.Jacob Kaplan-Moss2011-02-241-1/+2
* [1.2.X] Fixed #14012 (again) -- Admin app: Don't show the full user edition v...Ramiro Morales2011-02-241-3/+6
* [1.2.X] Fixed #15371 -- Ensure that a superuser created with the createsuperu...Russell Keith-Magee2011-02-222-4/+8
* [1.2.X] Fixed #13510 -- Corrected colspan of non-field-specific error message...Ramiro Morales2011-02-222-4/+18
* [1.2.X] Fixed error that was introduced in [15601] causing lots of test failu...Luke Plant2011-02-211-1/+1
* [1.2.X] Fixed #11058 - list_display_links doesn't allow callables not defined...Luke Plant2011-02-211-2/+1
* Remove reference to use_l10n which snuck in from a backport from trunk.Chris Beaven2011-02-211-4/+2
* [1.2.X] Fixed HTML error in admin when using list_editable.Luke Plant2011-02-211-1/+1
* [1.2.X] Fixed #15349 - Bound FormSet produces bound empty_formLuke Plant2011-02-211-3/+0
* [1.2.X] Fixed #14099 - BaseModelFormSet should use _should_delete_formLuke Plant2011-02-211-13/+7
* [1.2.X] Fixed #11707 - limit_choices_to on a ForeignKey can render duplicate ...Luke Plant2011-02-211-1/+1
* [1.2.X] Fixed #15359 -- Ensure that the -h option is always honored by django...Russell Keith-Magee2011-02-211-1/+1
* [1.2.X] Fix broken tests due to changes in r15591 by updating the test store_...Chris Beaven2011-02-212-2/+31
* [1.2.X] Fixed #15358 -- Renamed a test to avoid a naming collision. Thanks to...Russell Keith-Magee2011-02-211-2/+2
* [1.2.X] Fixed #14529 -- Fixed representation of model names in admin messages...Ramiro Morales2011-02-201-3/+10
* [1.2.X] Tweaked the changes from changeset r15580 so as to avoid introducing ...Russell Keith-Magee2011-02-202-4/+13
* [1.2.X] Ensure render_to_string leaves the context instance stack in the stat...Chris Beaven2011-02-201-5/+9
* [1.2.X] Fixed #9161 -- Ensure that ModelMultipleChoiceField respects to_field...Russell Keith-Magee2011-02-191-3/+4
* [1.2.X] Fixed #11513 -- Ensure that the redirect at the end of an object chan...Russell Keith-Magee2011-02-191-1/+7
* [1.2.X] Fixed #15327 -- Modified the Oracle test database signature method to...Ramiro Morales2011-02-191-1/+1
* [1.2.X] Fixed #14355 -- Ensure that help_text is displayed for readonly field...Russell Keith-Magee2011-02-193-3/+11
* [1.2.X] Fixed #13126 -- Ensured that individual form errors are displayed whe...Russell Keith-Magee2011-02-192-3/+6
* [1.2.X] Fixed #15291 -- Corrected alignment issue when actions are disabled i...Russell Keith-Magee2011-02-192-1/+6
* [1.2.X] Fixed #15290 -- Fixed a CSS styling issue with borders when the link ...Russell Keith-Magee2011-02-191-2/+2
* [1.2.X] Fixed #15336 -- Silenced a warning about the DATABASES transition whe...Russell Keith-Magee2011-02-191-5/+6
* [1.2.X] Fixed #15292 -- Removed redundant code in admin list template tag. Th...Russell Keith-Magee2011-02-191-2/+0
* [1.2.X] Fixed #15343 -- Added import of handler500 and handler404 in URLconf ...Carl Meyer2011-02-191-1/+1
* [1.2.X] Fixed #15260 -- Ensured that CACHE_MIDDLEWARE_ANONYMOUS_ONLY is effec...Carl Meyer2011-02-171-2/+11
* [1.2.X] Fixed #13007 -- Made cookie parsing resilent to the presence of cooki...Ramiro Morales2011-02-131-1/+21
* [1.2.X] Fixed #15237 -- Always set charset of Atom1 feeds to UTF-8. Thanks, S...Jannis Leidel2011-02-122-3/+2
* [1.2.X] Fixed #14941 -- Stop raising ValidationError in form fields that use ...Jannis Leidel2011-02-121-1/+1