summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2015-08-04Fixed #25136 -- Documented Count('X', distinct=True) in aggregate topic guide.Caio Ariede
2015-08-04Fixed #25211 -- Added HttpRequest.get_port() and USE_X_FORWARDED_PORT setting.Matt Robenolt
2015-08-04Fixed #25215 -- Solved reference to forms.HStoreField in declaration of ↵Curtis Maloney
HStoreField Correct test which was using the model field in a test form.
2015-08-03Refs #17914 -- Discouraged using reverese() with callables.Tim Graham
2015-08-01Fixed #25207 -- Misspelled word in documentation: dialogueCaio Ariede
2015-08-01Removed obsolete note about sentry/raven not handling WSGI properly.Matt Robenolt
2.0.7 was released in 2012.
2015-08-01Fixed #25146 -- Allowed method_decorator() to decorate classes.Rigel Di Scala
2015-08-01Fixed #24690 -- Added a warning about mutable defaults for ArrayField/JSONField.Tim Graham
2015-08-01Fixed #25176 -- Prevented TestCase.setUpTestData() exception from leaking ↵Adam Chainz
transaction.
2015-07-31Improved link to the supported versions section of the download page.Tim Graham
2015-07-31Refs #25184 -- Started deprecation for contrib.gis.geoip.Flavio Curella
2015-07-31Fixed #25184 -- Added support for MaxMind GeoLite2 database formatFlavio Curella
2015-07-31Clarified assertRaisesMessage() behavior with respect to the message.Tim Graham
2015-07-31Fixed #25174 -- Moved some details of CheckMessage to the reference guide.Tim Graham
2015-07-31Fixed #25168 -- Documented how to avoid foreign key constraint error after ↵Tim Graham
upgrading to 1.8.
2015-07-31Fixed #25202 -- Fixed typo in docs/topics/auth/customizing.txtTim Graham
2015-07-31Removed unnecessary F() from Func expressions docsAlasdair Nicol
2015-07-30Fixed #24444 -- Updated contrib.admin to use django-flat-themeelky
2015-07-30Fixed #25199 -- Fixed dead link to HTMLdoc.Tim Graham
2015-07-30Fixed #25190 -- Deprecated callable_obj parameter to assertRaisesMessage().Tim Graham
Thanks Aymeric Augustin for review.
2015-07-29Fixed #25185 -- Added support for functools.partial serialization in migrationsPiper Merriam
2015-07-28Fixed #25178 -- Added DEFAULT_FROM_EMAIL to deployment checklist.Tim Graham
2015-07-27Refs #18556 -- Fixed a typo in the related manager add() method docs.Simon Charette
2015-07-28Fixed #18556 -- Allowed RelatedManager.add() to execute 1 query where possible.Tim Graham
Thanks Loic Bistuer for review.
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ↵Flavio Curella
ForeignKey/OneToOneField
2015-07-27Fixed #25159 -- Removed brackets from class/function/method signatures in docs.Tim Graham
Thanks hellbeast for the initial patch.
2015-07-27Fixed #25142 -- Added PermissionRequiredMixin.has_permission() to allow ↵Akis Kesoglou
customization.
2015-07-27Fixed #24127 -- Changed the default current_app to the current namespace.Marten Kenbeek
Changed the url template tag to use request.resolver_match.namespace as a default for the current_app argument if request.current_app is not set.
2015-07-27Fixed typo in docs/ref/middleware.txtjorgecarleitao
2015-07-25Fixed #25166 -- Clarified how auth permissions are created.Tim Graham
Thanks Baptiste Mispelon for report and review.
2015-07-25Fixed malformed Sphinx directives.Tim Graham
2015-07-24Fixed #25161 -- Encouraged users to install the latest release in docsAlasdair Nicol
2015-07-24Fixed #22258 -- Added progress status for dumpdata when outputting to fileClaude Paroz
Thanks Gwildor Sok for the report and Tim Graham for the review.
2015-07-24Converted tabs to spaces in topics/auth/default.txtTim Graham
2015-07-23Fixed #12768 -- Fixed QuerySet.raw() regression on FK with custom db_column.Matt Johnson
2015-07-22Fixed #25149 -- Replaced window.__admin_utc_offset__ with a data attribute.Tim Graham
2015-07-21Fixed #25156 -- Mentioned django.setup() in the settings overview for ↵James Bennett
standalone Django use.
2015-07-21Added PostgreSQL non-durable settings hint in docs.Federico Capoano
Following discussion on django-developers: https://groups.google.com/d/topic/django-developers/IkRgMxTTzPQ/discussion
2015-07-21Fixed #25129 -- Made model instance defaults work with migrations (refs #24919).Tim Graham
2015-07-21Fixed #24126 -- Deprecated current_app parameter to auth views.lukasz.wojcik
2015-07-21Normalized indentation and line lengths in docs/topics/auth/default.txt.Tim Graham
2015-07-20Fixed #25141 -- Diminished GDAL dependence during geojson serializationClaude Paroz
Only require GDAL if contained geometries need coordinate transformations. Thanks drepo for the report and Tim Graham for the review.
2015-07-20Refs #16860 -- Moved password_changed() logic to AbstractBaseUser.Tim Graham
Thanks Carl Meyer for review.
2015-07-20Fixed signature of ModelAdmin.get_paginator() in docs.Ali Vakilzade
2015-07-17Fixed #16501 -- Added an allow_unicode parameter to SlugField.Edward Henderson
Thanks Flavio Curella and Berker Peksag for the initial patch.
2015-07-17Allowed installing closure with pip for admin JavaScript compression.Tim Graham
2015-07-17Fixed #25125 -- Updated docs on cookie naming conventions.Konrad Świat
Thanks Tim Graham for the review and kezabelle for the report.
2015-07-16Fixed #25078 -- Added support for disabled form fieldsClaude Paroz
Thanks Keryn Knight and Tim Graham for the reviews.
2015-07-16Fixed #25120 -- Deprecated egg template loader.Tim Graham
2015-07-16Fixed typo in docs/topics/i18n/translation.txtRafał Selewońko