summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2014-10-30Fixed #18731 -- Added an example about customizing "makemessages" command.Berker Peksag
2014-10-28Fixed #23606 -- Implemented Client and RequestFactory trace() methods.Rigel Di Scala
2014-10-27Fixed typo in squashing migrations documentationbahoo
2014-10-27Fixed documentation of make_password kwargs.Ilya Baryshev
2014-10-24Fixed versionchanged indentation in topics/testing/advanced.txt.Berker Peksag
2014-10-21Removed unused import from the JSON serialization example.Berker Peksag
2014-10-20Clarify that HTTP Accept-Language header is case-insensitive.Carl Meyer
2014-10-20Fixed #20609 -- Added instructions for using AnonymousUser with RequestFactory.Tim Graham
2014-10-16Fixed some intersphinx references.Tim Graham
2014-10-15Fixed pep8 in docs/topics/logging.txtIan Lee
2014-10-14Clarified documentation relating to usage of serialized_rollback for certain ...Greg Chapple
2014-10-13Fixed #23534 -- Added documentation on blocktrans tagsNadja Deininger
2014-10-13Cleaned up the Memcached cache backend docTom Dyson
2014-10-09Updated release notes following backport of a407b84. Refs #23365.Loic Bistuer
2014-10-06Fixed #23597 -- Clarified the manager that {Single,Multiple}ObjectMixin.model...Ismail Badawi
2014-10-05Updated assertQuerysetEqual documentation following 311b3ad9db94c3e04f929c262...Thomas Chaumeny
2014-09-29Fixed #23365 -- Added support for timezone-aware datetimes to migrations.Rudy Mutter
2014-09-29Fixed #17638 -- Added crosslinks between topic and reference guides.Duane Hilton
2014-09-29Fixed typo in docs/topics/db/managers.txtGreg Brown
2014-09-26How many is two?Carl Meyer
2014-09-26Fixed #23561 -- Corrected a security doc example that requires an unquoted HT...Carl Meyer
2014-09-25Replaced input by textarea in forms docsClaude Paroz
2014-09-24Fixed #23421 -- Corrected TEST SERIALIZE setting.Tim Graham
2014-09-24Fixed #23473 -- Documented that @deconstructible classes need __eq__.Markus Holtermann
2014-09-24Added SuspiciousOperation to list of caught exceptions in testing docs.Thomas Grainger
2014-09-22Removed sudo from pip commands in docs.Corey Farwell
2014-09-21Fixed #23527 -- Removed Cheetah references in docsOla Sitarska
2014-09-21Fixed #23529 -- Replaced comments tag library with humanize in docsOla Sitarska
2014-09-20Small fixes in templates topic guide.Aymeric Augustin
2014-09-13Fixed #23461 -- Added EMAIL_TIMEOUT settingJosé Padilla
2014-09-12Fixed #17101 -- Integrated django-secure and added check --deploy optionTim Graham
2014-09-11Added link to LogRecord attributes in logging.txtGabe Jackson
2014-09-10Fixed typo in topics/forms/formsets.txtTim Graham
2014-09-10Fixed #20743 -- Added support for keyfile/certfile in SMTP connections.Andi Albrecht
2014-09-10Fixed an instance of 'an' before a word beginning with a consonant.Iain Dawson
2014-09-10Note re migrations importing custom fieldsGreg Brown
2014-09-08Use "catch" instead of "trap" for exceptions.Aymeric Augustin
2014-09-08Fixed #23307 -- Clarified the way max_num limits the output of formsets.Octowl
2014-09-05Fixed #22161 -- Documented send() with no recipients won't raise an exception.oromero
2014-09-05Update docs to be more clear about nested classes (refs #23418)Andrew 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-03Fixed typo in docs/topics/db/transactions.txt.Corey Farwell
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-08-31Removed sentence from docs about migrate prompting to add a superuser.Michael Angeletti
2014-08-30Fixed #23384 -- Allowed overriding part of a dictionary-type settingClaude Paroz
2014-08-28Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCaseClaude Paroz
2014-08-26Fixed #22620 -- Emphasized role of DATABASE_ROTERS in multi-db docs.Tim Graham
2014-08-26Fixed #17707, #20734 -- Added examples to URL namespacing docs.Tim Graham