summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-26Move management helper function to new utils module.Ramiro Morales
2013-02-26Don't use os.system() in compilemessages.Ramiro Morales
2013-02-26Added Python 3.2/3.3 trove classifiers in setup.pyClaude Paroz
2013-02-26Added a note about creating new doc versions; update stable doc version befor...Carl Meyer
2013-02-26[py3] str.decode does not exist; str.encode was intendedMarti Raudsepp
2013-02-26Fixed i18n test to match changed translationClaude Paroz
2013-02-26Merged contrib translations from 1.5 branchClaude Paroz
2013-02-26Merged core translations from 1.5 branchClaude Paroz
2013-02-26Added note about updating default docs version in howto-release doc.Carl Meyer
2013-02-26Fixed #19922 - Typo in translation docs.Tim Graham
2013-02-26Fixed discovery of the Django installation during tests.Florian Apolloner
2013-02-26Changed test_runner tests to use full python path for settings files.Florian Apolloner
2013-02-26fixed admin_scripts tests on python 3.3Florian Apolloner
2013-02-26Ensured that we have an absolute path to RUNTESTS_DIR.Florian Apolloner
2013-02-26Updated docs to reflect new tests layout.Florian Apolloner
2013-02-26Renamed a template to be found by the loaders.Florian Apolloner
2013-02-26Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner
2013-02-26Adjusted coveragercFlorian Apolloner
2013-02-26Adjusted runtests to the new layout.Florian Apolloner
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2013-02-26Removed __init__.py files.Florian Apolloner
2013-02-26Moved test_templates to templates to prevent issues with regressiontests/temp...Florian Apolloner
2013-02-26Updated an inaccurate comment.Aymeric Augustin
2013-02-25Fixed a caching test on Python 3.Carl Meyer
2013-02-25Fixed #18191 -- Don't consider Accept-Language redundantly in cache key.Ɓukasz Langa
2013-02-25Fixed #19634 -- Added proper __hash__ methods.Aymeric Augustin
2013-02-25Fixed #6195 -- Documented caching options for javascript_catalog.Aymeric Augustin
2013-02-25Updated the release process docs to reflect the current practices.Aymeric Augustin
2013-02-25Fixed #18144 -- Restored compatibility with SHA1 hashes with empty salt.Aymeric Augustin
2013-02-25Use built-in fixture support rather than calling loaddata in setUp().Carl Meyer
2013-02-25Merge pull request #847 from fhahn/ticket_18176Aymeric Augustin
2013-02-25Fixed #19801 - Added brackets to input_formats.Tim Graham
2013-02-25Fixed #19854 -- Turn Django's own Selenium tests off by default.Carl Meyer
2013-02-25Fixed #18176 -- Added test for year lookups with year < 1000Florian Hahn
2013-02-25Fixed #19903 -- Fixed unbalanced setUp/tearDown calls in LiveServerAddress testClaude Paroz
2013-02-25Switching to autoescape is not a change in syntax.Carl Meyer
2013-02-25Remove leading underscore from a function that's all growed up now.Carl Meyer
2013-02-25Minor edits to some recently-added admin docs.Carl Meyer
2013-02-25Changed testing strategy used in 6b03179e.Aymeric Augustin
2013-02-24Fixed #19908 -- Added missing import in forms.pyClaude Paroz
2013-02-24Fixed a test that was failing in Python 3.Julien Phalip
2013-02-24Merge pull request #824 from ambv/languagecodeJulien Phalip
2013-02-24Added missing versionadded for sqldropindexes command docsClaude Paroz
2013-02-24Merge pull request #835 from vdboor/docfixTim Graham
2013-02-24Fixed some docstrings that were raising Sphinx warnings when running the admi...Julien Phalip
2013-02-24Fixed python 3 support. Refs #17320Florian Apolloner
2013-02-24Merge pull request #834 from vdboor/issue_19906_list_classesAymeric Augustin
2013-02-24Add column-<field_name> classes to the admin listDiederik van der Boor
2013-02-24Merge pull request #828 from zerok/tickets/17320Florian Apolloner
2013-02-24Fixed #19688 -- Allow model subclassing with a custom metaclass using six.wit...Simon Charette