summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-09-03[1.6.x] Prevented rendering attrs to be squashed in OSMWidgetClaude Paroz
2013-09-03[1.6.x] Fixed syntax error in OSMWidgetClaude Paroz
2013-09-02[1.6.x] Fixed gis test to run on non gis-enabled settingsClaude Paroz
2013-09-02[1.6.x] Fixed #20998 -- Allow custom (de)serialization for GIS widgetsClaude Paroz
2013-08-31[1.6.x] Made the doc about translating string literals in templates more prom...Loic Bistuer
2013-08-31[1.6.x] Fixed copy/paste error in measurement docsClaude Paroz
2013-08-30[1.6.x] Fixed typo in docs/ref/models/options.txtTim Graham
2013-08-30[1.6.x] Fixed #20999 - Allow overriding formfield class with choices, without...Carl Meyer
2013-08-30[1.6.x] Set 'bidi' Urdu property to TrueClaude Paroz
2013-08-30[1.6.x] Fixed #20988 -- Added model meta option select_on_saveAnssi Kääriäinen