summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2012-06-27[1.4.X] Fixed #18369 - Fixed argument name in render() function; thanks qsolo...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-06-04[1.4.x] Rewrote security.txt SSL docs, noting SECURE_PROXY_SSL_HEADER.Luke Plant
2012-05-16[1.4.x] Updated docs/intro/whatsnext.txt to reference Git instead of SVNAdrian Holovaty
2012-05-11[1.4.x] Fixed #18301 -- Fixed url name in password reset example.Claude Paroz
2012-05-10Fixed #18270 -- Corrected variable name in password reset example.Claude Paroz
2012-04-22[1.4.X] Fixed #18186 -- Fixed ReportLab Web site links. Thanks pablog for the...Claude Paroz
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-16[1.4.X] Fixed #18316 -- Fixed pre-1.3 PermWrapper? location in docs. Thanks A...Claude Paroz
2012-04-13[1.4.X] Fixed #18118 -- Improved documentation for contrib.auth.hashers utili...Claude Paroz
2012-04-10[1.4.X] Fixed #18095 -- Added missing 'cc' mention in EmailMessage recipients...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-31[1.4.X] Removed documentation for SMTPConnection, which was removed at r15978...Aymeric Augustin
2012-03-30[1.4.X] Fixed #17999 -- Restored the links to examples from models documentat...Claude Paroz
2012-03-29[1.4.X] Fixed #17993 -- Removed quotes around module parameter for wider comp...Claude Paroz
2012-03-29[1.4.X] Added missing indentation in models topic documentation.Claude Paroz
2012-03-29[1.4.X] Fixed #17733 -- Discouraged setting TIME_ZONE to None when USE_TZ is ...Claude Paroz
2012-03-29[1.4.X] Fix lintian error in manpages.Claude Paroz
2012-03-29[1.4.X] Fixed #17963 -- Fixed internal links in the 1.4 release notes.Claude Paroz
2012-03-29[1.4.X] Bump the version in a docs example.Claude Paroz
2012-03-23Bump trunk to 1.4.1.4James Bennett
2012-03-23Edited Django 1.4 release notes:Jacob Kaplan-Moss
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-16Fixed #17841 -- Clarified caching note about authentication backends. Thanks ...Claude Paroz
2012-03-16Added Django-Python version matching table in FAQ.Claude Paroz
2012-03-15Fixed #17607 -- Added homebrew section in Mac OS X-specific install instructi...Claude Paroz
2012-03-15Fixed #17900 -- StreamHandler output defaults to stderr. Thanks c4m3lo for th...Claude Paroz
2012-03-15Bump trunk to 1.4 RC 2.James Bennett
2012-03-14Fixed #17605: Restored deleted query documentation that used to live in docte...James Bennett
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-13Fixed #17891 -- Documented a small backwards incompatibility in the `password...Julien Phalip
2012-03-13Fixed #17236 -- Clarified that anonymous session data are retained after logi...Claude Paroz
2012-03-13Replaced http by https in djangoproject.com linksClaude Paroz
2012-03-13Add myself to committersClaude Paroz
2012-03-13Fixed #17857 -- Stopped CachedStaticFilesStorage from creating absolute URLs ...Jannis Leidel