summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* [1.9.x] Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True.Tim Graham2016-10-253-3/+51
* [1.9.x] Fixed CVE-2016-9013 -- Generated a random database user password when...Marti Raudsepp2016-10-253-1/+34
* [1.9.x] Added stub release notes for 1.9.11/1.8.16.Tim Graham2016-10-253-0/+16
* [1.9.x] Fixed #27342 -- Corrected QuerySet.update_or_create() example.Tim Graham2016-10-131-4/+8
* [1.9.x] Fixed #27307 -- Added missing url names in sitemaps docs.Tim Graham2016-10-031-2/+3
* [1.9.x] Fixed 27283 -- Fixed typo in 1.8 release notes.Alasdair Nicol2016-09-281-1/+1
* [1.9.x] Added CVE-2016-7401 to the security release archive.Tim Graham2016-09-261-0/+12
* [1.9.x] Added a CVE role for Sphinx.Tim Graham2016-09-263-201/+258
* [1.9.x] Fixed CVE-2016-7401 -- Fixed CSRF protection bypass on a site with Go...Collin Anderson2016-09-263-0/+38
* [1.9.x] Fixed #27115 -- Corrected a screenshot in the tutorial.Tim Graham2016-08-241-0/+0
* [1.9.x] Fixed typo in docs/releases/1.9.txtTim Graham2016-08-121-1/+1
* [1.9.x] Refs #23960 -- Documented how to restore absolute redirect URLs.Moritz Sichert2016-08-111-0/+10
* [1.9.x] Added release date for 1.9.9Tim Graham2016-08-011-1/+1
* [1.9.x] Fixed #26657 -- Made GeomValue omit SRID for MySQL.Tim Graham2016-07-281-0/+2
* [1.9.x] Removed extra periods in docs/howto/static-files/index.txt headers.Kenneth Schnall2016-07-271-4/+4
* [1.9.x] Fixed #26941 -- Corrected uwsgi "env = LANG=…" configuration in docs.Naved Khan2016-07-251-1/+1
* [1.9.x] Fixed #26925 -- Linked aggregation ordering topic from Meta.ordering ...Tim Graham2016-07-252-0/+5
* [1.9.x] Fixed #26938 -- Fixed invalid HTML in template postmortem on the debu...Jon Dufresne2016-07-241-1/+2
* [1.9.x] Added stub release notes for 1.9.9.Jon Dufresne2016-07-242-0/+13
* [1.9.x] Fixed #18348 -- Documented SesssionStore.create()Preetham Nosum2016-07-221-2/+8
* [1.9.x] Fixed #26899 -- Documented why RawSQL params is a required parameter.petedmarsh2016-07-211-1/+3
* [1.9.x] Fixed #26918 -- Clarified source of pre/post_save update_fields argum...Tim Graham2016-07-211-4/+4
* [1.9.x] Added CVE-2016-6186 to the security release archive.Tim Graham2016-07-181-0/+13
* [1.9.x] Fixed XSS in admin's add/change related popup.Tim Graham2016-07-152-4/+26
* [1.9.x] Fixed #26897 -- Fixed makemessages crash on Python 2 with non-ASCII f...Claude Paroz2016-07-141-0/+3
* [1.9.x] Fixed #26894 -- Fixed a typo in docs/faq/admin.txtTim Graham2016-07-141-7/+4
* [1.9.x] Reworded a sentence in tutorial 7.Daniel Rice2016-07-141-1/+1
* [1.9.x] Fixed #26889 -- Fixed missing PostgreSQL index in SchemaEditor.add_fi...Jon Dufresne2016-07-133-1/+18
* [1.9.x] Fixed #26831 -- Documented session data must be JSON encodable for JS...Md. Sadaf Noor2016-07-121-0/+3
* [1.9.x] Linked "Features removed" release notes to corresponding deprecation ...Tim Graham2016-07-113-11/+9
* [1.9.x] Fixed #26837 -- Documented ModelMultipleChoiceField.to_field_nameSean Marlow2016-07-081-4/+10
* [1.9.x] Fixed capitalization of "URL pattern".Tim Graham2016-07-064-4/+4
* [1.9.x] Improved grammar in tutorial01.Daniel Rice2016-07-061-3/+4
* [1.9.x] Fixed #25461 -- Corrected meta API code examples to account for MTI.Romain Garrigues2016-07-061-2/+4
* [1.9.x] Fixed typo in docs/topics/class-based-views/generic-display.txtTaylor Edmiston2016-07-061-1/+1
* [1.9.x] Fixed a typo in auth docs.Jiang Haiyun2016-07-041-1/+1
* [1.9.x] Fixed #26832 -- Added translated language name on the get_language_in...Leila202016-07-021-5/+11
* [1.9.x] Fixed #26829 -- Simplified version detection command in tutorialMd. Sadaf Noor2016-07-021-1/+1
* [1.9.x] Added parallel test running to "Speeding up the tests" docs.Harry Moreno2016-07-011-4/+12
* [1.9.x] Fixed #26002 -- Explained ModelAdmin.get_search_results() example.Tim Graham2016-06-301-1/+6
* [1.9.x] Refs #23386 -- Documented that F() expressions are applied on each mo...Tsering2016-06-281-0/+16
* [1.9.x] Used strict comparison in docs/ref/csrf.txt's JavaScript.Camilo Nova2016-06-281-2/+2
* [1.9.x] Added missing trailing '$' to url() patterns in docs.Ramiro Morales2016-06-273-10/+10
* [1.9.x] Fixed #26806 -- Triple quoted docstrings in docs/ref/forms/validation...Anderson Resende2016-06-271-5/+2
* [1.9.x] Fixed typo in docs/topics/logging.txtJohn-Scott Atlakson2016-06-221-1/+1
* [1.9.x] Added urlpatterns variable in docs/topics/http/urls.txt.Trey Hunner2016-06-171-1/+3
* [1.9.x] Fixed #26774 -- Corrected value of default_zoom in GeoModelAdmin docKrzysztof Jurewicz2016-06-171-1/+1
* [1.9.x] Fixed broken links in docs and comments.Ville Skyttä2016-06-158-9/+9
* [1.9.x] Refs #14030 -- Updated docs per "Improved expression support for pyth...Sergey Fedoseev2016-06-151-3/+2
* [1.9.x] Removed nonexistent attribute in docs/ref/contrib/admin/index.txtTim Graham2016-06-151-1/+0