summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2012-07-28[1.4.X] Fixed #18656 -- Fixed LocaleMiddleware link; thanks mitar for the rep...Tim Graham
2012-07-08[1.4.x] Fixed #18173 - Corrected ModelAdmin documentation for get_changelist.Tim Graham
2012-07-07[1.4.x] Fixed #18164 -- Precised startapp template context contentClaude Paroz
2012-07-05[1.4.X] Fixed #17997 - Documented that the debug server is now multithreaded ...Tim Graham
2012-07-01[1.4.X] Fixed #17436 - Added warning about overriding Model.__init__()Tim Graham
2012-07-01[1.4.X] Fixed #16882 - Clarified why one should not use 'init_command' after ...Tim Graham
2012-06-30[1.4.X] Fixed #18145 -- Improved documentation of unique_together type fieldsRaúl Cumplido
2012-06-27[1.4.X] Fixed #17511 - Removed reference to deprecated "reset" management com...Tim Graham
2012-06-08[1.4.x] Added more explicit warnings about unconfigured reStructured Text usa...Luke Plant
2012-06-06[1.4.X] Replaced documentation snippets using "gender" with less sensitive ex...Jacob Kaplan-Moss
2012-06-04[1.4.x] Noted that SECURE_PROXY_SSL_HEADER is needed by CSRF protection.Luke Plant
2012-04-21[1.4.X] Added documentation notes about lack of database savepoints support w...Ramiro Morales
2012-04-20[1.4.X] Fixed #18156 -- Updated signature of ModelAdmin change_view in docs t...Claude Paroz
2012-04-09[1.4.X] Fixed #17672 -- Precised MacPorts GeoDjango install instructions to i...Claude Paroz
2012-04-06[1.4.X] Fixed #18074 -- Fixed description of dumpdata command --database option.Ramiro Morales
2012-04-02[1.4.X] Fixed #18009 -- Cleaned up a comment about removal of the old contrib...Claude Paroz
2012-04-01[1.4.X] Fixed #18045 -- Corrected the documented default value of SESSION_COO...Claude Paroz
2012-03-29[1.4.X] Fixed #17733 -- Discouraged setting TIME_ZONE to None when USE_TZ is ...Claude Paroz
2012-03-21Fixed #17936 -- Fixed a code sample in the admin `SimpleListFilter` documenta...Julien Phalip
2012-03-19Fixed an indentation issue in GeoDjango installation docs.Claude Paroz
2012-03-19Fixed #17893 -- Added GeoDjango installation instructions for Ubuntu 11.10. T...Claude Paroz
2012-03-17Fixed #16138 -- Made FormMixin get_initial return a copy of the 'initial' cla...Claude Paroz
2012-03-17Fixed #17926 -- Removed mention of XMLField in docs (missing deletion from r1...Claude Paroz
2012-03-17Fixed #17915 -- Switched GeoModelAdmin default WMS layer URL from Metacarta t...Claude Paroz
2012-03-16Fixed #13267 -- Updated GeoDjango tutorial for the 1.4 release. Thanks samuel...Claude Paroz
2012-03-15Fixed #17607 -- Added homebrew section in Mac OS X-specific install instructi...Claude Paroz
2012-03-14Fixed #17837. Improved markdown safety.Paul McMillan
2012-03-14Updated some outdated external URLs in docs.Claude Paroz
2012-03-13Fixed #17895 -- Made override_settings send the setting_changed signal both w...Aymeric Augustin
2012-03-13Fixed #17584 -- Updated create_template_postgis-debian.sh script for PostgreS...Claude Paroz
2012-03-13Replaced http by https in djangoproject.com linksClaude Paroz
2012-03-13Fixed #17857 -- Stopped CachedStaticFilesStorage from creating absolute URLs ...Jannis Leidel
2012-03-12Edited some docs and docstrings until [17685]Adrian Holovaty
2012-03-11Fixed an inappropriate repetition. Thanks DanGer for the report.Aymeric Augustin
2012-03-10Fixed Sphinx warnings when building docs introduced in r17665.Ramiro Morales
2012-03-05Fixes #17327 -- Add --database option to createsuperuser and change password ...Chris Beaven
2012-03-05Fixed #16939 -- Inaccurate implementation of {% comment %} presented in custo...Chris Beaven
2012-03-04Documented a limit of the SQLite backend, in relation with the bulk_create fu...Aymeric Augustin
2012-03-04Fixed a typo in the sitemaps docs.Aymeric Augustin
2012-03-03Made django.utils.timezone.localtime a private API -- it's too specific to th...Aymeric Augustin
2012-03-03Fixed #9995 -- Updated the installation instructions to recommend pip. Also f...Aymeric Augustin
2012-03-02Edited stuff from [17543] to [17629]Adrian Holovaty
2012-03-02Fixed #17799 - Documented that the execute() method of a management command i...Carl Meyer
2012-03-02Fixed #17723 -- Mentioned the changes done in r17547. Thanks, ryankask.Jannis Leidel
2012-03-02Fixed #17568 -- Mentioned ``reverse_lazy`` in the ``LOGIN_REDIRECT_URL`` sett...Jannis Leidel
2012-03-02Fixed #17790 - Made the Ajax CSRF jQuery example work with jQuery in compatib...Carl Meyer
2012-03-01Fixed broken link to python-markdown in contrib.markup docs.Carl Meyer
2012-03-01Fixed #17767 - Added signed cookie session backed to session engine settings ...Timo Graham
2012-02-28Fixed #17668 - prefetch_related does not work in in_bulkLuke Plant
2012-02-27Added versionadded info for ensure_csrf_cookie decoratorLuke Plant