summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-12-29[1.2.X] Fixed #14842 - Indent the model Meta options. Thanks adamv.Timo Graham
2010-12-29[1.2.X] Fixed #13452 - Document that regroup can be used with any template lo...Timo Graham
2010-12-29[1.2.X] Fixed #14712 - Add an example for the post_syncdb signal. Thanks Fran...Timo Graham
2010-12-29[1.2.X] Fixed #12193 - Add details to the i18n documentation for translation ...Timo Graham
2010-12-29[1.2.X] Fixed #13961 - note that reverse URL lookups can't be done within a b...Timo Graham
2010-12-29[1.2.X] Fixed #14277 - Clarify path names in modwsgi docs; thanks neitpiet fo...Timo Graham
2010-12-29[1.2.X] Fixed #14959 - Add a link to localflavor in the model field docs. Tha...Timo Graham
2010-12-29[1.2.X] Fixed #7726 -- Added validation of max_digits and decimal_places opti...Ramiro Morales
2010-12-29[1.2.X] Fixed a crossref formatting problem in the signals reference docs.Gabriel Hurley
2010-12-29[1.2.X] Fixed #14403 -- Provided some extra resources on the difference betwe...Gabriel Hurley
2010-12-28[1.2.X] Fixed #14905 -- Corrected some misleading linking and language in the...Gabriel Hurley
2010-12-28[1.2.X] Fixed #14912 -- Expanded documentation for the urlize template filter...Gabriel Hurley
2010-12-28[1.2.X] Fixed #11496 - note that DecimalField max/min_value should be type(de...Timo Graham
2010-12-28[1.2.X] Fixed #14708 - Document available keys for form field error messages;...Timo Graham
2010-12-28[1.2.X] Fixed #14320 - Add a note about lack of timezone support in MySQL. Th...Timo Graham
2010-12-28[1.2.X] Fixed #13837 - Add geodjango packages for Ubuntu 10.04; thanks muanis...Timo Graham
2010-12-27[1.2.X] Fixed #13397 - Include third level headings in the TOC. thanks cyang ...Timo Graham
2010-12-27[1.2.X] Fixed #12313 - Add a note that QuerySet.delete() doesn't necessarily ...Timo Graham
2010-12-27[1.2.X] Fixed #14890 - Clarify poll "index" page in tutorial. thanks dbaggott...Timo Graham