Andrew Godwin
|
de64c4d6e9
Merge remote-tracking branch 'core/master' into schema-alteration
|
11 years ago |
Julien Phalip
|
47c755327b
Fixed a number of minor misspellings.
|
11 years ago |
Andrew Godwin
|
f8297f6323
More migration docs, and conversion of all easy syncdb references
|
11 years ago |
Claude Paroz
|
6d52844b9b
Fixed #18551 -- Enabled skipIfDBFeature/skipUnlessDBFeature to decorate a class
|
11 years ago |
Joeri Bekker
|
66f3d57b79
Fixed #19031 -- Added a warning when using override_settings with 'DATABASES'
|
11 years ago |
Aymeric Augustin
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 years ago |
Aymeric Augustin
|
7f264e02f4
Fixed #20680 -- Deprecated django.utils.unittest.
|
11 years ago |
Andrew Godwin
|
e26b589b8c
Fixed #20590: Documented new test case ordering
|
11 years ago |
Aymeric Augustin
|
55cbd65985
Fixed #20579 -- Improved TransactionTestCase.available_apps.
|
11 years ago |
Aymeric Augustin
|
4daf570b98
Added TransactionTestCase.available_apps.
|
11 years ago |
Tim Graham
|
bb863faecd
Proofed the 1.6 release notes
|
11 years ago |
Tim Graham
|
a35ed20241
Fixed #18924 -- Made test.Client.logout send user_logged_out signal.
|
11 years ago |
Tim Graham
|
d194714c0a
Fixed #11603 - Added django.test.SimpleTestCase.assertFormsetError
|
12 years ago |
Tim Graham
|
dffdca1109
Fixed #20316 - Clarified transaction behavior of TestCase.
|
11 years ago |
Ramiro Morales
|
0a50311063
Fixed #20004 -- Moved non DB-related assertions to SimpleTestCase.
|
11 years ago |
Tim Graham
|
84d8b247d2
Fixed #20165 - Updated testing example to use django.test.TestCase.
|
11 years ago |
Ramiro Morales
|
956973ca6c
Updated test failure example.
|
11 years ago |
Carl Meyer
|
9012833af8
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
|
11 years ago |
Carl Meyer
|
d89b421352
Python 2.5 is not relevant to master.
|
11 years ago |
Juan Catalano
|
78c842a323
Adapted uses of versionchanged/versionadded to the new form.
|
12 years ago |
Tim Graham
|
6c730da1f6
Fixed #19897 - Updated static files howto.
|
12 years ago |
Tim Graham
|
93cffc3b37
Added missing markup to docs.
|
12 years ago |
Claude Paroz
|
50eb70b08f
Fixed #20032 -- Documented how to simulate the absence of a setting
|
12 years ago |
Claude Paroz
|
4cccb85e29
Fixed #19997 -- Added custom EMPTY_VALUES to form fields
|
12 years ago |
Julien Phalip
|
293f7a2114
Fixed #17797 -- Enabled support for PATCH requests in the dummy test client. Thanks to pfarmer for the suggestion and initial patch.
|
12 years ago |
Ramiro Morales
|
7947c9e3a6
Deprecated undocumented warnings manipulation testing tools.
|
12 years ago |
Tim Graham
|
9b5f64cc6e
Fixed #19516 - Fixed remaining broken links.
|
12 years ago |
Aymeric Augustin
|
7ee7599ab3
Removed versionadded/changed annotations dating back to 1.4.
|
12 years ago |
Tim Graham
|
067505ad19
Fixed broken links, round 4. refs #19516
|
12 years ago |
Preston Holmes
|
11ded967c4
Fixed #19498 -- refactored auth documentation
|
12 years ago |