summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-02-20[1.2.X] Fixed #14529 -- Fixed representation of model names in admin messages...Ramiro Morales
2011-02-20[1.2.X] Expanded InlineModelAdmin documentation a bit. Partial backport of [1...Ramiro Morales
2011-02-20[1.2.X] Tweaked the changes from changeset r15580 so as to avoid introducing ...Russell Keith-Magee
2011-02-20[1.2.X] Ensure render_to_string leaves the context instance stack in the stat...Chris Beaven
2011-02-19[1.2.X] Fixed #9161 -- Ensure that ModelMultipleChoiceField respects to_field...Russell Keith-Magee
2011-02-19[1.2.X] Fixed #11513 -- Ensure that the redirect at the end of an object chan...Russell Keith-Magee
2011-02-19[1.2.X] Fixed #15327 -- Modified the Oracle test database signature method to...Ramiro Morales
2011-02-19[1.2.X] Fixed #14355 -- Ensure that help_text is displayed for readonly field...Russell Keith-Magee
2011-02-19[1.2.X] Fixed #13126 -- Ensured that individual form errors are displayed whe...Russell Keith-Magee
2011-02-19[1.2.X] Fixed #12893 -- Added tests to validate that the right queryset is al...Russell Keith-Magee
2011-02-19[1.2.X] Fixed #15291 -- Corrected alignment issue when actions are disabled i...Russell Keith-Magee
2011-02-19[1.2.X] Fixed #15290 -- Fixed a CSS styling issue with borders when the link ...Russell Keith-Magee
2011-02-19[1.2.X] Fixed #15336 -- Silenced a warning about the DATABASES transition whe...Russell Keith-Magee
2011-02-19[1.2.X] Fixed #15292 -- Removed redundant code in admin list template tag. Th...Russell Keith-Magee
2011-02-19[1.2.X] Fixed #15343 -- Added import of handler500 and handler404 in URLconf ...Carl Meyer
2011-02-17[1.2.X] Fixed #15260 -- Ensured that CACHE_MIDDLEWARE_ANONYMOUS_ONLY is effec...Carl Meyer
2011-02-17[1.2.X] Improved CACHE_MIDDLEWARE_ANONYMOUS_ONLY test.Carl Meyer
2011-02-16[1.2.X] Fixed #15308 -- Sphinx/reST fixes for the Custom Model Fields docs.Gabriel Hurley
2011-02-16[1.2.X] Fixed #14820 -- Added more information to the generic relation docs r...Gabriel Hurley
2011-02-15[1.2.X] Fixed #15285 -- Corrected an erroneous import statement in the testin...Gabriel Hurley
2011-02-15[1.2.X] Moved the test added in r15511 to a different test where it doesn't a...Jannis Leidel
2011-02-14[1.2.X] Fixed "the the" typos.Timo Graham
2011-02-14[1.2.X] Fixed a couple of documentation typos.Ramiro Morales
2011-02-13[1.2.X] Tweaked some asserts not present in older unittest or deprecated from...Ramiro Morales
2011-02-13[1.2.X] Fixed #13007 -- Made cookie parsing resilent to the presence of cooki...Ramiro Morales
2011-02-13[1.2.X] Updated GeoDjango installation docs and spatial database template scr...Justin Bronn