summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2012-01-11Fixed #17526 - unnecessary comma in 'Please, see the release notes' removedLuke Plant
2012-01-09Fixed #10762, #17514 -- Prevented the GZip middleware from returning a respon...Aymeric Augustin
2012-01-08Reverted parts of r17359 that could cause false positives in URL detection, e...Aymeric Augustin
2012-01-08Fixed #16656 -- Changed the urlize filter to accept more top-level domains.Aymeric Augustin
2012-01-07Fixed #16364 -- Clarified why automatically created data shouldn't be saved i...Aymeric Augustin
2012-01-07Moved two paragraphs from "deprecated features" to "backwards-incompatible ch...Aymeric Augustin
2012-01-07Added missing bits of r17352. Refs #17513.Aymeric Augustin
2012-01-07Fixed #9655 -- Prevented the urlize template filter from double-quoting URLs....Aymeric Augustin
2012-01-07Fixed #10756 -- Error in the formats accepted by PLNIPField. Thanks remik for...Aymeric Augustin
2012-01-06Moved misplaced documentation warning note about internal QuerySet query atri...Ramiro Morales
2012-01-05Added support for savepoints to the MySQL DB backend.Ramiro Morales
2012-01-04Fixed #17503 -- A destination directory passed to startproject or startapp as...Carl Meyer
2012-01-04Clarified deployment docs to avoid giving users the impression that staticfil...Carl Meyer
2012-01-02Fixed #17490 -- Added a trailing comma in INSTALLED_APPS, to avoid unexpected...Aymeric Augustin
2011-12-31Fixed #11986 - Added sudo to Mac OS permissions note in tutorial.Timo Graham
2011-12-31Fixed #640 - Documented that changing order_with_respect_to requires a schema...Timo Graham
2011-12-31Fixed #702 - Documented that ManyToMany fields can't be in unique_together; t...Timo Graham
2011-12-30Added a bit to the 1.4 release notes about the new SECURE_PROXY_SSL_HEADER se...Adrian Holovaty
2011-12-30Fixed incorrect 'setting::' prefix in settings.txtAdrian Holovaty
2011-12-30Edited release-process.txt changes from [17300]Adrian Holovaty
2011-12-30Edited csrf.txt changes from [17299]Adrian Holovaty
2011-12-30Edited testing.txt changes from [17289]Adrian Holovaty
2011-12-30Edited testing.txt changes from [17283]Adrian Holovaty
2011-12-30Moved 'User-requested password resets' docs from [17266] from auth docs to ad...Adrian Holovaty
2011-12-30Edited docs/releases/1.4.txtAdrian Holovaty
2011-12-30Edited doc changes from [17246]Adrian Holovaty
2011-12-30Edited doc changes from [17244]Adrian Holovaty
2011-12-30Fixed #17068 - Documented that documentation fixes will be more freely backpo...Timo Graham
2011-12-30Fixed #16704 -- Documented how to insert the CSRF token outside of Django's o...Aymeric Augustin
2011-12-30Fixed #17334 - Documented the commit message style for backports; thanks krzy...Timo Graham
2011-12-30Fixed #17470 - Broken links in 0.95/0.96 release notes; thanks fastinetserver...Timo Graham
2011-12-29Added the ability to specify multiple ports available for the `LiveServerTest...Julien Phalip
2011-12-29Indicated the exact version that is required to use the "WebDriverWait" examp...Julien Phalip
2011-12-28Added the `wait_until()` and `wait_loaded_tag()` methods to `AdminSeleniumWeb...Julien Phalip
2011-12-24Removed a redundant paragraph from the templates builtins doc.Aymeric Augustin
2011-12-24Fixed #17110 -- Mentionned that the {% filter %} tag doesn't support the 'saf...Aymeric Augustin
2011-12-24Fixed #17442 - Broken link in refs/templates/builtins.txtTimo Graham
2011-12-24Added a password reset link to default admin login page if a password reset U...Luke Plant
2011-12-23Cleanup of typos, links, etc. in timezone docs.Gabriel Hurley
2011-12-23Minor fixes to the release notes.Jannis Leidel
2011-12-23Fixed #17454 -- corrected year in release notes.Gabriel Hurley
2011-12-23Fixed various links in the docs.Jannis Leidel
2011-12-23Added password hashing improvements to 1.4 alpha 1 release notes.Paul McMillan
2011-12-23Bump to 1.4 alpha 1.James Bennett
2011-12-23Renovated password hashing. Many thanks to Justine Tunney for help with the i...Paul McMillan
2011-12-23Corrections and improvements to the 1.4 release notes.Gabriel Hurley
2011-12-22Fixed #17042 -- Extended startproject and startapp management commands to bet...Jannis Leidel
2011-12-22Added support for modifying the effect of ``DISTINCT`` clauses so theyRamiro Morales
2011-12-22Added 1.4 alpha release notes.Jacob Kaplan-Moss
2011-12-22Fixed #2879 -- Added support for the integration with Selenium and other in-b...Julien Phalip