summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-24[1.2.X] Fixed #14240 -- Enabled localization for the filesize filter. Thanks ...Russell Keith-Magee
2011-01-24[1.2.X] Fixed #15067 -- Modified the range checks on base36_to_int so you are...Russell Keith-Magee
2011-01-24[1.2.X] Fixed #14982 -- Ensure that EMPTY_CHANGELIST_VALUE is honored for nul...Russell Keith-Magee
2011-01-22[1.2.X] Fixed #15141 - remove some deprecated storage engines from the MySQL ...Timo Graham
2011-01-21[1.2.X] Added a modification missed in r15241 (backport of r15239 to this bra...Ramiro Morales
2011-01-21[1.2.X] Fixed a regression in the test suite from [15236]. Backport of r15244.Ramiro Morales
2011-01-20[1.2.X] Fixed #15122 -- Restored reporting of the template files tried in the...Ramiro Morales
2011-01-18[1.2.X] Refs #14661 -- Clarified the handling of initial data injected via cu...Russell Keith-Magee
2011-01-18[1.2.X] Refs #14661 -- Corrected (well... hacked around) a test failure under...Russell Keith-Magee
2011-01-18[1.2.X] Fixed #14468 -- Extended the list of content types that the test clie...Jannis Leidel
2011-01-17[1.2.X] Fixed #13062 -- Ensure that runserver exposes all warnings requested ...Russell Keith-Magee
2011-01-17[1.2.X] Corrected an aggregation test failure under PostgreSQL, introduced by...Russell Keith-Magee
2011-01-16[1.2.X] Fixed #13628 - Discourage the use of doctests; thanks d0ugal for the ...Timo Graham
2011-01-16[1.2.X] Fixed #14707 -- Relax the protections on aggregate naming collisions ...Russell Keith-Magee
2011-01-16[1.2.X] Fixed #15062 -- Documented the fact that managers must be able to be ...Russell Keith-Magee
2011-01-15[1.2.X] Fixed #15042 -- Ensured that email addresses without a domain can sti...Russell Keith-Magee
2011-01-15[1.2.X] Corrected r15205 syntax to be Python2.4 compatible.Russell Keith-Magee
2011-01-14[1.2.X] Fixed #14948 -- Fixed a couple of cases where invalid model classes w...Ramiro Morales
2011-01-14[1.2.X] Fixed #11193 -- WSGI handler not properly handling lock on error in l...Andrew Godwin
2011-01-14[1.2.X] Enhanced tests for r14857 added in r15185. Refs #14870. Thanks Harm G...Ramiro Morales
2011-01-13[1.2.X] Fixed some bugs with formtools tests.Luke Plant
2011-01-13[1.2.X] Fixed #15075 - No longer possible to alter the form_list in FormWizar...Luke Plant
2011-01-13[1.2.X] Fixed #13631 -- Made sure that max_length and min_length are retained...Russell Keith-Magee
2011-01-13[1.2.X] Fixed #14975, #14925 -- Added some cache flushing to avoid some cross...Russell Keith-Magee
2011-01-13[1.2.X] Fixed #2986 -- Made the JavaScript code that drives related model ins...Ramiro Morales
2011-01-13[1.2.X] Fixed #14176 -- Added forwards compatibility to the legacy syndicatio...Russell Keith-Magee
2011-01-13[1.2.X] Fixed #13668 -- Corrected database router methods invocation for Many...Ramiro Morales
2011-01-13[1.2.X] Fixed #15024 -- Ensure that choice of L10N format module used is stab...Ramiro Morales
2011-01-13[1.2.X] Fixed #14951 -- Made the unique_for_{date,month,year} model field con...Ramiro Morales
2011-01-12[1.2.X] Fixed #11434 -- Corrected style of arrow buttons located at the cente...Ramiro Morales
2011-01-12[1.2.X] Fixed #11414 -- Made sure the calendar and clock popup windows in the...Ramiro Morales
2011-01-12[1.2.X] Fixed #11124 -- Expanded docstrings of the ModelAdmin has_{change|del...Ramiro Morales
2011-01-12[1.2.X] Fixed #15032 -- Replaced 1.2.X implementation of admin changelist fil...Ramiro Morales
2011-01-11[1.2.X] Fixed #11293 -- fixed using Q objects to generate ORs with aggregates...Alex Gaynor
2011-01-11[1.2.X] Fixed #15045 - Typo auto_add_now -> auto_now_add; thanks dr_gone for ...Timo Graham
2011-01-10[1.2.X] Fix wrong attribute name in [15156]. Thanks to Alex Gaynor for spotti...Andrew Godwin
2011-01-08[1.2.X] Fixed test failure when using Python 2.7Luke Plant
2011-01-08[1.2.X] Fixed #14888 -- Removing duplicated code in serialisers. Thanks to er...Andrew Godwin
2011-01-08[1.2.X] Fixed #14929 -- Move gzip_page docstring to the right place. Thanks a...Andrew Godwin
2011-01-08Fixed #12295 -- Issue had already been fixed, but added test. Thanks tomevans...Andrew Godwin
2011-01-08[1.2.X] Fixed #9029 -- Allow use of fieldname_id with get_or_create. Thanks t...Andrew Godwin
2011-01-04[1.2.X] Fixed sending mail on 404s to fail silently.Luke Plant
2011-01-03[1.2.X] Fixed #10078 - Document use of locales in management commands. Thanks...Timo Graham
2011-01-03[1.2.X] Fixed #14999 -- Ensure that filters on local fields are allowed, and ...Russell Keith-Magee
2011-01-03[1.2.X] Fixed #15006 -- Removed some stray tabs in python code. Thanks to van...Russell Keith-Magee
2011-01-03[1.2.X] Fixed #15002 - Fix title casing to conform to style guidelines. thank...Timo Graham
2010-12-31[1.2.X] Fixed #13307 -- Enhanced the generic inlines documentation by mention...Ramiro Morales
2010-12-31[1.2.X] Some small fixes to DB optimization docs.Luke Plant
2010-12-31[1.2.X] Fixed #14997 - A typo in "Overriding delete". thanks phunehehe for th...Timo Graham
2010-12-30[1.2.X] Fixed #13912 - Fixed AliasMatch regex in modwsgi docs. Thanks SmileyC...Timo Graham