summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2013-02-25Minor edits to some recently-added admin docs.Carl Meyer
2013-02-24Added missing versionadded for sqldropindexes command docsClaude Paroz
2013-02-24Merge pull request #835 from vdboor/docfixTim Graham
2013-02-24Merge pull request #834 from vdboor/issue_19906_list_classesAymeric Augustin
2013-02-24Add column-<field_name> classes to the admin listDiederik van der Boor
2013-02-24Fix documentation :mod: role in Syndication feed text.Diederik van der Boor
2013-02-24Fixed #19394 --Added note about auth forms and custom user models.Ben Konrath
2013-02-24Fixed creation of html docs on python 3.Florian Apolloner
2013-02-24Added a note about Feed.get_context_data to the 1.6 release notes.Jacob Kaplan-Moss
2013-02-24Test case and docs for custom context data in feedsZbigniew Siciarz
2013-02-24Merge pull request #717 from slurms/ticket_19746Florian Apolloner
2013-02-24Fixed #19253 -- Extracted template cache key building logicTomek Paczkowski
2013-02-24Merge pull request #819 from erikr/masterAymeric Augustin
2013-02-24Fixed #16302 -- Ensure contrib.comments is IPv6 capableErik Romijn
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
2013-02-24Made changes asked in review by HonzaKralTomasz Rybak
2013-02-24Merge pull request #815 from zerok/tickets/11971Aymeric Augustin
2013-02-24Added more details about the various serialization formats.Horst Gutmann
2013-02-23Made a small clarification in tutorial.Preston Holmes
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
2013-02-23Added an example of "default" database dictionary left blank; refs #19775.Tim Graham
2013-02-23Fixed #19402 - Clarified purpose of CustomUser.REQUIRED_FIELDSTim Graham
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
2013-02-23Fixed #19775 - Clarified requirements of the "default" database.Tim Graham
2013-02-23Some updates to "how to release Django":Jacob Kaplan-Moss
2013-02-23Added a draft document explaining how to release Django.Jacob Kaplan-Moss
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 th...Tim Graham
2013-02-23Fixed #19752 - Changed Postgres version numbers to 9.x to avoid having to upd...Tim Graham
2013-02-23Updated static file example in overview to use static template tag, refs #19675.Tim Graham
2013-02-23Fixed #17906 - Autoescaping {% cycle %} and {% firstof %} templatetags.Vladimir A Filonov
2013-02-23Fixed #19675 - Added mention of static files to overview.Tim Graham
2013-02-23Fixed #19887 - Noted when callables may be used in ModelAdmin.fields and Mode...Tim Graham
2013-02-23Changed "mysite/mytemplates/" -> "mysite/templates" in tutorial.Tim Graham
2013-02-23Fixed #17094 - Typo in class-based views doc.Tim Graham
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
2013-02-23Remove the exact Postgresql version number from gis install documentationEvrim Çabuk
2013-02-23Fixed #19686 -- Added HTML5 number input typeClaude Paroz
2013-02-22Documented jQuery upgradeClaude Paroz
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 th...Alex Gaynor
2013-02-20Added a db_constraint option to ForeignKeys.Alex Gaynor
2013-02-19Merge pull request #739 from JustinTArthur/ticket-19855Tim Graham
2013-02-19Fixed #19728 - Updated API stability doc to reflect current meaning of "stable".Tim Graham
2013-02-19Fixes typo introduced by django/django@08dc90bccf7c4ffa8b04064d74b54c1150af5f...Justin Turner Arthur