summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* [1.6.x] Added 1.4.7/1.5.3 release notesTim Graham2013-09-103-0/+77
* [1.6.x] Fixed broken sphinx reference to staticfiles.Tarjei Husøy2013-09-101-1/+1
* [1.6.x] Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin2013-09-101-9/+0
* [1.6.x] Fixed #21075 - Improved doc for calling call_command with arguments.oz1232013-09-101-0/+9
* [1.6.x] Fixed spelling; refs #16895.Tim Graham2013-09-092-2/+2
* [1.6.x] Fixed #16895 -- Warned about cost of QuerySet orderinge0ne2013-09-093-0/+23
* [1.6.x] Fixed #21068 -- Added some docs for DiscoverRunnerTim Graham2013-09-071-4/+13
* Fixed #20409 -- Clarified how unique_for_date works when USE_TZ is set.Aymeric Augustin2013-09-071-1/+3
* [1.6.x] Fixed #20005 -- Documented that Oracle databases need execute permiss...Tim Graham2013-09-071-0/+8
* [1.6.x] Fixed #20938 -- Added cached sessions note to deployment checklist.Tim Graham2013-09-071-0/+3
* [1.6.x] Fixed #16992 -- Added InnoDB warning regarding reuse of AUTO_INCREMEN...Keith Edmiston2013-09-071-1/+4
* [1.6.x] Fixed a link in topics/testing/overview.txtTim Graham2013-09-061-5/+3
* [1.6.x] Fixed #19295 -- Documented that CachedStaticFilesStorage isn't compat...Keith Edmiston2013-09-061-1/+3
* [1.6.x] Fixed #20646 -- Clarified the use of AbstractBaseUser.REQUIRED_FIELDSTim Graham2013-09-061-7/+9
* [1.6.x] Fixed instructions for running a subset of tests.Tim Graham2013-09-061-2/+2
* [1.6.x] Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.Eric Boersma2013-09-059-10/+14
* [1.6.x] Fixed #21047 -- Added CLA mesage on the new contributor advice docmicahhausler2013-09-051-0/+9
* [1.6.x] Fixed #21044 -- Documented django.core.urlresolvers.Resolver404Tim Graham2013-09-052-2/+12
* [1.6.x] Fixed #20900 -- Documented RemoteUserBackend.authenticateTim Graham2013-09-051-0/+11
* [1.6.x] Fixed #20958 -- Documented that GenericForeignKey fields can't be acc...Tim Graham2013-09-041-0/+3
* [1.6.x] Clarified docs for some tags and filtersPaul C. Anagnostopoulos2013-09-041-76/+89
* [1.6.x] Fixed #20973 -- Document serving static files without django.contrib....Loic Bistuer2013-09-033-13/+61
* [1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin2013-09-031-6/+4
* [1.6.x] Fixed #21002 -- Documented JSON session serialization requires string...Tim Graham2013-09-032-5/+22
* [1.6.x] Fixed #20998 -- Allow custom (de)serialization for GIS widgetsClaude Paroz2013-09-021-4/+4
* [1.6.x] Made the doc about translating string literals in templates more prom...Loic Bistuer2013-08-311-17/+19
* [1.6.x] Fixed copy/paste error in measurement docsClaude Paroz2013-08-311-2/+2
* [1.6.x] Fixed typo in docs/ref/models/options.txtTim Graham2013-08-301-1/+1
* [1.6.x] Fixed #20999 - Allow overriding formfield class with choices, without...Carl Meyer2013-08-301-7/+13
* [1.6.x] Fixed #20988 -- Added model meta option select_on_saveAnssi Kääriäinen2013-08-303-9/+50
* [1.6.x] Added links to file docs.Jorge C. Leitão2013-08-291-13/+13
* [1.6.x] Minor spelling correction in ModelForms docsPhaneendra Chiruvella2013-08-281-1/+1
* [1.6.x] Fixed #20981 -- Noted the default value of disable_existing_loggers.Krzysztof Jurewicz2013-08-271-2/+3
* [1.6.x] Fixed typo in docs/topics/conditional-view-processing.txtJan Böcker2013-08-271-1/+1
* [1.6.x] Updated instructions for running contrib tests.Matt Robenolt2013-08-271-1/+1
* [1.6.x] Typos introduced in 57c82f909b.Ramiro Morales2013-08-222-7/+7
* [1.6.x] Fixed #20922 -- Allowed customizing the serializer used by contrib.se...Tim Graham2013-08-223-8/+133
* [1.6.x] Documentation -- Clarified use of 'view' in test client introduction.Kevin Christopher Henry2013-08-221-3/+4
* [1.6.x] Fixed #20944 -- Removed inaccurate statement about View.dispatch().Marc Tamlyn2013-08-221-4/+0
* [1.6.x] Made description of LANGUAGE_CODE setting more clear.Ramiro Morales2013-08-222-7/+21
* [1.6.x] Documentation -- Corrected error about Model.full_clean()Kevin Christopher Henry2013-08-211-8/+3
* [1.6.x] Documentation - Noted that OneToOneField doesn't respect unique.Kevin Christopher Henry2013-08-201-2/+2
* [1.6.x] Fixed #20933 -- Allowed loaddata to load fixtures from relative paths.Florian Apolloner2013-08-201-2/+2
* [1.6.x] Fixed #20891 -- Removed part of the tutorial that requires pytzTim Graham2013-08-151-9/+0
* [1.6.x] Added release date to 1.5 release notes.James Bennett2013-08-151-0/+2
* [1.6.x] Updated docs following deprecation of django.views.defaults.shortcutAlasdair Nicol2013-08-152-11/+9
* [1.6.x] Added some doc links for django.contrib.messagesTim Graham2013-08-142-5/+10
* Added 1.4.6/1.5.2 release notes.1.6b2Tim Graham2013-08-133-0/+95
* [1.6.x] Added missing release notes for older versions of DjangoTim Graham2013-08-1210-4/+373
* [1.6.x] Fixed #20890 -- Added missing import in class-based view docs.Tim Graham2013-08-101-0/+1