summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2012-03-21Fixed #17936 -- Fixed a code sample in the admin `SimpleListFilter` ↵Julien Phalip
documentation. Thanks to anonymous for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17772 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-19Fixed an indentation issue in GeoDjango installation docs.Claude Paroz
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17769 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-19Fixed #17893 -- Added GeoDjango installation instructions for Ubuntu 11.10. ↵Claude Paroz
Thanks jpaulett for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17768 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-17Fixed #16138 -- Made FormMixin get_initial return a copy of the 'initial' ↵Claude Paroz
class variable. Thanks hanson2010, wilfred@potatolondon.com and agriffis for their work on the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17765 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-17Fixed #17926 -- Removed mention of XMLField in docs (missing deletion from ↵Claude Paroz
r15982). Thanks aburgel for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17764 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-17Fixed #17915 -- Switched GeoModelAdmin default WMS layer URL from Metacarta ↵Claude Paroz
to OSGeo. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17762 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-16Fixed #13267 -- Updated GeoDjango tutorial for the 1.4 release. Thanks ↵Claude Paroz
samueladam for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17754 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-15Fixed #17607 -- Added homebrew section in Mac OS X-specific install ↵Claude Paroz
instructions for GeoDjango. Thanks estibistec for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17743 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-14Fixed #17837. Improved markdown safety.Paul McMillan
Markdown enable_attributes is now False when safe_mode is enabled. Documented the markdown "safe" argument. Added warnings when the safe argument is passed to versions of markdown which cannot be made safe. Deprecated versions of markdown < 2.1. Many thanks to ptone for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17735 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-14Updated some outdated external URLs in docs.Claude Paroz
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17710 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-13Fixed #17895 -- Made override_settings send the setting_changed signal both ↵Aymeric Augustin
when a setting is overridden and when it's restored. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17708 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-13Fixed #17584 -- Updated create_template_postgis-debian.sh script for ↵Claude Paroz
PostgreSQL 9.1 installs. Thanks akaihola for the initial patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17706 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-13Replaced http by https in djangoproject.com linksClaude Paroz
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17703 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-13Fixed #17857 -- Stopped CachedStaticFilesStorage from creating absolute URLs ↵Jannis Leidel
unnecessarily. Thanks, tgecho. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17697 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-12Edited some docs and docstrings until [17685]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17686 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-11Fixed an inappropriate repetition. Thanks DanGer for the report.Aymeric Augustin
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17679 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-10Fixed Sphinx warnings when building docs introduced in r17665.Ramiro Morales
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17675 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-05Fixes #17327 -- Add --database option to createsuperuser and change password ↵Chris Beaven
management commands git-svn-id: http://code.djangoproject.com/svn/django/trunk@17665 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-05Fixed #16939 -- Inaccurate implementation of {% comment %} presented in ↵Chris Beaven
custom template tag 'howto' guide. Thanks sebastian for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17663 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-04Documented a limit of the SQLite backend, in relation with the bulk_create ↵Aymeric Augustin
function. Refs #17788. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17653 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-04Fixed a typo in the sitemaps docs.Aymeric Augustin
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17650 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-03Made django.utils.timezone.localtime a private API -- it's too specific to ↵Aymeric Augustin
the template engine. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17642 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-03Fixed #9995 -- Updated the installation instructions to recommend pip. Also ↵Aymeric Augustin
fixed ReST errors. Refs #9112. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17636 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-02Edited stuff from [17543] to [17629]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17630 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-02Fixed #17799 - Documented that the execute() method of a management command ↵Carl Meyer
is not suitable for calling the command from code; call_command should be used instead. Thanks kacah222 for the report and claudep for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17629 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-02Fixed #17723 -- Mentioned the changes done in r17547. Thanks, ryankask.Jannis Leidel
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17627 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-02Fixed #17568 -- Mentioned ``reverse_lazy`` in the ``LOGIN_REDIRECT_URL`` ↵Jannis Leidel
settings docs. Thanks, zsiciarz. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17626 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-02Fixed #17790 - Made the Ajax CSRF jQuery example work with jQuery in ↵Carl Meyer
compatibility mode, too. Thanks Jonathan Hayward for the suggestion. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17623 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-01Fixed broken link to python-markdown in contrib.markup docs.Carl Meyer
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17608 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-01Fixed #17767 - Added signed cookie session backed to session engine settings ↵Timo Graham
docs; thanks Preston Holmes. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17606 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-28Fixed #17668 - prefetch_related does not work in in_bulkLuke Plant
Thanks to gurets for the report, and akaariai for the initial patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17600 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-27Added versionadded info for ensure_csrf_cookie decoratorLuke Plant
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17594 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-27Fixed ReST typo in CSRF docs.Luke Plant
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17593 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-24Fixed #17749 - Documented better way of overriding ModelAdmin; thanks ↵Timo Graham
chrisdpratt and claudep. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17582 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-22Reverted r17577 because it's actually possible to use a time zone that isn't ↵Aymeric Augustin
the system time zone without pytz, thanks to the TZ environment variable. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17578 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-22Noted that TIME_ZONE must be the server time zone when time zone support is ↵Aymeric Augustin
enabled and pytz isn't installed. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17577 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-21Fixed a few typos in the aggregation functions reference.Aymeric Augustin
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17569 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-20Fixed #16758 - Added a warning regarding overriding default settings; thanks ↵Timo Graham
cyclops for the suggestion & Aymeric Augustin for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17566 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-19Fixed #17166 -- Documented how FIXTURE_DIRS works in the inital data how-to, ↵Aymeric Augustin
and edited related bits in the settings reference. Performed minor edits for consistency while I was there. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17558 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-19Fixed #17316 -- Mentionned that the MultipleProxyMiddleware provided as an ↵Aymeric Augustin
example must run rather early. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17556 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-19Fixed #16452 -- Clarified that the DATE/DATETIME/TIME_INPUT_FORMATS settings ↵Aymeric Augustin
have no effect when USE_L10N is True. Thanks Travis Brooks. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17554 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-19Fixed #17573 -- Documented MySQL's switch to InnoDB as default storage ↵Aymeric Augustin
engine. Thanks Lenz Hirsch for the report and Claude Paroz for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17552 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-18Fixed #17685 - Typo in BaseDateListView.get_dated_items(); thanks ejb.Timo Graham
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17548 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-17Fixed typo in GIS testing docs.Carl Meyer
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17541 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-17Documentation (and some small source code) edits from [17432] - [17537]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17540 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-16Fixed #17693. Input validation and tests for base36 conversion utils. Thanks ↵Paul McMillan
Keryn Knight for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17525 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-14Stopped the collectstatic management from being wastful with file handlers. ↵Jannis Leidel
Refs r17519. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17521 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-13Added a note to the release notes about the new format strings added in r17473.Jannis Leidel
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17520 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-12Fixed #16150 -- Added 'feed_url' and clarified 'link' in the Feed reference ↵Aymeric Augustin
docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17516 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-11Updated SpatiaLite GeoDjango test setup instructions for version 3.0.Ramiro Morales
Also, fixed documentation typos introduced in r17496. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17507 bcc190cf-cafb-0310-a4f2-bffc1f526a37