summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix all violators of E231Alex Gaynor2013-10-2673-628/+627
* Undelete the login() call inadvertantly removed in 4e0a2fe59cClaude Paroz2013-10-251-0/+10
* Fixed #21271 -- Added timeout parameter to SMTP EmailBackend.SusanTan2013-10-241-0/+17
* Fixed #21219 -- Added a way to set different permission for static files.Vajrasky Kok2013-10-242-1/+48
* Fixed #20338 -- Stripped ending dot during host validationClaude Paroz2013-10-241-1/+3
* Fixed #21227 -- Added workaround for selenium test failuresKevin Christopher Henry2013-10-241-0/+1
* Fixed #21299 - Changed filters from title to capfirst on admin inline formsets.Renato Oliveira2013-10-242-6/+6
* Start attacking E231 violationsAlex Gaynor2013-10-244-10/+10
* Fixed #20945 -- Allowed cache tag to use a specific cache.Curtis Maloney2013-10-231-1/+36
* Fixed #19941 -- Removed sys.path hack when running the test suite.Tim Graham2013-10-231-15/+4
* Fix migration planner to fully understand squashed migrations. And test.Andrew Godwin2013-10-236-9/+158
* Fixed #12027 -- Fixed EmailValidator to reject a trailing dot.Tim Graham2013-10-231-0/+1
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-2352-0/+118
* Workaround admin scripts test failures on Windows+Python 3.Ramiro Morales2013-10-231-3/+3
* Fixed E225 pep8 warnings.Tim Graham2013-10-2321-58/+69
* Fixed #21307 -- Moved TransRealMixin to django.test.utils.Ramiro Morales2013-10-226-29/+5
* Fixed #17027 -- Added support for the power operator in F expressions.Florian Hahn2013-10-222-1/+15
* Fixed E221 pep8 warnings.Tim Graham2013-10-228-17/+16
* Fixed #5789 -- Changed LocaleMiddleware session variable to '_language'.Bouke Haarsma2013-10-222-8/+30
* Removed import * in tests.Tim Graham2013-10-229-9/+67
* Decode from UTF-8 explicitly when reading a text file in makemessages.Ramiro Morales2013-10-221-4/+5
* Fixed #19724 -- Output note when showing only core management commandsClaude Paroz2013-10-211-0/+11
* Fixed #21275 -- Fixed a serializer error when generating migrations for contr...Loic Bistuer2013-10-211-0/+14
* Removed some direct settings manipulations in tests; refs #21230.Bouke Haarsma2013-10-2116-223/+137
* Fixed E227 pep8 warningsTim Graham2013-10-212-25/+25
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-2138-451/+463
* Fixed an I18N test class tearDown method.Ramiro Morales2013-10-211-0/+1
* Added support for serializing class methods. - Refs #21290.Loic Bistuer2013-10-191-0/+2
* Fixed #21283 -- Added support for migrations if models is a package.Loic Bistuer2013-10-196-3/+27
* Removed unused local variables in tests.Tim Graham2013-10-1971-338/+308
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-1841-84/+84
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-1837-66/+1
* Fixed #21267 -- Fixed E502 pep8 warningsAlasdair Nicol2013-10-184-36/+36
* Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol2013-10-1711-88/+88
* Fixed #21284 -- Prevented KeyError swallowing in fetch_commandClaude Paroz2013-10-171-14/+18
* Fixed #21282 -- Made HttpResponse.serialize_headers accept latin-1Claude Paroz2013-10-171-0/+3
* Added test for a921f06 - refs #21280.Loic Bistuer2013-10-172-3/+45
* Fixed #18659 -- Deprecated request.REQUEST and MergeDictBouke Haarsma2013-10-174-11/+43
* Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol2013-10-174-5/+11
* Fixed #19657 -- Made sql commands honor allow_migrateClaude Paroz2013-10-161-1/+21
* Fixed #7551 -- Made GFK allow None init argument.Bouke Haarsma2013-10-162-1/+23
* Improve migration optimizer to be able to optimize through other opsAndrew Godwin2013-10-161-0/+62
* Merge pull request #1744 from unaizalakain/ticket_7261Alex Gaynor2013-10-152-2/+12
|\
| * Fixed #7261 -- support for __html__ for library interoperabilityUnai Zalakain2013-10-152-2/+12
* | Fixed DeprecationWarning caused by assertEquals.Loic Bistuer2013-10-161-2/+2
* | Fixed #16855 -- select_related() chains as expected.Marc Tamlyn2013-10-152-1/+19
* | Fixed #21263 -- Fixed issue with override_settings in inherited classesClaude Paroz2013-10-151-0/+10
* | Merge pull request #1382 from loic/ticket19617Marc Tamlyn2013-10-152-2/+38
|\ \
| * | Fixed #8620 -- Updated the Form metaclass to support excluding fields by shad...Loic Bistuer2013-10-141-0/+23
| * | Fixed #19617 -- Refactored Form metaclasses to support more inheritance scena...Loic Bistuer2013-10-142-2/+15