summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
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
2012-02-27Fixed ReST typo in CSRF docs.Luke Plant
2012-02-24Fixed #17749 - Documented better way of overriding ModelAdmin; thanks chrisdp...Timo Graham
2012-02-22Reverted r17577 because it's actually possible to use a time zone that isn't ...Aymeric Augustin
2012-02-22Noted that TIME_ZONE must be the server time zone when time zone support is e...Aymeric Augustin
2012-02-21Fixed a few typos in the aggregation functions reference.Aymeric Augustin
2012-02-20Fixed #16758 - Added a warning regarding overriding default settings; thanks ...Timo Graham
2012-02-19Fixed #17166 -- Documented how FIXTURE_DIRS works in the inital data how-to, ...Aymeric Augustin
2012-02-19Fixed #17316 -- Mentionned that the MultipleProxyMiddleware provided as an ex...Aymeric Augustin
2012-02-19Fixed #16452 -- Clarified that the DATE/DATETIME/TIME_INPUT_FORMATS settings ...Aymeric Augustin
2012-02-19Fixed #17573 -- Documented MySQL's switch to InnoDB as default storage engine...Aymeric Augustin
2012-02-18Fixed #17685 - Typo in BaseDateListView.get_dated_items(); thanks ejb.Timo Graham
2012-02-17Fixed typo in GIS testing docs.Carl Meyer
2012-02-17Documentation (and some small source code) edits from [17432] - [17537]Adrian Holovaty
2012-02-16Fixed #17693. Input validation and tests for base36 conversion utils. Thanks ...Paul McMillan
2012-02-14Stopped the collectstatic management from being wastful with file handlers. R...Jannis Leidel
2012-02-13Added a note to the release notes about the new format strings added in r17473.Jannis Leidel
2012-02-12Fixed #16150 -- Added 'feed_url' and clarified 'link' in the Feed reference d...Aymeric Augustin
2012-02-11Updated SpatiaLite GeoDjango test setup instructions for version 3.0.Ramiro Morales