Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #25175 -- Renamed the postgresql_psycopg2 database ...Caio Ariede2015-08-076-10/+21
* Fixed #25229 -- Clarified how an iterable works with @per...Tim Graham2015-08-051-1/+2
* Fixed #22404 -- Added a view that exposes i18n catalog as...Sergey Kolosov2015-08-052-0/+50
* Fixed #25213 -- Discouraged use of QuerySet.extra()Tim Graham2015-08-052-5/+33
* Fixed #25212 -- Documented the RawSQL expression.Tim Graham2015-08-053-6/+36
* Fixed #25224 -- Fixed typo in docs/ref/contrib/flatpages.txtTim Graham2015-08-041-1/+1
* Fixed password_reset signature in docsAlasdair Nicol2015-08-041-1/+1
* Fixed #25136 -- Documented Count('X', distinct=True) in a...Caio Ariede2015-08-041-6/+28
* Fixed #25211 -- Added HttpRequest.get_port() and USE_X_FO...Matt Robenolt2015-08-043-0/+25
* Fixed #25215 -- Solved reference to forms.HStoreField in ...Curtis Maloney2015-08-041-0/+3
* Refs #17914 -- Discouraged using reverese() with callables.Tim Graham2015-08-031-0/+1
* Fixed #25207 -- Misspelled word in documentation: dialogueCaio Ariede2015-08-022-4/+2
* Removed obsolete note about sentry/raven not handling WSG...Matt Robenolt2015-08-021-2/+1
* Fixed #25146 -- Allowed method_decorator() to decorate cl...Rigel Di Scala2015-08-013-4/+23
* Fixed #24690 -- Added a warning about mutable defaults fo...Tim Graham2015-08-011-0/+12
* Fixed #25176 -- Prevented TestCase.setUpTestData() except...Adam Chainz2015-08-011-0/+3
* Improved link to the supported versions section of the do...Tim Graham2015-07-311-2/+3
* Refs #25184 -- Started deprecation for contrib.gis.geoip.Flavio Curella2015-07-313-0/+15
* Fixed #25184 -- Added support for MaxMind GeoLite2 databa...Flavio Curella2015-07-314-0/+179
* Clarified assertRaisesMessage() behavior with respect to ...Tim Graham2015-07-311-1/+1
* Fixed #25174 -- Moved some details of CheckMessage to the...Tim Graham2015-07-312-60/+96
* Fixed #25168 -- Documented how to avoid foreign key const...Tim Graham2015-07-311-0/+6
* Fixed #25202 -- Fixed typo in docs/topics/auth/customizin...Tim Graham2015-07-311-1/+1
* Removed unnecessary F() from Func expressions docsAlasdair Nicol2015-07-311-1/+1
* Fixed #24444 -- Updated contrib.admin to use django-flat-...elky2015-07-301-0/+9
* Fixed #25199 -- Fixed dead link to HTMLdoc.Tim Graham2015-07-301-1/+1
* Fixed #25190 -- Deprecated callable_obj parameter to asse...Tim Graham2015-07-303-0/+12
* Fixed #25185 -- Added support for functools.partial seria...Piper Merriam2015-07-292-0/+8
* Fixed #25178 -- Added DEFAULT_FROM_EMAIL to deployment ch...Tim Graham2015-07-281-3/+4
* Refs #18556 -- Fixed a typo in the related manager add() ...Simon Charette2015-07-281-1/+1
* Fixed #18556 -- Allowed RelatedManager.add() to execute 1...Tim Graham2015-07-282-3/+31
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-2825-129/+256
* Fixed #25159 -- Removed brackets from class/function/meth...Tim Graham2015-07-2728-99/+99
* Fixed #25142 -- Added PermissionRequiredMixin.has_permiss...Akis Kesoglou2015-07-271-0/+15
* Fixed #24127 -- Changed the default current_app to the cu...Marten Kenbeek2015-07-272-14/+21
* Fixed typo in docs/ref/middleware.txtjorgecarleitao2015-07-271-1/+1
* Fixed #25166 -- Clarified how auth permissions are created.Tim Graham2015-07-252-6/+8
* Fixed malformed Sphinx directives.Tim Graham2015-07-253-3/+3
* Fixed #25161 -- Encouraged users to install the latest re...Alasdair Nicol2015-07-241-4/+7
* Fixed #22258 -- Added progress status for dumpdata when o...Claude Paroz2015-07-242-0/+8
* Converted tabs to spaces in topics/auth/default.txtTim Graham2015-07-241-3/+3
* Fixed #12768 -- Fixed QuerySet.raw() regression on FK wit...Matt Johnson2015-07-241-0/+4
* Fixed #25149 -- Replaced window.__admin_utc_offset__ with...Tim Graham2015-07-221-3/+4
* Fixed #25156 -- Mentioned django.setup() in the settings ...James Bennett2015-07-211-1/+23
* Added PostgreSQL non-durable settings hint in docs.Federico Capoano2015-07-211-0/+13
* Fixed #25129 -- Made model instance defaults work with mi...Tim Graham2015-07-211-0/+4
* Fixed #24126 -- Deprecated current_app parameter to auth ...lukasz.wojcik2015-07-213-0/+65
* Normalized indentation and line lengths in docs/topics/au...Tim Graham2015-07-211-36/+37
* Fixed #25141 -- Diminished GDAL dependence during geojson...Claude Paroz2015-07-201-3/+11
* Refs #16860 -- Moved password_changed() logic to Abstract...Tim Graham2015-07-201-0/+5