summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [1.10.x] Linked to prefetch_related_objects func in DB optimization docs.stable/1.10.xLuke Plant2017-11-231-3/+4
* [1.10.x] Fixed #28802 -- Fixed typo in docs/topics/auth/default.txt.Tim Graham2017-11-162-2/+2
* [1.10.x] Fixed #28561 -- Removed inaccurate docs about QuerySet.order_by() an...Tim Graham2017-09-061-9/+0
* [1.10.x] Added 2017-12794 to the security release archive.Tim Graham2017-09-051-0/+12
* [1.10.x] Post-release version bump.Tim Graham2017-09-051-1/+1
* [1.10.x] Bumped version for 1.10.8 release.1.10.8Tim Graham2017-09-051-1/+1
* [1.10.x] Fixed CVE-2017-12794 -- Fixed XSS possibility in traceback section o...Tim Graham2017-09-053-17/+25
* [1.10.x] Added stub release notes for security releases.Tim Graham2017-09-052-0/+8
* [1.10.x] Fixed #28568 -- Fixed typo in docs/ref/models/database-functions.txt.Michael2017-09-041-3/+3
* [1.10.x] Fixed typo in docs/releases/1.10.txt.Berker Peksag2017-09-041-1/+1
* [1.10.x] Fixed typos in docs/releases/1.10.txt.Berker Peksag2017-09-021-2/+2
* [1.10.x] Removed redundant backticks in docs/releases/1.8.txtBerker Peksag2017-08-211-2/+2
* [1.10.x] Fixed typo in docs/ref/contrib/postgres/fields.txt.Tim Graham2017-06-091-1/+1
* [1.10.x] Fixed #28266 -- Fixed typo in docs/ref/models/instances.txt.Lachlan Musicman2017-06-021-1/+1
* [1.10.x] Refs #26294 -- Fixed typo in docs/ref/django-admin.txt.René Fleschenberg2017-05-301-1/+1
* [1.10.x] Fixed gis_tests.geoapp test with incorrect geodetic coordinates.Mariusz Felisiak2017-05-301-1/+1
* [1.10.x] Removed incorrect "required" attribute in docs/ref/forms/fields.txt.Tim Graham2017-05-291-1/+1
* [1.10.x] Fixed #28239 -- Removed docs for a removed arg of template.Context.Tim Graham2017-05-251-8/+2
* [1.10.x] Removed usage of deprecated sphinx.util.compat.Directive.Tim Graham2017-05-241-2/+2
* [1.10.x] Fixed docs build with Sphinx 1.6.Dmitry Shachnev2017-05-243-8/+13
* [1.10.x] Fixed typos in docs/topic/db/search.txt.Paolo Melchiorre2017-04-081-2/+2
* [1.10.x] Added CVE-2017-7233,4 to the security release archive.Tim Graham2017-04-041-0/+26
* [1.10.x] Post-release version bump.Tim Graham2017-04-041-1/+1
* [1.10.x] Bumped version for 1.10.7 release.1.10.7Tim Graham2017-04-041-1/+1
* [1.10.x] Fixed #27912, CVE-2017-7233 -- Fixed is_safe_url() with numeric URLs.Tim Graham2017-04-045-2/+104
* [1.10.x] Fixed CVE-2017-7234 -- Fixed open redirect vulnerability in views.st...Tim Graham2017-04-045-19/+38
* [1.10.x] Added stub release notes for security releases.Tim Graham2017-04-044-4/+13
* [1.10.x] Fixed #27993 -- Fixed model form default fallback for SelectMultiple.heathervm2017-03-316-10/+42
* [1.10.x] Fixed #27988 -- Fixed typo in docs/ref/django-admin.txt.Tim Graham2017-03-281-1/+1
* [1.10.x] Fixed #27981 -- Doc'd date/time filter l10n changes in refs #25758.Claude Paroz2017-03-272-6/+24
* [1.10.x] Removed unexpected initial attribute in data migration examples.Stefano Rivera2017-03-252-2/+1
* [1.10.x] Removed MySQL (unsupported) from Perimeter docs.Sergey Fedoseev2017-03-171-3/+1
* [1.10.x] Fixed nondeterministic ordering test failure in model_forms.Mariusz Felisiak2017-03-171-1/+1
* [1.10.x] Fixed incorrect import in docs/ref/models/expressions.txt.lb1c2017-03-151-2/+2
* [1.10.x] Refs #27924 -- Doc'd that cx_Oracle < 5.3 is required.Mariusz Felisiak2017-03-112-4/+4
* [1.10.x] Fixed #27905 -- Added RelatedFieldWidgetWrapper.value_omitted_from_d...Raphael Merx2017-03-073-1/+14
* [1.10.x] Added stub release notes for 1.10.7.Tim Graham2017-03-072-0/+13
* [1.10.x] Fixed typo in docs/howto/custom-template-tags.txt.albertoconnor2017-03-011-1/+1
* [1.10.x] Fixed a backends test with psycopg2 2.7.Tim Graham2017-03-011-1/+3
* [1.10.x] Fixed typo in docs/releases/1.10.6.txt.Adam Johnson2017-03-011-1/+1
* [1.10.x] Post-release version bump.Tim Graham2017-03-011-1/+1
* [1.10.x] Bumped version for 1.10.6 release.1.10.6Tim Graham2017-03-011-1/+1
* [1.10.x] Added release date for 1.10.6.Tim Graham2017-03-011-2/+2
* [1.10.x] Fixed #27875 -- Doc'd manager_inheritance_from_future in manager docs.Tim Graham2017-02-241-2/+4
* [1.10.x] Fixed #27479 -- Fixed GDALClose prototypeSergey Fedoseev2017-02-232-4/+4
* [1.10.x] Fixed #27856 -- Improved accuracy of date subtraction on PostgreSQL.Vytis Banaitis2017-02-213-4/+23
* [1.10.x] Fixed #27828 -- Fixed a crash when subtracting Integer/DurationField...Vytis Banaitis2017-02-163-2/+14
* [1.10.x] Clarified that creating a pull request for the tutorial isn't necess...Tim Graham2017-02-161-2/+2
* [1.10.x] Fixed GeoIP test failure with the latest data.Tim Graham2017-02-141-1/+1
* [1.10.x] Fixed #27823 -- Updated mod_wsgi example to use WSGIPythonHome.Tim Graham2017-02-131-21/+9