summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2014-05-25Fixed too short title underline in docs.Tim Graham
2014-05-24Fixed #22510 -- Harden field removal to only None.Marc Tamlyn
2014-05-22Fixed #20816 -- Added hints about Django middleware orderingClaude Paroz
2014-05-22Fixed #22667 -- Replaced leader/follower terminology with primary/replicaFlavio Curella
2014-05-21Fixed #22639 -- Added missing imports in docsNiclas Åhdén
2014-05-21Fixed #20477: Allowed list of modules for FORMAT_MODULE_PATHMartin Brochhaus
2014-05-20Merge pull request #2692 from fcurella/patch-5Alex Gaynor
2014-05-20replaced occurrences of master/slave terminology with leader/followerFlavio Curella
2014-05-19Revert "Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of mod...Tim Graham
2014-05-19Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of modules.Martin Brochhaus
2014-05-17Fixed #22647 -- Documented redirect_field_name keyword argument for user_pass...Víðir Valberg Guðmundsson
2014-05-17Fixed #22019 -- Added Model.objects reference documentation.Aliaksandr Semianiuk
2014-05-16Fixed #16245 -- Included traceback in send_robust()'s responseUnai Zalakain
2014-05-16Fixed #15716 - Authentication backends can short-circuit authorization.Jorge C. Leitão
2014-05-16Fixed #22622 -- Added ugettext_lazy import in docsNiclas Åhdén
2014-05-16Simplified an unnecessarily complex paragraph in view docsErik Romijn
2014-05-15Harmonized some PEP 0263 coding preamblesClaude Paroz
2014-05-13Fixed typo in transactions.txtHaris Ibrahim K. V
2014-05-13Removed some references to django.contrib.comments which has been removed.Tim Graham
2014-05-11Fixed #20936 -- When logging out/ending a session, don't create a new, empty ...Matt Robenolt
2014-05-06Improve docs around deconstruction/serialisation (refs #22337)Andrew Godwin
2014-05-05Fixed #22575 -- Fixed typo in docs/topics/class-based-views/generic-editing.txt.Tim Graham
2014-04-30Fixed #22442 -- Provided additional documentation regarding id fields clashing.Tim Graham
2014-04-29Fixed #22523 -- Clarified pytz requirement.Aymeric Augustin
2014-04-28Revert "Fixed #15179 -- middlewares not applied for test client login()"Tim Graham
2014-04-28Fixed #22254 -- Noted the requirement of calling django.setup() when runningTim Graham
2014-04-28Fix a typo in logging.txtZhaorong Ma
2014-04-28Fixed #22497 -- Highlighted difference between field and class deconstruction.Tim Graham
2014-04-27Fixed #22445 -- Added how to perform a reverse data migration to topic guide.Tim Graham
2014-04-27Improved formatting and links of migration docs.Tim Graham
2014-04-26Updated doc links to point to Python 3 documentationClaude Paroz
2014-04-25Fixed #22507 -- Clarified nature of the sender argument of signalsClaude Paroz
2014-04-25Fixed #22517, "view prefix" still referenced in urlconf docsBen Davis
2014-04-25Fixed #22504 -- Corrected domain terminology in security guide.Tim Graham
2014-04-25Fixed #22493 - Added warnings to raw() and extra() docs about SQL injectionMoayad Mardini
2014-04-23Various documentation typo/spelling fixesMarti Raudsepp
2014-04-22Updated grammar in description of django.contrib.auth.Ray Ashman
2014-04-21Fixed queries that may return unexpected results on MySQL due to typecasting.Erik Romijn
2014-04-19Fixed #22417 -- Added additional documentation for refs #16969.Tim Graham
2014-04-18Fixed #22471 -- Corrected misprint in i18n docsErik Romijn
2014-04-18Added missing versionadded annotation and tweaked release note; refs #22465.Tim Graham
2014-04-18Fixed #22465 -- New assertion assertJSONNotEqualamatellanes
2014-04-17Stray parenAlex Gaynor
2014-04-17Include an 'extra_requires' for bcryptAlex Gaynor
2014-04-16Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.chriscauley
2014-04-16Fixed #22455 -- Documented return values for send_mail and send_mass_mailMariano Rezk
2014-04-16Fixed spelling errors in documentation.Tim Graham
2014-04-16Added a note regarding django.contrib.auth.authenticate.Tim Graham
2014-04-15Fixed #22443 -- Document smtp.EmailBackend.timeout default valueMariano Rezk
2014-04-14Fixed #22369 -- Added count parameter to assertTemplateUsedJacob R. Rothenbuhler