summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [1.10.x] Bumped version for 1.10.5 release.1.10.5Tim Graham2017-01-041-1/+1
* [1.10.x] Added release date for 1.10.5.Tim Graham2017-01-041-1/+1
* [1.10.x] Fixed #27658 -- Prevented collectstatic from overwriting newer files...Tim Graham2017-01-045-5/+46
* [1.10.x] Tested collectstatic's deleting of files/symlinks when toggling --link.Tim Graham2017-01-041-2/+14
* [1.10.x] Corrected unrendered versionadded annotation.Tim Graham2017-01-021-8/+7
* [1.10.x] Refs #27637 -- Fixed timesince, timeuntil on New Year's Eve in a lea...vinay karanam2017-01-024-4/+13
* [1.10.x] Refs #24154 -- Added check_aggregate_support() to deprecation timeline.Tim Graham2016-12-311-0/+3
* [1.10.x] Removed nonexistent logout view context from docs.Tim Graham2016-12-311-7/+0
* [1.10.x] Removed links to deprecated GeoIP.Tim Graham2016-12-302-5/+5
* [1.10.x] Fixed #27652 -- Doc'd that intcomma works with floats.Mads Jensen2016-12-301-7/+5
* [1.10.x] Fixed #27641 -- Doc'd default local-memory caching in deployment che...Adam Chainz2016-12-282-1/+4
* [1.10.x] Fixed #24994 -- Documented the expected type of settings.SECRET_KEY.Tim Graham2016-12-281-0/+4
* Used a nontemporal example in QuerySet.bulk_create() in docs.Tim Graham2016-12-272-7/+6
* [1.10.x] Fixed #27637 -- Fixed timesince, timeuntil in leap year edge case.Mariusz Felisiak2016-12-275-2/+30
* [1.10.x] Documented url()'s 'regex' parameter.Adam Chainz2016-12-222-0/+8
* [1.10.x] Fixed #27439 -- Documented macOS locale configuration for Django tests.Alix Martineau2016-12-202-0/+10
* [1.10.x] Fixed #27616 -- Fixed incorrect vary_on_headers() example.Tim Graham2016-12-201-1/+1
* [1.10.x] Made cosmetic edits to the "What happens when you save?" docs.Tim Graham2016-12-171-28/+21
* [1.10.x] Documented how to copy a OneToOneField.Tim Graham2016-12-171-0/+9
* [1.10.x] Refs #25550 -- Removed a deprecated reverse assignment example in docs.Tim Graham2016-12-171-4/+5
* [1.10.x] Doc'd how ModelAdmin.list_display uses short_description.Javier Rojas2016-12-151-0/+4
* [1.10.x] Refs #27558 -- Isolated indexes test on MySQL.Tim Graham2016-12-151-11/+21
* [1.10.x] Corrected docs claiming AsGML is supported on Oracle.Tim Graham2016-12-152-8/+6
* [1.10.x] Fixed #25751 -- Doc'd how to use JavaScriptCatalog with i18n_pattern...Ben Wilkins2016-12-151-0/+12
* [1.10.x] Fixed #27418 -- Fixed occasional missing plural forms in JavaScriptC...Waldemar Kornewald2016-12-148-2/+69
* [1.10.x] Fixed missing versionadded/changed annotations on docs.djangoproject...Tim Graham2016-12-141-0/+1
* [1.10.x] Added Prefetch import to first use in QuerySet docs.Perry Roper2016-12-141-0/+2
* [1.10.x] Fixed #27592 -- Doc'd that QueryDict iter methods are Python 2 only.Tim Graham2016-12-141-0/+6
* [1.10.x] Removed deprecated html_translator_class sphinx config option.Tim Graham2016-12-082-3/+1
* [1.10.x] Fixed #27355 -- Added “Creating extension using migrations” docs.ntuckovic2016-12-082-21/+33
* [1.10.x] Fixed #27566 -- Clarified overriding ModelAdmin.save_model()/delete_...Doug Harris2016-12-081-7/+12
* [1.10.x] Removed some blank lines per isort.Tim Graham2016-12-062-2/+0
* [1.10.x] Fixed #27567 -- Fixed crash in the debug view when request.user errors.Andreas Pelme2016-12-063-5/+45
* [1.10.x] Fixed unrendered rows in GIS DB functions table in docs.Sergey Fedoseev2016-12-051-3/+3
* [1.10.x] Added stub release notes for 1.10.5.Tim Graham2016-12-022-0/+13
* [1.10.x] Post-release version bump.Tim Graham2016-12-011-1/+1
* [1.10.x] Bumped version for 1.10.4 release.1.10.4Tim Graham2016-12-011-1/+1
* [1.10.x] Added release dates for 1.10.4, 1.9.12, 1.8.17.Tim Graham2016-12-013-3/+3
* [1.10.x] Fixed #27558 -- Prevented redundant index on InnoDB ForeignKey.Ed Morley2016-12-013-1/+18
* [1.10.x] Replaced RawSQL with Cast in Coalesce doc example.Simon Charette2016-11-301-3/+3
* [1.10.x] Fixed #27402 -- Fixed incorrect LocaleMiddleware redirects with pref...Krzysztof Urbaniak2016-11-294-1/+22
* [1.10.x] Fixed #27544 -- Fixed QuerySet.update(dt=F('dt') + timedelta) crash ...Andrew Nester2016-11-293-2/+14
* [1.10.x] Fixed typo in docs/topics/auth/customizing.txt.Tim Graham2016-11-281-1/+1
* [1.10.x] Fixed #27509 -- Removed redundant gdal-bin dependency listing.Luke Murphy2016-11-251-1/+0
* [1.10.x] Rephrased an ambiguous sentence in docs/topics/signals.txt.Daniel Musketa2016-11-241-2/+3
* [1.10.x] Fixed typo in docs/topics/auth/customizing.txt.Alex Scott2016-11-241-1/+1
* [1.10.x] Normalized casing of "custom user model".Tim Graham2016-11-238-92/+88
* [1.10.x] Fixed #24370 -- Recommended starting with a custom user model.Krzysztof Gogolewski2016-11-231-36/+49
* [1.10.x] Refs #26677 -- Simplified i18n test cleanups.Ramiro Morales2016-11-234-161/+77
* [1.10.x] Fixed #26677 -- Converted some i18n tests to use disposable FS tree.Ramiro Morales2016-11-233-67/+71