summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [1.6.x] Bump version number for 1.6 beta 3 security release.1.6b3James Bennett2013-09-101-1/+1
* [1.6.x] Added 1.4.7/1.5.3 release notesTim Graham2013-09-103-0/+77
* [1.6.x] Prevented arbitrary file inclusion with {% ssi %} tag and relative pa...Tim Graham2013-09-102-0/+33
* [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-1030-145/+49
* [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 #20707 -- Added explicit quota assignment to Oracle test userСадовский Николай2013-09-091-0/+1
* [1.6.x] Further hardening. Refs #18766.Aymeric Augustin2013-09-081-2/+2
* [1.6.x] Hardened the test introduced in ded11aa6. Refs #18766.Aymeric Augustin2013-09-081-1/+5
* [1.6.x] Fixed #18766 -- Pointed to pytz when LocalTimezone fails.Aymeric Augustin2013-09-082-2/+30
* [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 deprecation warning on Python 3Tim Graham2013-09-071-2/+2
* [1.6.x] Fixed 9244447c -- incomplete backport.Aymeric Augustin2013-09-071-3/+15
* [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 #20530 -- Properly decoded non-ASCII query strings on Python 3.Aymeric Augustin2013-09-072-1/+17
* [1.6.x] Fixed an encoding issue in the test client.Aymeric Augustin2013-09-071-1/+8
* [1.6.x] Fixed #16992 -- Added InnoDB warning regarding reuse of AUTO_INCREMEN...Keith Edmiston2013-09-071-1/+4
* [1.6.x] Fixed #20557 -- Properly decoded non-ASCII cookies on Python 3.Aymeric Augustin2013-09-072-3/+23
* [1.6.x] Fixed #11811 -- Data-loss bug in queryset.update.Aymeric Augustin2013-09-063-1/+15
* Merge pull request #1566 from adamsc64/ticket_11857Russell Keith-Magee2013-09-063-0/+25
* [1.6.x] Fixed Python 3 syntax error introduced in [c72392da]Tim Graham2013-09-061-1/+1
* [1.6.x] Merge pull request #1582 from rca/12756-missing-yaml-module-serialize...Russell Keith-Magee2013-09-066-66/+162
* [1.6.x] Merge pull request #1580 from ianawilson/ticket_16502Russell Keith-Magee2013-09-063-22/+48
* Merge pull request #1579 from ianawilson/ticket_21058Russell Keith-Magee2013-09-065-0/+19
* [1.6.x] Fixed a link in topics/testing/overview.txtTim Graham2013-09-061-5/+3
* [1.6.x] Fixed #21049 -- Fixed autoreload for Python 3Max Burstein2013-09-061-1/+1
* [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-0513-15/+19
* [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 #21041 -- Removed a duplicate form in tests.Tim Graham2013-09-051-6/+0
* [1.6.x] Tested exc_type instead of exc_value in __exit__.Aymeric Augustin2013-09-041-7/+7
* Updated six to version 1.4.1.Aymeric Augustin2013-09-041-16/+16
* [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 #21026 -- Corrected help for manage.py test command.Carl Meyer2013-09-031-3/+2
* [1.6.x] Fixed #20973 -- Document serving static files without django.contrib....Loic Bistuer2013-09-033-13/+61
* Used six.moves.zip_longest, new in six 1.4.0.Aymeric Augustin2013-09-033-15/+3
* [1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin2013-09-0327-50/+48
* [1.6.x] Updated the bundled version of six to 1.4.0.Aymeric Augustin2013-09-031-16/+189
* [1.6.x] Fixed #21003 -- Ensured geometry widget return value has SRIDClaude Paroz2013-09-033-12/+20
* [1.6.x] Isolated map creation JS codeClaude Paroz2013-09-031-4/+9
* [1.6.x] Fixed #21002 -- Documented JSON session serialization requires string...Tim Graham2013-09-032-5/+22