summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Collapse)Author
2014-10-30Fixed #18731 -- Added an example about customizing "makemessages" command.Berker Peksag
Thanks claudp for the suggestion and review.
2014-10-28Fixed #23606 -- Implemented Client and RequestFactory trace() methods.Rigel Di Scala
Thanks KevinEtienne for the suggestion.
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
This is a leftover from 5612f54bd56086e2a375e86474ec734c172e7d1f.
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
classes
2014-10-13Fixed #23534 -- Added documentation on blocktrans tagsNadja Deininger
Mentioned that other block tags are not allowed inside a blocktrans template tag. Thanks to edu2004eu for reporting the issue.
2014-10-13Cleaned up the Memcached cache backend docTom Dyson
Consistent casing, minor typo fixes, reduced rhetoric.
2014-10-09Updated release notes following backport of a407b84. Refs #23365.Loic Bistuer
2014-10-06Fixed #23597 -- Clarified the manager that ↵Ismail Badawi
{Single,Multiple}ObjectMixin.model uses.
2014-10-05Updated assertQuerysetEqual documentation following ↵Thomas Chaumeny
311b3ad9db94c3e04f929c2622be4f10d759f45e
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
Thanks oinopion for the suggestion and jarus for the initial patch.
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 ↵Carl Meyer
HTML attribute. Thanks "djbug" for the report.
2014-09-25Replaced input by textarea in forms docsClaude Paroz
2014-09-24Fixed #23421 -- Corrected TEST SERIALIZE setting.Tim Graham
Thanks gkoller for the report.
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
Thanks to @aaugustin for submitting the ticket.
2014-09-21Fixed #23529 -- Replaced comments tag library with humanize in docsOla Sitarska
2014-09-20Small fixes in templates topic guide.Aymeric Augustin
>>> from django.template.defaultfilters import register >>> len(register.filters) 57
2014-09-13Fixed #23461 -- Added EMAIL_TIMEOUT settingJosé Padilla
2014-09-12Fixed #17101 -- Integrated django-secure and added check --deploy optionTim Graham
Thanks Carl Meyer for django-secure and for reviewing. Thanks also to Zach Borboa, Erik Romijn, Collin Anderson, and Jorge Carleitao for reviews.
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
Thanks jwmayfield, serg.partizan, and Wojciech Banaś for work on the patch.
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
This is the idiomatic word in the Python world.
2014-09-08Fixed #23307 -- Clarified the way max_num limits the output of formsets.Octowl
Thanks velle for the report.
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
This reverts commit 66757fee7e921ad4c35e0b3f80c25e026100b31c. Discussions have led to think that this functionality does not bring significant benefits to justify the added complexity. Read also discussions on ticket #22734.
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 ↵Tim Graham
instructions. Thanks dgrant for the report.
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
This change is needed for upcoming changes where settings might be grouped in a parent dictionary. Thanks Tim Graham for the review.
2014-08-28Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCaseClaude Paroz
Refs #20739. Thanks Raphaël Hertzog for the report and the initial patch.
2014-08-26Fixed #22620 -- Emphasized role of DATABASE_ROTERS in multi-db docs.Tim Graham
Thanks Mike O'Connor for the suggestions.
2014-08-26Fixed #17707, #20734 -- Added examples to URL namespacing docs.Tim Graham
Thanks Daniele Procida for review.