summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2014-11-15Fixed #21363 -- Added datetime.timedelta support to TimestampSigner.unsign().Berker Peksag
2014-11-15Added a new GeoJSON serialization format for GeoDjangoClaude Paroz
2014-11-15Fixed #23793 -- Clarified password reset behavior in auth docsYigit Guler
2014-11-15Fixed #14030 -- Allowed annotations to accept all expressionsJosh Smeaton
2014-11-15Fixed #23690 - fixed examples of manual rendering of form fieldsnmundar
2014-11-15Fixed #22407 -- Added AdminEmailHandler.send_mail().Berker Peksag
2014-11-13Removed thread customizations of six which are now built-in.Tim Graham
2014-11-11Fixed spelling errors in docs.Tim Graham
2014-11-11Fixed #23750 -- Allowed core.checks.register to be used as a functionaverybigant
2014-11-04Added missing docs to DiscoverRunner for keepdb option; refs #20550.Tim Graham
2014-11-04Added a warning about nonexistent FK constraints when unmigrated apps depend ...Tim Graham
2014-11-03Fixed versionchanged indentation in docs/.Berker Peksag
2014-11-03Fixed #21281 -- Made override_settings act at class level when used as a Test...Thomas Chaumeny
2014-11-03Moved CSRF docs out of contrib.Thomas Chaumeny
2014-11-01Fixed #23744 -- Fixed typo in selenium testing example.Tim Graham
2014-10-31Added a warning about direct settings manipulation in tests.Tim Graham
2014-10-30Fixed #23656 -- Made FormMixin.get_form's form_class argument optional.Simon Charette
2014-10-30Fixed #23735 -- Clarified that admindocs must be enabled to view template tag...Tim Graham
2014-10-30Fixed #23734 -- Replaced striptags in template filter overview since it has s...Tim Graham
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