summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2013-02-19[1.5.x] Bump version numbers for security release.1.5c2James Bennett
2013-02-19[1.5.x] Update 1.5 release notes for XML and formset fixes.Carl Meyer
2013-02-19[1.5.x] Added a default limit to the maximum number of forms in a formset.Aymeric Augustin
This is a security fix. Disclosure and advisory coming shortly.
2013-02-19[1.5.x] Added a new required ALLOWED_HOSTS setting for HTTP host header ↵Carl Meyer
validation. This is a security fix; disclosure and advisory coming shortly.
2013-02-18[1.5.X] Fixed #19717 - Removed mentions of "root QuerySet" in docs.Tim Graham
Thanks julien.aubert.mail@ for the report and James Pic for the patch. Backport of 64d0f89ab1 from master
2013-02-18[1.5.x] Corrected INSTALLED_APPS syntax in 1.5 release notes.Simon Meers
Backport of 9c2066d5 from master.
2013-02-16[1.5.x] Fixed #19824 - Corrected the class described for Field.primary_key ↵Tim Graham
from IntegerField to AutoField. Thanks Keryn Knight. Backport of 218bbef0c4 from master
2013-02-16[1.5.x] Fixed #19812 - Removed a duplicate phrase in the widget docs.Tim Graham
Thanks diegueus9 for the report and itsallvoodoo for the draft patch. Backport of 7a80904b00 from master
2013-02-16[1.5.x] Fixed #19719 - Removed misleading example from ModelForm documentationAlex Hunley
Backport of 976dc07baf from master
2013-02-16[1.5.x] Refs #14881 -- Document that User models need to have an integer ↵Russell Keith-Magee
primary key. Thanks to Kaloian Minkov for the reminder about this undocumented requirement. (cherry picked from commit 91c26eadc9b4efa5399ec0f6c84b56a3f8eb84f4)
2013-02-15[1.5.x] Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on ↵Russell Keith-Magee
custom User models. Thanks to Claude Peroz for the draft patch. (cherry picked from commit f5e4a699ca0f58818acbdf9081164060cee910fa)
2013-02-14[1.5.x] Mention backward relationships in aggregate docs.Ramiro Morales
Thanks Anssi and Marc Tamlyn for reviewing. Fixes #19803. 0560bfb705687c831e2769b1202706e2ceb1f7a7 from master.
2013-02-14[1.5.x] Typo in i18n docs.Ramiro Morales
112c6e987dbe789c8eb1889852f6056131c8d4d6 from master.
2013-02-14[1.5.x] Fixed #19823 -- Fixed memcached code example in cache docsClaude Paroz
Backport of 668d0b8d from master.
2013-02-10[1.5.x] Emphasized MyISAM pseudo-requirement for GeoDjango over MySQLClaude Paroz
Refs #15295. Backport of 8fbc20b24 from master.
2013-02-09[1.5.x] Fixed #19699 - Removed "Please see the release notes" from ↵Tim Graham
versionadded/changed directives Thanks Aymeric for the patch. Backport of d93edffa89 from master.
2013-02-09[1.5.x] Fixed #19749 -- Documented ending param to command's self.stdout/errClaude Paroz
Thanks xian at mintchaos.com for the report. Backport of 0201b9d6d from master
2013-02-08[1.5.x] Fixed #19779 -- Checked contrib.sites presence in ↵Claude Paroz
RedirectFallbackMiddleware Thanks Aymeric Augustin for the report and directions for the patch. Backport of 2ed90eac from master.
2013-02-07[1.5.x] Fixed #19662 -- alter auth modelbackend to accept custom username fieldsPreston Holmes
Thanks to Aymeric and Carl for the review.
2013-02-07[1.5.x] Fixed #19706 - Tweaks to the tutorial.Tim Graham
Thanks Daniele Procida. Backport of aa85ccf8ce from master.
2013-02-07[1.5.x] Fixed #19756 - Corrected a ManyToMany example and added some links ↵Tim Graham
and markup. Backport of 43efefae69 from master
2013-02-06[1.5.x] Fixed #19743 - Documented some limitations of contrib.auth.Tim Graham
Thanks Aymeric for the suggestion. Backport of afa3e16334 from master
2013-02-04[1.5.x] Fixed #19734 -- Missing values in `DATETIME_INPUT_FORMATS` doc.Simon Charette
Also changed formating of `DATE_INPUT_FORMATS` and `TIME_INPUT_FORMATS` for readability. Thanks minddust for the report! Backport of 5c70299a71 from master.
2013-02-03[1.5.x] Fixed a typo in docs/topics/auth/customizing.txtTim Graham
Backport of 2c173ff3b4 from master
2013-02-02[1.5.x] Fixed #19333 -- Moved compress.py outside of the admin static ↵Julien Phalip
folder. Thanks to camilonova, Russell Keith-Magee, Aymeric Augustin and Ramiro Morales for the feedback. Backport of c9c40bc6bc64e6
2013-02-02[1.5.x] Fixed #19445 -- Skip admin fieldsets validation when the ↵Nick Sandford
ModelAdmin.get_form() method is overridden. Backport of 0694d2196f0fad
2013-02-02[1.5.x] Fixed #19700 - Added documentation for BoundField.field.Tim Graham
Thanks Tiberiu Ana for the report and patch. Backport of fdaaa24171 from master
2013-02-01[1.5.x] Small generic FK docs tweaks.Ramiro Morales
5f7eecd from master.
2013-02-01[1.5.x] Fixed content types contrib app doc typos.Ramiro Morales
1ee40f2 from master.
2013-02-01[1.5.x] Fixed #19690 - Removed unused import in doc examples.Lucian Ursu
Backport of c6560e4843 from master
2013-02-01[1.5.x] Fix rst syntax error.Aymeric Augustin
Thanks Chris Rebert for the report. Backport of d75a54c.
2013-02-01[1.5.x] Documented ArchiveIndexView's date_list context variable.Aymeric Augustin
Refs #16218. Backport of a0c67c6.
2013-02-01[1.5.x] Fixed #19714 -- Updated documentation about TemplateView contextClaude Paroz
Thanks Aramgutang for the report. Refs #17228. Backport of 56e553129 from master.
2013-01-31Enhanced traanslator comments documentation.Ramiro Morales
Partial (docs only) backport of 47ddd6a from master.
2013-01-31[1.5.x] Fixed #19692 -- Completed deprecation of mimetype in favor of ↵Aymeric Augustin
content_type. Thanks Tim for the report and initial patch. Backport of 89cb771 from master.
2013-01-30[1.5.x] Fixed #19076 -- Added content_type attribute to TemplateView.Aymeric Augustin
Thanks Gavin Wahl. Backport of 23e319d.
2013-01-29[1.5.x] Fixed typos in docs and commentsTim Graham
Backport of ee26797cff from master
2013-01-29[1.5.x] Fixed #19683 - Added a missing import in signing example.Tim Graham
Thanks sunsongxp@ for the report. Backport of 537d44b1b9 from master
2013-01-27[1.5.x] Fixed a malformed link.Tim Graham
2013-01-25[1.5.x] Added more shortcuts to i18n docs in index page.Ramiro Morales
5b99d5a from master
2013-01-25[1.5.x] Fixed #19577 - Added HTML escaping to admin examples.Tim Graham
Thanks foo@ for the report and Florian Apolloner for the review. Backport of eafc036476 from master
2013-01-24[1.5.x] Fixed #19639 - Updated contributing to reflect model choices best ↵Tim Graham
practices. Thanks charettes. Backport of eaa716a413 from master
2013-01-23[1.5.x] Fixed typo.Justin Bronn
Backport of 71c8539570 from master
2013-01-23[1.5.x] Fixed #19610 - Added enctype note to forms topics doc.Tim Graham
Thanks will@ for the suggestion. Backport of 0de2645c00 from master
2013-01-22[1.5.x] Fixed #19633 - Discouraged use of gunicorn's Django integration.Tim Graham
Backport of 0db86273ae from master
2013-01-22[1.5.x] Fixed #19477 - Documented generic_inlineformset_factoryTim Graham
Thanks epicserve for the suggestion. Backport of 214fb700b9 from master
2013-01-22[1.5.x] Fixed #19640 - Added inlineformset_factory to reference docs.Tim Graham
Thanks wim@ for the suggestion. Backport of 5b2d9bacd2 from master
2013-01-18[1.5.x] Fixed #19628 - Noted that app for custom user model must be in ↵Tim Graham
INSTALLED_APPS Thanks dpravdin and Jordan Messina. Backport of 0375244eae from master
2013-01-18[1.5.x] Fixed #19632 -- Bug in code sample.Aymeric Augustin
Thanks grossmanandy at bfusa com and Simon Charette. Backport of 1dd7492.
2013-01-15[1.5.x] Fixed #19597 - Added some notes on jQuery in admin.Tim Graham
Thanks Daniele Procida. Backport of d406afe12e from master