summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
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
2014-04-14Improve migrations/schema docsAndrew Godwin
2014-04-12Also allowed a non-overridden setting to be deletedClaude Paroz
2014-04-12Fixed #22102 -- Made SimpleTestCase tests run before unittest.TestCase onesClaude Paroz
2014-04-10Fixed #22419 -- Typo in docs/topics/db/multi-db.txt.Tim Graham
2014-04-10Fixed #22343 -- Disallowed select_for_update in autocommit modeShai Berger
2014-04-08Fixed #16205 -- Added an installation for Windows.Anubhav Joshi
2014-04-08Fixed #9535 -- Added a reference guide for file upload classes.Anubhav Joshi
2014-04-06Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi
2014-04-05Fixed #22216 -- Added Form.non_field_errors to form API doc.Tim Graham
2014-04-05Fixed #21649 -- Added optional invalidation of sessions when user password ch...Tim Graham
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2014-04-02Fixed #22347 -- Unified FileSystemStorage documentation.Vishal Lal
2014-03-31Fixed #22327 -- Turned BaseEmailBackend into a context managerDaniel Neuhäuser
2014-03-30Corrected an import in a model form docs example.Ramiro Morales
2014-03-27Fixed #21941 -- Documented the kwargs param of django.conf.urls.url().Tim Martin
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-03-24Fixed #22048 - Enhanced docs to cover nonexistent one-to-one relationships.Adam Kaliński
2014-03-24Fixed #22247 -- Replaced "upstream" with "downstream" in cache docs.Tim Graham
2014-03-24Fixed #22265 -- Clarfied consistent behavior of migrations.Moayad Mardini