summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-03[1.2.X] Fixed #15543 -- Tweaked change from r15696 to not use 'if' syntax int...Ramiro Morales
2011-03-03[1.2.X] Fixed #15541 -- Updated FAQ to point at djangosites.org instead of de...Gabriel Hurley
2011-03-03[1.2.X] Fixed #12252 -- Ensure that queryset unions are commutative. Thanks t...Russell Keith-Magee
2011-03-03[1.2.X] Fixed wrong import introduced in r15697.Jannis Leidel
2011-03-03[1.2.X] Fixed #12475 -- Fixed an edge case with hidden fields in ModelAdmin c...Jannis Leidel
2011-03-03[1.2.X] Fixed #13411 -- Made sure URL fragments are correctly handled by the ...Jannis Leidel
2011-03-03[1.2.X] Fixed #15502 -- Ensure that nested TemplateDoesNotExist errors are pr...Russell Keith-Magee
2011-03-03[1.2.X] Fixed #15530 -- Corrected typo in template loader deprecation message...Russell Keith-Magee
2011-03-03[1.2.X] Fixed #15532 -- Clarified the error message for unknown auth backends...Russell Keith-Magee
2011-03-02Fixed typo in r15710.Jannis Leidel
2011-03-02[1.2.X] Fixed #15535 -- Stopped the blocktrans template tag from raising a Ke...Jannis Leidel
2011-03-02[1.2.X] Fixed #11223 -- Fixed logout view to use the 'next' GET parameter cor...Jannis Leidel
2011-03-01[1.2.X] Added file missing from [15696], sorry for breakage.Luke Plant
2011-03-01[1.2.X] Fixed #717 - If-Modified-Since handling should compare dates accordin...Luke Plant
2011-03-01[1.2.X] Reverted 'now' template tag documentation changes so it describes the...Ramiro Morales
2011-02-28[1.2.X] Fixed #15520 -- Fixed incompatibility with email module shipped with ...Ramiro Morales
2011-02-28[1.2.X] Fixed #15365 -- Added a warning to the `contrib.markup` docs remindin...Gabriel Hurley
2011-02-28[1.2.X] Fixed #15395 -- Documented the modules/import paths for the various d...Gabriel Hurley
2011-02-28[1.2.X] Fixed #13433 -- Changed default behavior of Django email message wrap...Ramiro Morales
2011-02-27[1.2.X] Converted the new contributions docs to unix line endings.Russell Keith-Magee
2011-02-27[1.2.X] Fixed #14702 -- Added a "needsinfo" resolution to Trac, and added sup...Gabriel Hurley
2011-02-27[1.2.X] Fixed #15492 -- Documented the `invalid_date` and `invalid_time` erro...Gabriel Hurley
2011-02-27[1.2.X] Fixed #15368 - test failures due to regression with RequestContextLuke Plant
2011-02-26[1.2.X] Fixed #10918 -- Ensure that the search widget on a raw_id_admin uses ...Russell Keith-Magee
2011-02-26[1.2.X] Fixed #11447 -- Ensured that ForeignKey widgets in a list-editable ad...Russell Keith-Magee
2011-02-26[1.2.X] Fixed #15424 -- Corrected lookup of callables listed in admin inlines...Ramiro Morales
2011-02-25[1.2.X] Fixed #15493 - csrf_migration_helper.py parsing fix.Luke Plant
2011-02-25[1.2.X] Fixed #14401 -- Added a contributing howto guide for new users. Thank...Gabriel Hurley
2011-02-25[1.2.X] Fixed #15491 -- Added a CDATA block and closed a stray tag in the com...Russell Keith-Magee
2011-02-25[1.2.X] Fixed #15490 -- Added some missing semicolons in admin javascript. Th...Russell Keith-Magee
2011-02-24[1.2.X] Prevented non-admin users from accessing the admin redirect shortcut.Jacob Kaplan-Moss
2011-02-24[1.2.X] Fixed #14012 (again) -- Admin app: Don't show the full user edition v...Ramiro Morales
2011-02-23[1.2.X] Fixed #15375 -- clarified apparent contradiction in Form Wizard docum...Simon Meers
2011-02-22[1.2.X] Fixed #15371 -- Ensure that a superuser created with the createsuperu...Russell Keith-Magee
2011-02-22[1.2.X] Removed example CSRF jQuery code from release notes, replacing with l...Luke Plant
2011-02-22[1.2.X] Fixed #13510 -- Corrected colspan of non-field-specific error message...Ramiro Morales
2011-02-22[1.2.X] Fixed #15257 - Add a link about field lookups to the tutorial; thanks...Timo Graham
2011-02-21[1.2.X] Fixed error that was introduced in [15601] causing lots of test failu...Luke Plant
2011-02-21[1.2.X] Fixed #11058 - list_display_links doesn't allow callables not defined...Luke Plant
2011-02-21[1.2.X] Fixed #14835 -- Corrected a lack of indentation in the reST markup fo...Luke Plant
2011-02-21Remove reference to use_l10n which snuck in from a backport from trunk.Chris Beaven
2011-02-21[1.2.X] Fixed HTML error in admin when using list_editable.Luke Plant
2011-02-21[1.2.X] Fixed #15349 - Bound FormSet produces bound empty_formLuke Plant
2011-02-21[1.2.X] Fixed #14099 - BaseModelFormSet should use _should_delete_formLuke Plant
2011-02-21[1.2.X] Fixed #11707 - limit_choices_to on a ForeignKey can render duplicate ...Luke Plant
2011-02-21[1.2.X] Fixed #15359 -- Ensure that the -h option is always honored by django...Russell Keith-Magee
2011-02-21[1.2.X] Fixed #15364 -- Ensure files are closed correctly during file tests. ...Russell Keith-Magee
2011-02-21[1.2.X] Fixed #15362: Added explicit deletion of file to test, needed now sin...Karen Tracey
2011-02-21[1.2.X] Fix broken tests due to changes in r15591 by updating the test store_...Chris Beaven
2011-02-21[1.2.X] Fixed #15358 -- Renamed a test to avoid a naming collision. Thanks to...Russell Keith-Magee