summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-23Bump trunk to 1.4.1.4James Bennett
2012-03-23Edited Django 1.4 release notes:Jacob Kaplan-Moss
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-23Added a language mapping for Serbian (Latin) to the Transifex configuration f...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-21Fixed #17936 -- Fixed a code sample in the admin `SimpleListFilter` documenta...Julien Phalip
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-19Fixed an indentation issue in GeoDjango installation docs.Claude Paroz
2012-03-19Fixed #17893 -- Added GeoDjango installation instructions for Ubuntu 11.10. T...Claude Paroz
2012-03-19Fixed #17932 -- Tweaked the admin_changelist tests because Oracle doesn't lik...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 #17926 -- Removed mention of XMLField in docs (missing deletion from r1...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-17Do not unconditionally add extra_tests when testing geodjango.Claude Paroz
2012-03-17Fixed #10625 -- Fixed a Javascript regex in openlayers.js. Thanks timlinux fo...Claude Paroz
2012-03-17Fixed #17923 -- Added missing import in the MySQL and Oracle backends. Thanks...Aymeric Augustin
2012-03-17Fixed #17909 - ensure GeoDjango tests have the templates they need. Thanks Na...Carl Meyer
2012-03-17Fixed #17918 - Handle proxy models correctly when sorting deletions for datab...Carl Meyer
2012-03-16Reorganized proxy-delete tests for easier addition of new tests. Refs #16128.Carl Meyer
2012-03-16Fixed #13267 -- Updated GeoDjango tutorial for the 1.4 release. Thanks samuel...Claude Paroz
2012-03-16Fixed #17841 -- Clarified caching note about authentication backends. Thanks ...Claude Paroz
2012-03-16Added Django-Python version matching table in FAQ.Claude Paroz
2012-03-16Fixed #17908 -- Made some `contrib.markup` tests be skipped so they don't fai...Julien Phalip
2012-03-16Ensured that some staticfiles tests get properly cleaned up on teardown. Than...Julien Phalip
2012-03-15Added a `with_statement` import to a test for Python 2.5 compatibility.Julien Phalip