summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2017-01-04[1.10.x] Added release date for 1.10.5.Tim Graham
2017-01-04[1.10.x] Fixed #27658 -- Prevented collectstatic from overwriting newer files...Tim Graham
2017-01-02[1.10.x] Corrected unrendered versionadded annotation.Tim Graham
2017-01-02[1.10.x] Refs #27637 -- Fixed timesince, timeuntil on New Year's Eve in a lea...vinay karanam
2016-12-31[1.10.x] Refs #24154 -- Added check_aggregate_support() to deprecation timeline.Tim Graham
2016-12-31[1.10.x] Removed nonexistent logout view context from docs.Tim Graham
2016-12-30[1.10.x] Removed links to deprecated GeoIP.Tim Graham
2016-12-30[1.10.x] Fixed #27652 -- Doc'd that intcomma works with floats.Mads Jensen
2016-12-28[1.10.x] Fixed #27641 -- Doc'd default local-memory caching in deployment che...Adam Chainz
2016-12-28[1.10.x] Fixed #24994 -- Documented the expected type of settings.SECRET_KEY.Tim Graham
2016-12-27Used a nontemporal example in QuerySet.bulk_create() in docs.Tim Graham
2016-12-27[1.10.x] Fixed #27637 -- Fixed timesince, timeuntil in leap year edge case.Mariusz Felisiak
2016-12-22[1.10.x] Documented url()'s 'regex' parameter.Adam Chainz
2016-12-20[1.10.x] Fixed #27439 -- Documented macOS locale configuration for Django tests.Alix Martineau
2016-12-20[1.10.x] Fixed #27616 -- Fixed incorrect vary_on_headers() example.Tim Graham
2016-12-17[1.10.x] Made cosmetic edits to the "What happens when you save?" docs.Tim Graham
2016-12-17[1.10.x] Documented how to copy a OneToOneField.Tim Graham
2016-12-17[1.10.x] Refs #25550 -- Removed a deprecated reverse assignment example in docs.Tim Graham
2016-12-15[1.10.x] Doc'd how ModelAdmin.list_display uses short_description.Javier Rojas
2016-12-15[1.10.x] Corrected docs claiming AsGML is supported on Oracle.Tim Graham
2016-12-15[1.10.x] Fixed #25751 -- Doc'd how to use JavaScriptCatalog with i18n_pattern...Ben Wilkins
2016-12-14[1.10.x] Fixed #27418 -- Fixed occasional missing plural forms in JavaScriptC...Waldemar Kornewald
2016-12-14[1.10.x] Fixed missing versionadded/changed annotations on docs.djangoproject...Tim Graham
2016-12-14[1.10.x] Added Prefetch import to first use in QuerySet docs.Perry Roper
2016-12-14[1.10.x] Fixed #27592 -- Doc'd that QueryDict iter methods are Python 2 only.Tim Graham
2016-12-08[1.10.x] Removed deprecated html_translator_class sphinx config option.Tim Graham
2016-12-08[1.10.x] Fixed #27355 -- Added “Creating extension using migrations” docs.ntuckovic
2016-12-08[1.10.x] Fixed #27566 -- Clarified overriding ModelAdmin.save_model()/delete_...Doug Harris
2016-12-06[1.10.x] Fixed #27567 -- Fixed crash in the debug view when request.user errors.Andreas Pelme
2016-12-05[1.10.x] Fixed unrendered rows in GIS DB functions table in docs.Sergey Fedoseev
2016-12-02[1.10.x] Added stub release notes for 1.10.5.Tim Graham
2016-12-01[1.10.x] Added release dates for 1.10.4, 1.9.12, 1.8.17.Tim Graham
2016-12-01[1.10.x] Fixed #27558 -- Prevented redundant index on InnoDB ForeignKey.Ed Morley
2016-11-30[1.10.x] Replaced RawSQL with Cast in Coalesce doc example.Simon Charette
2016-11-29[1.10.x] Fixed #27402 -- Fixed incorrect LocaleMiddleware redirects with pref...Krzysztof Urbaniak
2016-11-29[1.10.x] Fixed #27544 -- Fixed QuerySet.update(dt=F('dt') + timedelta) crash ...Andrew Nester
2016-11-28[1.10.x] Fixed typo in docs/topics/auth/customizing.txt.Tim Graham
2016-11-25[1.10.x] Fixed #27509 -- Removed redundant gdal-bin dependency listing.Luke Murphy
2016-11-24[1.10.x] Rephrased an ambiguous sentence in docs/topics/signals.txt.Daniel Musketa
2016-11-24[1.10.x] Fixed typo in docs/topics/auth/customizing.txt.Alex Scott
2016-11-23[1.10.x] Normalized casing of "custom user model".Tim Graham
2016-11-23[1.10.x] Fixed #24370 -- Recommended starting with a custom user model.Krzysztof Gogolewski
2016-11-23[1.10.x] Fixed typo in docs/topics/signals.txt.Daniel Musketa
2016-11-22[1.10.x] Fixed #27221 -- Doc'd how to escape a percent symbol in ugettext().Henry Dang
2016-11-22[1.10.x] Updated doc links to virtualenv website.Daniel Musketa
2016-11-21[1.10.x] Fixed #27511 -- Corrected Field.related_model docs about GenericRela...Tim Graham
2016-11-21[1.10.x] Refs #23811 -- Corrected git bisect run example usage.François Freitag
2016-11-17[1.10.x] Fixed #27482 -- Doc'd an example of Case() in QuerySet.filter().Jonatas CD
2016-11-16[1.10.x] Fixed #27494 -- Fixed typos in docs/topics/db/models.txt.Tim Graham
2016-11-16[1.10.x] Fixed incorrect word choice in docs/topics/migrations.txt.Mitchel Humpherys