summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2012-07-30[1.4.x] Bump version numbers for security release.1.4.1James Bennett
2012-07-30[1.4.x] Fixed a security issue in http redirects. Disclosure and new release ...Florian Apolloner
2012-07-30[1.4.x] Fixed second security issue in image uploading. Disclosure and releas...Florian Apolloner
2012-07-30[1.4.x] Fixed a security issue in image uploading. Disclosure and release for...Florian Apolloner
2012-07-22[1.4.x] Made LiveServerTestCase to restore state on exit.Ramiro Morales
2012-07-07[1.4.x] Fixed #17978 -- Fixed a minor layout issue when an inline contains a ...Julien Phalip
2012-06-03[1.4.X] Fixed #18379 -- Made the sensitive_variables decorator work with obje...Julien Phalip
2012-05-27[1.4.x] Fixed #18135 -- Close connection used for db version checkingMichael Newman
2012-05-15[1.4.x] Fixed #18019 -- Use threaded runserver only when database supports it.Claude Paroz
2012-05-10[1.4.X] Set the post process cache when finished instead of one by one.Jannis Leidel
2012-05-08[1.4.x] Fixed #17976 -- Made forms.BooleanField pickleable.Aymeric Augustin
2012-04-11[1.4.X] Fixed #18104 -- Added missing parentheses around two-lines deprecatio...Claude Paroz
2012-04-10[1.4.X] Fixed #18090 -- Applied filters when running prefetch_related backwar...Aymeric Augustin
2012-04-09[1.4.X] Fixed #18086 -- Restored '-pk' as the default order in the admin chan...Julien Phalip
2012-03-31[1.4.X] Fixed #17972 -- Ensured that admin filters on a foreign key respect t...Julien Phalip
2012-03-29[1.4.X] Make auth test pass even when LANGUAGE_CODE is not 'en'. Refs #17980....Claude Paroz
2012-03-29[1.4.X] Fixed #17733 -- Discouraged setting TIME_ZONE to None when USE_TZ is ...Claude Paroz
2012-03-23Minor correction in the version tuple.James Bennett
2012-03-23Bump trunk to 1.4.1.4James Bennett
2012-03-23Fixed #17810 (again). Catch session key errors.Aymeric Augustin
2012-03-23Fixed an incompatibility with Python 2.5 in the changes done in r17795. Refs ...Jannis Leidel
2012-03-23Fixed #17810. Catch session key errors.Paul McMillan
2012-03-23Pulled sites translations updates from Transifex. Refs #17822.Jannis Leidel
2012-03-23Pulled sessions translations updates from Transifex. Refs #17822.Jannis Leidel
2012-03-23Pulled redirects translations updates from Transifex. Refs #17822.Jannis Leidel
2012-03-23Pulled messages translations updates from Transifex. Refs #17822.Jannis Leidel
2012-03-23Pulled localflavor translations updates from Transifex. Refs #17822.Jannis Leidel
2012-03-23Pulled humanize translations updates from Transifex. Refs #17822.Jannis Leidel
2012-03-23Pulled gis translations updates from Transifex. Refs #17822.Jannis Leidel
2012-03-23Pulled formtools translations updates from Transifex. Refs #17822.Jannis Leidel
2012-03-23Pulled flatpages translations updates from Transifex. Refs #17822.Jannis Leidel
2012-03-23Pulled contenttypes translations updates from Transifex. Refs #17822.Jannis Leidel
2012-03-23Pulled comments translations updates from Transifex. Refs #17822.Jannis Leidel
2012-03-23Pulled auth translations updates from Transifex. Refs #17822.Jannis Leidel
2012-03-23Pulled admindocs translations updates from Transifex. Refs #17822.Jannis Leidel
2012-03-23Pulled admin translations updates from Transifex. Refs #17822.Jannis Leidel
2012-03-23Pulled core translations updates from Transifex. Refs #17822.Jannis Leidel
2012-03-23Reverted the introduction of a translation string in r17775 as it happened af...Jannis Leidel
2012-03-22Used SortedDict instead of dict to avoid random errors that may occur when di...Aymeric Augustin
2012-03-22Reverted parts of r16963 to fix a regression on the creation of permissions o...Aymeric Augustin
2012-03-22Fixed #17944 -- Prevented an error in the user change page of the admin when ...Aymeric Augustin
2012-03-22Fixed #17937 -- Avoided an error in the timeuntil filter when it receives a d...Aymeric Augustin
2012-03-21Fixed #17920 -- Actually pass the full path of a newly created project or app...Jannis Leidel
2012-03-20Fixed a typo in my previous commit. Apologies.Aymeric Augustin
2012-03-20Fixed #17940 -- Enforced USE_TZ = False in contrib apps tests that use fixtur...Aymeric Augustin
2012-03-18Fixed #17931 -- Accepted aware datetimes to set cookies expiry dates. Thanks ...Aymeric Augustin
2012-03-17Fixed #16138 -- Made FormMixin get_initial return a copy of the 'initial' cla...Claude Paroz
2012-03-17Fixed #17828 -- Ensured that when a list filter's `queryset()` method fails, ...Julien Phalip
2012-03-17Fixed #17915 -- Switched GeoModelAdmin default WMS layer URL from Metacarta t...Claude Paroz
2012-03-17Fixed #10625 -- Fixed a Javascript regex in openlayers.js. Thanks timlinux fo...Claude Paroz