summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2013-02-24Merge pull request #819 from erikr/masterAymeric Augustin
Fixed #16302 -- Ensured contrib.comments is IPv6 capable.
2013-02-24Fixed #16302 -- Ensure contrib.comments is IPv6 capableErik Romijn
Changed the ip_address field for Comment to GenericIPAddressField. Added instructions to the release notes on how to update the schema of existing databases.
2013-02-24Fixed minor rst formatting glitch.Aymeric Augustin
2013-02-24Fixed #19810 -- MemcachedCache now uses pickle.HIGHEST_PROTOCOLBas Peschier
2013-02-24Merge pull request #817 from rybaktomasz/ticket_5568Honza Král
Fixes #5568 -- DROP INDEX subcommand
2013-02-24Made changes asked in review by HonzaKralTomasz Rybak
Add documentation for new command in django-admin.
2013-02-24Merge pull request #815 from zerok/tickets/11971Aymeric Augustin
Fixed #11971 -- Documented the serialization formats
2013-02-24Added more details about the various serialization formats.Horst Gutmann
2013-02-23Made a small clarification in tutorial.Preston Holmes
refs #19889
2013-02-23Various tweaks and additions to 'how to release Django' document.Carl Meyer
2013-02-23Removed superfluous cookie check from auth login.Preston Holmes
This is ensured through the CSRF protection of the view
2013-02-23Added an example of "default" database dictionary left blank; refs #19775.Tim Graham
Thanks wsmith323 for the patch.
2013-02-23Fixed #19402 - Clarified purpose of CustomUser.REQUIRED_FIELDSTim Graham
Thanks pydanny for the report and ptone for the patch.
2013-02-23Fixed #19579 - Documented that "providing_args" is purely documentational.Tim Graham
2013-02-23Fixed #19880 - Fixed an error in the form wizard initial_dict example.Tim Graham
Thanks almalki for the report.
2013-02-23Fixed #19775 - Clarified requirements of the "default" database.Tim Graham
Thanks monkut for the report and wsmith323 for the patch.
2013-02-23Some updates to "how to release Django":Jacob Kaplan-Moss
Typo fixes, spell check, some more specifics where possible.
2013-02-23Added a draft document explaining how to release Django.Jacob Kaplan-Moss
Thanks to James for the first draft; I made a few changes (svn->git) and some supporting links, but mostly I added FIXME's.
2013-02-23Added test runner option to skip Selenium tests (#19854).Zbigniew Siciarz
2013-02-23Updated example to use staticfiles static template tag, thanks reinout for ↵Tim Graham
the suggestion, refs #19675.
2013-02-23Fixed #19752 - Changed Postgres version numbers to 9.x to avoid having to ↵Tim Graham
update them each minor release.
2013-02-23Updated static file example in overview to use static template tag, refs #19675.Tim Graham
Thanks jezdez for the note.
2013-02-23Fixed #17906 - Autoescaping {% cycle %} and {% firstof %} templatetags.Vladimir A Filonov
This commit adds "future" version of these two tags with auto-escaping enabled.
2013-02-23Fixed #19675 - Added mention of static files to overview.Tim Graham
Thanks Dwight Gunning for the patch.
2013-02-23Fixed #19887 - Noted when callables may be used in ModelAdmin.fields and ↵Tim Graham
ModelAdmin.fieldset. Thanks Patrick Strasser for the suggestion and Zbigniew Siciarz for the patch.
2013-02-23Changed "mysite/mytemplates/" -> "mysite/templates" in tutorial.Tim Graham
Thanks James Pic.
2013-02-23Fixed #17094 - Typo in class-based views doc.Tim Graham
Thanks alej0 for the report.
2013-02-23Fixed #19758 -- Avoided leaking email existence through the password reset form.Horst Gutmann
2013-02-23Merge pull request #749 from ecabuk/masterHonza Král
Fixed #19752 -- Remove the exact Postgresql version from gis doc
2013-02-23Remove the exact Postgresql version number from gis install documentationEvrim Çabuk
ref #19752
2013-02-23Fixed #19686 -- Added HTML5 number input typeClaude Paroz
Thanks Simon Charette for his help on the patch. Refs #16630.
2013-02-22Documented jQuery upgradeClaude Paroz
Refs #14571.
2013-02-20Fixed #19868 -- Clarified purpose of custom user examplePreston Holmes
2013-02-20Clarified the language used in the documentation. Thanks to Mike Smith for ↵Alex Gaynor
the report.
2013-02-20Added a db_constraint option to ForeignKeys.Alex Gaynor
This controls whether or not a database level cosntraint is created. This is useful in a few specialized circumstances, but in general should not be used!
2013-02-19Merge pull request #739 from JustinTArthur/ticket-19855Tim Graham
Fixed typo in legacy database how to
2013-02-19Fixed #19728 - Updated API stability doc to reflect current meaning of "stable".Tim Graham
2013-02-19Fixes typo introduced by ↵Justin Turner Arthur
django/django@08dc90bccf7c4ffa8b04064d74b54c1150af5ff9. This is described in Trac ticket:19855.
2013-02-19Merge pull request #737 from hrbonz/docs_CBV_generic_views_typoTim Graham
Fixed typo in docs/topics/class-based-views/generic-display.txt
2013-02-19Update 1.5 release notes for XML and formset fixes.Carl Meyer
2013-02-19Added 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-19Added a new required ALLOWED_HOSTS setting for HTTP host header validation.Carl Meyer
This is a security fix; disclosure and advisory coming shortly.
2013-02-19Fixed #19852 - Updated admin fieldset example for consistency.Tim Graham
Thanks chris.freeman.pdx@ for the suggestion.
2013-02-19Updated a couple admonitions to use the warning directive.Tim Graham
2013-02-19Fixed #18789 - Fixed some text wrap issues with methods in the docs.Tim Graham
Thanks neixetis@ for the report.
2013-02-19Update docs/topics/class-based-views/generic-display.txtStefan "hr" Berder
simple typo in "Making friendly template contexts"
2013-02-18Fixed #19717 - Removed mentions of "root QuerySet" in docs.Tim Graham
Thanks julien.aubert.mail@ for the report and James Pic for the patch.
2013-02-18Corrected INSTALLED_APPS syntax in 1.5 release notes.Simon Meers
2013-02-16Fixed #19824 - Corrected the class described for Field.primary_key from ↵Tim Graham
IntegerField to AutoField. Thanks Keryn Knight.
2013-02-16Fixed #19812 - Removed a duplicate phrase in the widget docs.Tim Graham
Thanks diegueus9 for the report and itsallvoodoo for the draft patch.