summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2012-07-30[1.4.x] Bump version numbers for security release.1.4.1James Bennett
2012-07-28[1.4.X] Fixed #18656 -- Fixed LocaleMiddleware link; thanks mitar for the ↵Tim Graham
report. Backport of 07d70e9b26 from master
2012-07-15[1.4.x] Fixed #18614 -- Added imports and changed render_to_response to render.Kevin London
2012-07-08[1.4.X] Fixed #18577 - Clarified middleware initialization.Tim Graham
Thanks Lukasz Balcerzak for the patch. Backport of 590de18add from master
2012-07-08[1.4.x] Fixed #18173 - Corrected ModelAdmin documentation for get_changelist.Tim Graham
Thanks Keryn Knight for the report and vanessagomes for the pckport of [d44aa98] from master.atch. Backport of [d44aa98] from master.
2012-07-07[1.4.x] Fixed #18164 -- Precised startapp template context contentClaude Paroz
Backport of 249c445446 from master.
2012-07-07[1.4x] Fixed #18587 -- Typo in management command exampleAymeric Augustin
Thanks Frank Wiles. Backport of 29ca3d3c4b3d330337cce8713196ef7eea956dc9 from master.
2012-07-05[1.4.X] Fixed #17997 - Documented that the debug server is now multithreaded ↵Tim Graham
by default. Thanks trey.smith@ for the report and vanessagomes for the patch. Backport of e4a1407a9c from master
2012-07-01[1.4.X] Fixed #17436 - Added warning about overriding Model.__init__()Tim Graham
Thanks zsiciarz for the draft patch. Backport of 7313468f85 from master
2012-07-01[1.4.X] Fixed #16882 - Clarified why one should not use 'init_command' after ↵Tim Graham
initial database creation. Backport of 9974069620 from master
2012-07-01[1.4.X] Fixed #18493 - Added instructions to locate the Django source files ↵Tim Graham
to the t Thanks Claude Paroz for the draft patch. Backport of c68f4c514c from master
2012-06-30[1.4.X] Fixed #17705 - Updated TabularInline image and doc in tutorial 2.Tim Graham
Thanks xbito for the draft patch. Backport of c5fb8299ef from master
2012-06-30[1.4.X] Fixed #18145 -- Improved documentation of unique_together type fieldsRaúl Cumplido
Backport of 55ffcf8e7b from master
2012-06-30[1.4.X] Fixed #17168 - Noted TransactionMiddleware only works with "default" ↵Tim Graham
database alias. Thanks codeinthehole for the draft patch. Backport of 5d81ad1af1 from master
2012-06-29[1.4.x] Fixed #18528 -- Fixed custom field value_to_string exampleClaude Paroz
Thanks anuraguniyal for the report.
2012-06-27[1.4.X] Fixed #17511 - Removed reference to deprecated "reset" management ↵Tim Graham
command in FAQ; thanks voxpuibr@ for the report. Backport of c8928b91b5 from master
2012-06-27[1.4.X] Fixed #18369 - Fixed argument name in render() function; thanks ↵Tim Graham
qsolo825@ for the report. Backport of 1cf8287e3a from master
2012-06-08[1.4.x] Added more explicit warnings about unconfigured reStructured Text ↵Luke Plant
usage in docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17915 bcc190cf-cafb-0310-a4f2-bffc1f526a37 Backport of 718f149b from master
2012-06-06[1.4.X] Replaced documentation snippets using "gender" with less sensitive ↵Jacob Kaplan-Moss
examples. Backport of [7edf231] from master.
2012-06-04[1.4.x] Noted that SECURE_PROXY_SSL_HEADER is needed by CSRF protection.Luke Plant
Both false positives and false negatives of HttpRequest.is_secure can be dangerous. Backport of 840ffd80ba from master
2012-06-04[1.4.x] Rewrote security.txt SSL docs, noting SECURE_PROXY_SSL_HEADER.Luke Plant
Backport of 0199bdc0b from master
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
Thanks nicknnn for the report.
2012-05-10Fixed #18270 -- Corrected variable name in password reset example.Claude Paroz
Thanks schnippi for the report. Backport of ec5423df05dedeee6651c36dd4d90fec0d8cca7c from master.
2012-04-22[1.4.X] Fixed #18186 -- Fixed ReportLab Web site links. Thanks pablog for ↵Claude Paroz
the report and the initial patch. Backport of r17928 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17929 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-04-21[1.4.X] Added documentation notes about lack of database savepoints support ↵Ramiro Morales
when using MySQL+MyISAM. Refs #15507 and r17341. Backport of r17923. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17924 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-04-20[1.4.X] Fixed #18156 -- Updated signature of ModelAdmin change_view in docs ↵Claude Paroz
to reflect r17466. Thanks arthurprat for the report. Backport of r17918 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17919 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-04-16[1.4.X] Fixed #18316 -- Fixed pre-1.3 PermWrapper? location in docs. Thanks ↵Claude Paroz
Adrien Lemaire for the patch. Backport of r17913 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17914 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-04-13[1.4.X] Fixed #18118 -- Improved documentation for contrib.auth.hashers ↵Claude Paroz
utility functions. Thanks Mathieu Agopian for the report and Ramiro Morales for the review. Backport of r17905 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17906 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-04-10[1.4.X] Fixed #18095 -- Added missing 'cc' mention in EmailMessage ↵Claude Paroz
recipients() description. Thanks Stéphane Raimbault for the report and the patch. Backport of r17891 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17892 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-04-09[1.4.X] Fixed #17672 -- Precised MacPorts GeoDjango install instructions to ↵Claude Paroz
install gdal with geos support. Thanks chosak for the report and the patch. Backport of r17883 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17884 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-04-06[1.4.X] Fixed #18074 -- Fixed description of dumpdata command --database option.Ramiro Morales
Thanks aruseni for the report. Backport of r17873 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17874 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-04-02[1.4.X] Fixed #18009 -- Cleaned up a comment about removal of the old ↵Claude Paroz
contrib.syndication Feed class. Thanks Keryn Knight for the report. Backport of r17866 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17867 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-04-01[1.4.X] Fixed #18045 -- Corrected the documented default value of ↵Claude Paroz
SESSION_COOKIE_HTTPONLY setting. Missing bit of r17135. Backport of r17862 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17863 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-31[1.4.X] Removed documentation for SMTPConnection, which was removed at ↵Aymeric Augustin
r15978. Backport of r17837 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17838 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-30[1.4.X] Fixed #17999 -- Restored the links to examples from models ↵Claude Paroz
documentation. Refs #17605. Backport of r17832 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17833 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-29[1.4.X] Fixed #17993 -- Removed quotes around module parameter for wider ↵Claude Paroz
compatibility. Thanks roberto@unbit.it for the report. Backport of r17813 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17821 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-29[1.4.X] Added missing indentation in models topic documentation.Claude Paroz
Backport of r17812 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17820 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-29[1.4.X] Fixed #17733 -- Discouraged setting TIME_ZONE to None when USE_TZ is ↵Claude Paroz
True. Thanks berdario for the report. Backport of r17809 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17818 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-29[1.4.X] Fix lintian error in manpages.Claude Paroz
Backport of r17808 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17817 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-29[1.4.X] Fixed #17963 -- Fixed internal links in the 1.4 release notes.Claude Paroz
Backport of r17802 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17816 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-29[1.4.X] Bump the version in a docs example.Claude Paroz
Backport of r17801 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17815 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-23Bump trunk to 1.4.1.4James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17799 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-23Edited Django 1.4 release notes:Jacob Kaplan-Moss
* Remove the "UNDER DEVELOPMENT" parts. * Added an overview, explicitly mentioning time zone support. * Spell/grammar check. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17798 bcc190cf-cafb-0310-a4f2-bffc1f526a37
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