summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Refs #26601 -- Added a warning if both MIDDLEWARE AND MIDDLEWARE_CLASSES are ...dep5Tim Graham2016-05-131-0/+3
* Refs #26601 -- Deprecated old-style middleware.Tim Graham2016-05-133-0/+13
* Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner2016-05-1328-1185/+324
* Fixed typo in docs/topics/db/models.txtTim Graham2016-05-131-2/+2
* Fixed #24938 -- Added PostgreSQL trigram support.Matthew Somerville2016-05-135-2/+98
* Prevented findstatic argument from appearing as multiple options.eltronix2016-05-121-1/+1
* Fixed typo in docs/topics/conditional-view-processing.txteltronix2016-05-121-1/+1
* Updated ECMAScript link in docs/ref/request-response.txtAlex Simonides2016-05-121-2/+2
* Fixed #21231 -- Enforced a max size for GET/POST values read into memory.Andre Cruz2016-05-123-0/+64
* Fixed typo in docs/ref/contrib/gis/layermapping.txtVictor Oliveira da Silva2016-05-121-1/+1
* Refs #26052 -- Corrected a sentence for conditional_content_removal() removal.Tim Graham2016-05-111-1/+1
* Fixed #24046 -- Deprecated the "escape" half of utils.safestring.Tim Graham2016-05-106-10/+28
* Stopped truncating AdminEmailHandler message subjectsClaude Paroz2016-05-101-0/+4
* Fixed #26580 -- Updated references to obsolete RFC 2822.Vasiliy Faronov2016-05-101-1/+1
* Fixed #26603 -- Forced lazy template names to text when computing cache key.Simon Charette2016-05-101-0/+3
* Fixed #26483 -- Updated docs.python.org links to use Intersphinx.Tim Graham2016-05-0819-106/+73
* Refs #8898 -- Documented requirement to use SplitDateTimeField with SplitDate...Tim Graham2016-05-071-1/+2
* Fixed #26402 -- Added relative path support in include/extends template tags.Vitaly Bogomolov2016-05-072-0/+30
* Fixed #26508 -- Clarified docs for various FieldFile methods.Tobias McNulty2016-05-072-5/+48
* Fixed #26566 -- Rewrote an incorrect Cache-Control example.Vasiliy Faronov2016-05-071-28/+17
* Fixed a typoMatthias K2016-05-071-1/+1
* Fixed #26595 -- Removed unnecessary save() in one_to_one.txt example.shiblystory2016-05-071-1/+0
* Fixed #26544 -- Delayed translations of SetPasswordForm help_textsClaude Paroz2016-05-071-0/+3
* Fixed syntax highlighting in docs/topics/cache.txtTim Graham2016-05-061-17/+16
* Fixed #25588 -- Added spatial lookups to RasterField.Daniel Wiesmann2016-05-064-82/+221
* Refs #25847 -- Added system check for UserModel.is_anonymous/is_authenticated...Tim Graham2016-05-061-0/+6
* Fixed code example in docs/howto/custom-lookups.txtvytisb2016-05-061-1/+1
* Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()Claude Paroz2016-05-043-83/+20
* Fixed #26558 -- Removed need for request context processor on admin login page.Dan Stephenson2016-05-041-1/+2
* Normalized "an SQL" spelling.Ville Skyttä2016-05-034-5/+5
* Clarified that setting names must be uppercase.David D Lowe2016-05-031-2/+2
* Fixed #26567 -- Updated references to obsolete RFC2616.Vasiliy Faronov2016-05-038-41/+33
* Added --noinput in migrate commmand's docs.Arthur Vuillard2016-05-031-0/+9
* Refs #16508 -- Made Model.__init__() aware of virtual fields.Michal Petrucha2016-05-031-0/+3
* Added stub release notes for 1.9.7.Tim Graham2016-05-022-0/+13
* Added release date for 1.9.6/1.8.13.Tim Graham2016-05-022-2/+2
* Fixed #26440 -- Added a warning for non-url()s in urlpatterns.Alasdair Nicol2016-04-301-0/+2
* Fixed #26058 -- Delegated os.path bits of FileField's filename generation to ...Cristiano2016-04-303-0/+42
* Fixed #26341 -- Fixed makemessages breaking location comments for HTML filesClaude Paroz2016-04-301-0/+3
* Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...Anssi Kääriäinen2016-04-292-13/+30
* Refs #26479 -- Documented is/is not if tag operator behavior for nonexistent ...Alasdair Nicol2016-04-291-6/+15
* Refs #26557 -- Added forgotten release notes.Tim Graham2016-04-291-0/+3
* Fixed #26557 -- Converted empty strings to None when saving GenericIPAddressF...Joshua Phillips2016-04-291-0/+3
* Refs #26428 -- Added support for relative path redirects to the test client.Tim Graham2016-04-291-1/+1
* Fixed typo in docs/ref/contrib/admin/index.txteltronix2016-04-281-1/+1
* Fixed #26554 -- Updated docs URLs to readthedocs.ioTim Graham2016-04-2818-29/+29
* Fixed typo in docs/ref/contrib/admin/index.txteltronix2016-04-271-1/+1
* Refs #25136 -- Fixed nonexistent field reference in aggregation topic guide.Tim Graham2016-04-271-6/+7
* Fixed typo in docs/howto/deployment/wsgi/index.txteltronix2016-04-271-1/+1
* Fixed typo in docs/topics/testing/tools.txteltronix2016-04-271-1/+1