summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-02-12[1.2.X] Fixed #15284 - improved example jQuery code for adding X-CSRF-TokenLuke Plant
2011-02-12[1.2.X] Fixed #15237 -- Always set charset of Atom1 feeds to UTF-8. Thanks, S...Jannis Leidel
2011-02-12[1.2.X] Fixed #14941 -- Stop raising ValidationError in form fields that use ...Jannis Leidel
2011-02-12[1.2.X] Fixed #14132 -- Fixed feedgenerator to support years < 1900. Thanks, mk.Jannis Leidel
2011-02-12[1.2.X] Fixed #12988 -- Extended regular expression of the URLValidator to fu...Jannis Leidel
2011-02-12[1.2.X] Fixed #13987 -- Ensure that the primary key is set correctly for all ...Russell Keith-Magee
2011-02-12[1.2.X] Fixed #13948 -- Corrected the direction of arrows on the admin change...Russell Keith-Magee
2011-02-12[1.2.X] Fixed #15283 -- Made a minor performance tweak to __iter__. Thanks to...Russell Keith-Magee
2011-02-11[1.2.X] Fixed #15243 -- More clearly document that the transaction functions ...Alex Gaynor
2011-02-10[1.2.X] Fixed #15253 -- Added 1.1.3 release notes, and added sections to the ...Russell Keith-Magee
2011-02-10[1.2.X] Fixed #15253, #15259 -- Added 1.1.4 release notes, added a section on...Russell Keith-Magee
2011-02-09[1.2.X] Fixed #15245 -- Added note about the CSRF AJAX exception to the 1.2.5...Russell Keith-Magee
2011-02-09[1.2.X] Bump version number for impendign security release.1.2.5James Bennett
2011-02-09[1.2.X] Fixed security issue in AdminFileWidget. Disclosure and release forth...Carl Meyer
2011-02-09[1.2.X] Fixed a security issue in the file session backend. Disclosure and n...Alex Gaynor
2011-02-09[1.2.X] Fixed a security issue in the CSRF componenent. Disclosure and new ...Alex Gaynor
2011-02-09[1.2.X] Ensure that L10N formats aren't cached between tests.Russell Keith-Magee
2011-02-09Corrected merge failure from r15455.Russell Keith-Magee
2011-02-08[1.2.X] Fixed #13815 -- Ensure that reverse exclude lookups on nullable forei...Russell Keith-Magee
2011-02-08[1.2.X] Fixed #15116 -- Strip ordering clause from in_bulk() queries, since o...Russell Keith-Magee
2011-02-08[1.2.X] Fixed #10573 -- Corrected autofocus problem in admin when the first w...Russell Keith-Magee
2011-02-08[1.2.X] Fixed #15234 -- Ensure that years in a date heirarchy don't use comma...Russell Keith-Magee
2011-02-08[1.2.X] Fixed #15175 -- Ensured that Chliean RUT checksum letters aren't case...Russell Keith-Magee
2011-02-07[1.2.X] Fixed #15055 -- added information about (and an example of) the csrf_...Gabriel Hurley
2011-02-07[1.2.X] Tweaked language markers in i18n topic document for better Sphinx syn...Ramiro Morales