summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2014-04-21[1.7.x] Fixed queries that may return unexpected results on MySQL due to type...Erik Romijn
2014-04-19[1.7.x] Fixed #22417 -- Added additional documentation for refs #16969.Tim Graham
2014-04-18[1.7.x] Fixed #22471 -- Corrected misprint in i18n docsErik Romijn
2014-04-16[1.7.x] Fixed #22455 -- Documented return values for send_mail and send_mass_...Mariano Rezk
2014-04-16[1.7.x] Fixed spelling errors in documentation.Tim Graham
2014-04-16[1.7.x] Added a note regarding django.contrib.auth.authenticate.Tim Graham
2014-04-15[1.7.x] Fixed #22443 -- Document smtp.EmailBackend.timeout default valueMariano Rezk
2014-04-14[1.7.x] Improve migrations/schema docsAndrew Godwin
2014-04-12[1.7.x] Also allowed a non-overridden setting to be deletedClaude Paroz
2014-04-12[1.7.x] Fixed #22102 -- Made SimpleTestCase tests run before unittest.TestCas...Claude Paroz
2014-04-10[1.7.x] Fixed #22419 -- Typo in docs/topics/db/multi-db.txt.Tim Graham
2014-04-10[1.7.x] Fixed #22343 -- Disallowed select_for_update in autocommit modeShai Berger
2014-04-08[1.7.x] Fixed #16205 -- Added an installation for Windows.Anubhav Joshi
2014-04-08[1.7.x] Fixed #9535 -- Added a reference guide for file upload classes.Anubhav Joshi
2014-04-05[1.7.x] Fixed #22216 -- Added Form.non_field_errors to form API doc.Tim Graham
2014-04-05[1.7.x] Fixed #21649 -- Added optional invalidation of sessions when user pas...Tim Graham
2014-04-02[1.7.x] Fixed #22347 -- Unified FileSystemStorage documentation.Vishal Lal
2014-03-30[1.7.x] Corrected an import in a model form docs example.Ramiro Morales
2014-03-27[1.7.x] Fixed #21941 -- Documented the kwargs param of django.conf.urls.url().Tim Martin
2014-03-24[1.7.x] Fixed #22048 - Enhanced docs to cover nonexistent one-to-one relation...Adam Kaliński
2014-03-24[1.7.x] Fixed #22247 -- Replaced "upstream" with "downstream" in cache docs.Tim Graham
2014-03-24[1.7.x] Fixed #22265 -- Clarfied consistent behavior of migrations.Moayad Mardini
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
2014-03-04Fixed #22085 -- Added a feature for setting non-expiring keys as the default.zedr
2014-03-03Fixed #21986 -- Added some guidelines for database indexes.Alex de Landgraaf
2014-03-03Fixed some typos and formatting issues in docs.Rodolfo Carvalho
2014-03-03Fixed #22193 -- Made hint a truly optional arugment on check messages.Russell Keith-Magee
2014-03-03Added first cut at reference documentation for the checks framework.Russell Keith-Magee
2014-03-02Fixed some typos in the documentation.Baptiste Mispelon
2014-03-01Fixed #15318 -- Added settings for language cookie max-age, path, domainSergey Kolosov
2014-02-28Fixed spelling mistakes in docs.Tim Graham
2014-02-28Fixed doc typos.Tim Graham
2014-02-25Removed a nonexistent link in the docs.Tim Graham
2014-02-25Fixed #12670 -- Added a note about permissions of files stored in FILE_UPLOAD...Rik
2014-02-25Fixed #22071 -- Added a warning regarding override_settings and aliasing.Henk Vos
2014-02-25Fixed docs typos.Szczepan Cieślik
2014-02-23Merge pull request #2363 from nheyning/22019_add_objects_docDaniele Procida
2014-02-23added documentation on Model attributesNicolaas Heyning
2014-02-22Fixed #22113 -- changed object_name to model_name in CBV docs.Marcin Sokół
2014-02-22Fixed #22032 -- added documentation for settings.MIGRATION_MODULESGreg Chapple
2014-02-22Fixed #22120 -- Documented persistent activation of languages and cleaned up ...Erik Romijn
2014-02-22Fixed #22007 -- Fixed cbv docs - make imports consistentMartin Matusiak
2014-02-20Capitalize SQL keywordsDavid Sanders