summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
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
2014-03-22Fixed #22313 -- Removed 'u' prefixes from documentationClaude Paroz
2014-03-22Made ModelForms raise ImproperlyConfigured if the list of fields is not speci...Tim Graham
2014-03-21Removed PIL compatability layer per deprecation timeline.Tim Graham
2014-03-21Removed contrib.comments per deprecation timeline.Tim Graham
2014-03-17Amended login required mixin documentation to honor **initkwargs.Simon Charette
2014-03-17Fixed #22006 -- Documented how to write a login_required mixin for CBVs.Tim Graham
2014-03-13Fixed #22262 -- Added the correct line in the last example of Translator linesDejan Noveski
2014-03-13Fixed a grammar error in topics/i18n/translation.Iain Dawson
2014-03-11Fixed #22217 - ManyToManyField.through_fields fixes.Akis Kesoglou
2014-03-10Fixed #21875 -- Clarified that get_user_model() only works at run time.Aymeric Augustin
2014-03-09Corrected a few missed references to old test settingsShai Berger
2014-03-05Fixed #14549 - Removed restriction of single FKs on intermediary tablesAkis Kesoglou