summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-10[1.6.x] Bump version number for 1.6 beta 3 security release.1.6b3James Bennett
2013-09-10[1.6.x] Added 1.4.7/1.5.3 release notesTim Graham
2013-09-10[1.6.x] Prevented arbitrary file inclusion with {% ssi %} tag and relative pa...Tim Graham
2013-09-10[1.6.x] Fixed broken sphinx reference to staticfiles.Tarjei Husøy
2013-09-10[1.6.x] Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin
2013-09-10[1.6.x] Fixed #21075 - Improved doc for calling call_command with arguments.oz123
2013-09-09[1.6.x] Fixed spelling; refs #16895.Tim Graham
2013-09-09[1.6.x] Fixed #16895 -- Warned about cost of QuerySet orderinge0ne
2013-09-09[1.6.x] Fixed #20707 -- Added explicit quota assignment to Oracle test userСадовский Николай
2013-09-08[1.6.x] Further hardening. Refs #18766.Aymeric Augustin
2013-09-08[1.6.x] Hardened the test introduced in ded11aa6. Refs #18766.Aymeric Augustin
2013-09-08[1.6.x] Fixed #18766 -- Pointed to pytz when LocalTimezone fails.Aymeric Augustin
2013-09-07[1.6.x] Fixed #21068 -- Added some docs for DiscoverRunnerTim Graham
2013-09-07Fixed #20409 -- Clarified how unique_for_date works when USE_TZ is set.Aymeric Augustin
2013-09-07[1.6.x] Fixed deprecation warning on Python 3Tim Graham
2013-09-07[1.6.x] Fixed 9244447c -- incomplete backport.Aymeric Augustin
2013-09-07[1.6.x] Fixed #20005 -- Documented that Oracle databases need execute permiss...Tim Graham
2013-09-07[1.6.x] Fixed #20938 -- Added cached sessions note to deployment checklist.Tim Graham
2013-09-07[1.6.x] Fixed #20530 -- Properly decoded non-ASCII query strings on Python 3.Aymeric Augustin
2013-09-07[1.6.x] Fixed an encoding issue in the test client.Aymeric Augustin
2013-09-07[1.6.x] Fixed #16992 -- Added InnoDB warning regarding reuse of AUTO_INCREMEN...Keith Edmiston
2013-09-07[1.6.x] Fixed #20557 -- Properly decoded non-ASCII cookies on Python 3.Aymeric Augustin
2013-09-06[1.6.x] Fixed #11811 -- Data-loss bug in queryset.update.Aymeric Augustin
2013-09-06Merge pull request #1566 from adamsc64/ticket_11857Russell Keith-Magee
2013-09-06[1.6.x] Fixed Python 3 syntax error introduced in [c72392da]Tim Graham
2013-09-06[1.6.x] Merge pull request #1582 from rca/12756-missing-yaml-module-serialize...Russell Keith-Magee
2013-09-06[1.6.x] Merge pull request #1580 from ianawilson/ticket_16502Russell Keith-Magee
2013-09-06Merge pull request #1579 from ianawilson/ticket_21058Russell Keith-Magee
2013-09-06[1.6.x] Fixed a link in topics/testing/overview.txtTim Graham
2013-09-06[1.6.x] Fixed #21049 -- Fixed autoreload for Python 3Max Burstein
2013-09-06[1.6.x] Fixed #19295 -- Documented that CachedStaticFilesStorage isn't compat...Keith Edmiston
2013-09-06[1.6.x] Fixed #20646 -- Clarified the use of AbstractBaseUser.REQUIRED_FIELDSTim Graham
2013-09-06[1.6.x] Fixed instructions for running a subset of tests.Tim Graham
2013-09-05[1.6.x] Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.Eric Boersma
2013-09-05[1.6.x] Fixed #21047 -- Added CLA mesage on the new contributor advice docmicahhausler
2013-09-05[1.6.x] Fixed #21044 -- Documented django.core.urlresolvers.Resolver404Tim Graham
2013-09-05[1.6.x] Fixed #20900 -- Documented RemoteUserBackend.authenticateTim Graham
2013-09-05[1.6.x] Fixed #21041 -- Removed a duplicate form in tests.Tim Graham
2013-09-04[1.6.x] Tested exc_type instead of exc_value in __exit__.Aymeric Augustin
2013-09-04Updated six to version 1.4.1.Aymeric Augustin
2013-09-04[1.6.x] Fixed #20958 -- Documented that GenericForeignKey fields can't be acc...Tim Graham
2013-09-04[1.6.x] Clarified docs for some tags and filtersPaul C. Anagnostopoulos
2013-09-03[1.6.x] Fixed #21026 -- Corrected help for manage.py test command.Carl Meyer
2013-09-03[1.6.x] Fixed #20973 -- Document serving static files without django.contrib....Loic Bistuer
2013-09-03Used six.moves.zip_longest, new in six 1.4.0.Aymeric Augustin
2013-09-03[1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin
2013-09-03[1.6.x] Updated the bundled version of six to 1.4.0.Aymeric Augustin
2013-09-03[1.6.x] Fixed #21003 -- Ensured geometry widget return value has SRIDClaude Paroz
2013-09-03[1.6.x] Isolated map creation JS codeClaude Paroz
2013-09-03[1.6.x] Fixed #21002 -- Documented JSON session serialization requires string...Tim Graham