summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2014-09-06Fixed #23416 -- Make sure DatabaseCreation respects checks.Marc Tamlyn
2014-09-06Move Gabriel Hurley to "Past Team Members"Paul McMillan
2014-09-06Update bio for Paul McMillan to remove dead linksPaul McMillan
2014-09-06Convert myself to an emeritus memberAlex Gaynor
2014-09-06Fixed #23437 -- Documented required update of WSGI scripts for 1.7.Aymeric Augustin
2014-09-06Refs #23430 -- gunicorn wants a module, not fileCollin Anderson
2014-09-06Fixed #22882 -- Fixed a UnicodeDecodeError in flush.Tim Graham
2014-09-06Fixed #23340 -- Corrected naturaltime docs to match behavior.Collin Anderson
2014-09-06Fixed #23438 -- Added snippet & imports to docs/intro/overview.txt.Tim Graham
2014-09-05Fixed #22161 -- Documented send() with no recipients won't raise an exception.oromero
2014-09-05Fixed #23430 -- simplified gunicorn deployment docs.Collin Anderson
2014-09-05Fixed #23427 -- Documented migrate is required before runserver for default p...Patrick Beeson
2014-09-05Update docs to be more clear about nested classes (refs #23418)Andrew Godwin
2014-09-05Fixed #23414 -- Updated version numbers in release process doc.Tim Graham
2014-09-05Removed an admonition in the tutorial about the old project layout.Tim Graham
2014-09-05Fixed #22534: Reinforce swappable documentationAndrew Godwin
2014-09-05Fixed typo in docs/topics/checks.txt.Sébastien Fievet
2014-09-05Revert "Fixed #23384 -- Allowed overriding part of a dictionary-type setting"Claude Paroz
2014-09-05Added missing periods in docs/ref/checks.txt.Sébastien Fievet
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-09-04Fixed imports in `Sitemap for static views` exampleJohn-Scott Atlakson
2014-09-04Fixed typo in docs/ref/checks.txt.Tim Graham
2014-09-04Fixed typo in 1.8 release notes.Tim Graham
2014-09-04Fixed documentation links to Query Expression API.Thomas Chaumeny
2014-09-03Fixed #18757, #14462, #21565 -- Reworked database-python type conversionsMarc Tamlyn
2014-09-03Fixed typo in docs/topics/db/transactions.txt.Corey Farwell
2014-09-02Added stub release notes for 1.7.1.Tim Graham
2014-09-02Added dates to release notes.Tim Graham
2014-09-02Fixed #23302 -- Added --name/-n option to makemigrations commandRaffaele Salmaso
2014-09-02Fixed #23400 -- Added "Remove 'south' from INSTALLED_APPS" to upgrade instruc...Tim Graham
2014-09-02Cleanup run on the 1.7 release notes.James Bennett
2014-09-02Merge pull request #3120 from alex/use-sha256James Bennett
2014-09-02Added missing import in docs/ref/signals.txt.Alexey Efimov
2014-09-02Revert "Undocumented SeparateDatabaseAndState so crash is not RB. Refs #22918"Tim Graham
2014-09-01Undocumented SeparateDatabaseAndState so crash is not RB. Refs #22918Andrew Godwin
2014-09-01Fixed #23371 -- Changed en_GB first day of the week to Monday.Duncan Parkes
2014-08-31Fixed #23391 -- Removed an erroneous backtip from the form's documentation.Simon Charette
2014-08-31Removed sentence from docs about migrate prompting to add a superuser.Michael Angeletti
2014-08-31Fixed #23388 -- Made django.utils.timezone.override usable as a decoratorThomas Chaumeny
2014-08-30Converted sql_queries into a lazily evaluated list.Bas Peschier
2014-08-30Fixed #23370 -- defer() + select_related() crashed with inherited models.Akis Kesoglou
2014-08-30Fixed #23384 -- Allowed overriding part of a dictionary-type settingClaude Paroz
2014-08-29Corrected a usage example of `related_query_name`.Simon Charette
2014-08-29Documented translation.override as a decorator.Simon Charette
2014-08-29Update Daniele Procida's bioevildmp
2014-08-29Fixed a typo in the 1.8 release notes.Simon Charette
2014-08-29Fixed #21483 -- Added WSGI environ to kwargs sent to request_started signal.Joshua "jag" Ginsberg
2014-08-29Fixed #21201 -- Improved customization of ClearableFileInput.Vlastimil Zíma
2014-08-29Removed unnecessary release notes for django.utils.translation.override().Tim Graham
2014-08-29Fixed #22786 -- Documented value_from_datadict caveatClaude Paroz