summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [1.2.X] Added crossref targets for a couple of Django exceptions and cleaned ...Gabriel Hurley2011-03-034-6/+26
* [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 #15541 -- Updated FAQ to point at djangosites.org instead of de...Gabriel Hurley2011-03-031-5/+2
* [1.2.X] Fixed #12252 -- Ensure that queryset unions are commutative. Thanks t...Russell Keith-Magee2011-03-033-6/+98
* [1.2.X] Fixed wrong import introduced in r15697.Jannis Leidel2011-03-031-3/+2
* [1.2.X] Fixed #12475 -- Fixed an edge case with hidden fields in ModelAdmin c...Jannis Leidel2011-03-034-3/+60
* [1.2.X] Fixed #13411 -- Made sure URL fragments are correctly handled by the ...Jannis Leidel2011-03-032-1/+32
* [1.2.X] Fixed #15502 -- Ensure that nested TemplateDoesNotExist errors are pr...Russell Keith-Magee2011-03-033-2/+38
* [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
* Fixed typo in r15710.Jannis Leidel2011-03-021-1/+1
* [1.2.X] Fixed #15535 -- Stopped the blocktrans template tag from raising a Ke...Jannis Leidel2011-03-022-1/+4
* [1.2.X] Fixed #11223 -- Fixed logout view to use the 'next' GET parameter cor...Jannis Leidel2011-03-022-25/+83
* [1.2.X] Added file missing from [15696], sorry for breakage.Luke Plant2011-03-011-0/+6
* [1.2.X] Fixed #717 - If-Modified-Since handling should compare dates accordin...Luke Plant2011-03-017-26/+196
* [1.2.X] Reverted 'now' template tag documentation changes so it describes the...Ramiro Morales2011-03-011-6/+3
* [1.2.X] Fixed #15520 -- Fixed incompatibility with email module shipped with ...Ramiro Morales2011-02-281-1/+4
* [1.2.X] Fixed #15365 -- Added a warning to the `contrib.markup` docs remindin...Gabriel Hurley2011-02-281-0/+7
* [1.2.X] Fixed #15395 -- Documented the modules/import paths for the various d...Gabriel Hurley2011-02-281-7/+20
* [1.2.X] Fixed #13433 -- Changed default behavior of Django email message wrap...Ramiro Morales2011-02-282-4/+41
* [1.2.X] Converted the new contributions docs to unix line endings.Russell Keith-Magee2011-02-271-321/+321
* [1.2.X] Fixed #14702 -- Added a "needsinfo" resolution to Trac, and added sup...Gabriel Hurley2011-02-272-6/+65
* [1.2.X] Fixed #15492 -- Documented the `invalid_date` and `invalid_time` erro...Gabriel Hurley2011-02-271-1/+2
* [1.2.X] Fixed #15368 - test failures due to regression with RequestContextLuke Plant2011-02-275-13/+28
* [1.2.X] Fixed #10918 -- Ensure that the search widget on a raw_id_admin uses ...Russell Keith-Magee2011-02-262-3/+11
* [1.2.X] Fixed #11447 -- Ensured that ForeignKey widgets in a list-editable ad...Russell Keith-Magee2011-02-262-3/+5
* [1.2.X] Fixed #15424 -- Corrected lookup of callables listed in admin inlines...Ramiro Morales2011-02-267-20/+99
* [1.2.X] Fixed #15493 - csrf_migration_helper.py parsing fix.Luke Plant2011-02-251-9/+16
* [1.2.X] Fixed #14401 -- Added a contributing howto guide for new users. Thank...Gabriel Hurley2011-02-253-58/+355
* [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-242-2/+23
* [1.2.X] Fixed #14012 (again) -- Admin app: Don't show the full user edition v...Ramiro Morales2011-02-242-3/+18
* [1.2.X] Fixed #15375 -- clarified apparent contradiction in Form Wizard docum...Simon Meers2011-02-231-2/+2
* [1.2.X] Fixed #15371 -- Ensure that a superuser created with the createsuperu...Russell Keith-Magee2011-02-222-4/+8
* [1.2.X] Removed example CSRF jQuery code from release notes, replacing with l...Luke Plant2011-02-223-42/+10
* [1.2.X] Fixed #13510 -- Corrected colspan of non-field-specific error message...Ramiro Morales2011-02-224-4/+63
* [1.2.X] Fixed #15257 - Add a link about field lookups to the tutorial; thanks...Timo Graham2011-02-221-2/+5
* [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-214-10/+24
* [1.2.X] Fixed #14835 -- Corrected a lack of indentation in the reST markup fo...Luke Plant2011-02-211-601/+623
* 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-212-4/+52
* [1.2.X] Fixed #14099 - BaseModelFormSet should use _should_delete_formLuke Plant2011-02-212-14/+130
* [1.2.X] Fixed #11707 - limit_choices_to on a ForeignKey can render duplicate ...Luke Plant2011-02-213-2/+24
* [1.2.X] Fixed #15359 -- Ensure that the -h option is always honored by django...Russell Keith-Magee2011-02-212-1/+11
* [1.2.X] Fixed #15364 -- Ensure files are closed correctly during file tests. ...Russell Keith-Magee2011-02-211-0/+4
* [1.2.X] Fixed #15362: Added explicit deletion of file to test, needed now sin...Karen Tracey2011-02-211-0/+1
* [1.2.X] Fix broken tests due to changes in r15591 by updating the test store_...Chris Beaven2011-02-212-2/+31