summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-12-27[1.2.X] Fixed #12642 - Add docs for has_[add|change|delete]_permission ModelA...Timo Graham
2010-12-27[1.2.X] Fixed #6181 - Document `django.views.decorators.http` - thanks adamv ...Timo Graham
2010-12-27[1.2.X] Converted the Czech localflavor tests to be unittests. We have alway...Alex Gaynor
2010-12-26[1.2.X] Fixed #13949 - Note that readonly fields can't be modified via custom...Timo Graham
2010-12-26[1.2.X] Converted Swedish localflavor tests from doctests to unittests. Thank...Jannis Leidel
2010-12-26[1.2.X] Fixed #14000 - Remove versionadded/changed tags for 1.0. thanks ramiro!Timo Graham
2010-12-25[1.2.X] Fixed #13020 - add clarifying note to SessionStore. thanks elbarto fo...Timo Graham
2010-12-25[1.2.X] Fixed #14927 - typo in model option docs. thanks tiliv.Timo Graham
2010-12-25[1.2.X] Fixed #14956 - typo in messages docs. thanks alexarsh for the report.Timo Graham
2010-12-23[1.2.X] Fixed #14939: Don't strip ;-parameters from URLs in the test client.Andrew Godwin
2010-12-23[1.2.X] Fixed #14576, #14946 - FormWizard.done() method doesn't get passed th...Ramiro Morales
2010-12-23[1.2.X] Update download_url for 1.2.4.James Bennett
2010-12-23[1.2.X] Bump to 1.2.4 for security release.1.2.4James Bennett
2010-12-23Fix a security issue in the auth system. Disclosure and new release forthcoming.Alex Gaynor
2010-12-23Fix a security issue in the admin. Disclosure and new release forthcoming.Alex Gaynor
2010-12-23[1.2.X] Rolled back r146331, r14640 (partially) and r14625 so 1.2.X docs are ...Ramiro Morales
2010-12-23[1.2.X] Fixed a couple of broken internal links in the documentation.Ramiro Morales
2010-12-22[1.2.X] Added some reST markup to avoid a warning during docs compilation.Russell Keith-Magee
2010-12-22[1.2.X] Fixed #14439 -- Improved documentation for running the GeoDjango test...Justin Bronn