Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Used more specific assertion in check_framework tests.Alasdair Nicol2015-09-201-2/+2
* Fixed #25160 (again) -- Moved data loss check on reverse ...Aymeric Augustin2015-09-191-5/+7
* Refs #13110 -- Fixed mistakes in the new multiple enclosu...Unai Zalakain2015-09-192-4/+4
* Fixed #25424 -- Use force_str for test client URLs.Travis Jensen2015-09-191-0/+9
* Fixed #25390 -- Allowed specifying a start migration in s...Markus Holtermann2015-09-191-0/+31
* Fixed #24743, #24745 -- Optimized migration plan handlingMarkus Holtermann2015-09-193-0/+83
* Fixed #25269 -- Allowed method_decorator() to accept a li...fabrizio ettore messina2015-09-191-8/+73
* Fixed #24944 -- Added extra_email_context parameter to pa...sujayskumar2015-09-193-0/+15
* Fixed #13110 -- Added support for multiple enclosures in ...Unai Zalakain2015-09-193-7/+104
* Fixed #25417 -- Added a field check for invalid default v...Simon Charette2015-09-181-0/+68
* Fixed #24636 -- Added model field validation for decimal ...Iulia Chiriac2015-09-182-5/+42
* Refs #25422 -- Added a test for a template tag with type ...Thomas Orozco2015-09-182-0/+15
* Fixed #25034 -- Converted caches ImproperlyConfigured err...Tom Christie2015-09-181-0/+35
* Refs #20625 -- Forwardported tests and release notes for ...Aric Coady2015-09-181-0/+4
* Refs #14091 -- Fixed connection.queries on SQLite.Aymeric Augustin2015-09-172-39/+25
* Added a version requirement to mysqlclient in test requir...Tim Graham2015-09-171-1/+2
* Added a version requirement to python-memcached in test r...Tim Graham2015-09-171-1/+2
* Fixed #25400 -- Fixed regression in nonexistent features ...Daniel Hahler2015-09-171-0/+8
* Refs #25294 -- Moved BoundField to django.forms.boundfield.Moritz Sichert2015-09-161-0/+3
* Refs #25149 -- Fixed regression in admin datetime widget ...Gavin Wahl2015-09-161-0/+15
* Fixed #24496 -- Added CSRF Referer checking against CSRF_...Matt Robenolt2015-09-162-38/+111
* Fixed #25294 -- Allowed custom BoundFields on forms.Moritz Sichert2015-09-161-0/+11
* Fixed #25404 -- Added line numbers to TemplateSyntaxError...Dave Smith2015-09-153-6/+15
* Fixed runtests.py message about parallel processes.Aymeric Augustin2015-09-141-2/+3
* Prevented --parallel from crashing on Windows.Aymeric Augustin2015-09-141-4/+1
* Fixed #25377 -- Changed Count queries to execute COUNT(*)...Adam Chainz2015-09-143-12/+19
* Fixed #25393 -- Fixed MySQL crash when adding text/blob f...Ville Skyttä2015-09-141-0/+12
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-12111-1449/+5104
* Refs #24919 -- Raised more helpful error message for disa...Markus Holtermann2015-09-121-0/+13
* Fixed #24919 -- Allowed disabling of migrations on a per ...Markus Holtermann2015-09-121-0/+23
* Fixed #24765 -- Allowed template context updates to flatt...Buddy Lindsey, Jr2015-09-111-0/+54
* Fixed #25382 -- Removed obsolete references to DateQuerySet.Renato Oliveira2015-09-112-4/+4
* Fixed #25374 -- Made ModelAdmin checks work on instances ...Malcolm Box2015-09-113-66/+67
* Fixed #25329 -- Prevented _nodb_connection from being lef...Adam Chainz2015-09-111-2/+0
* Fixed a GeoIP2 test failure with the latest GeoIP2 database.Tim Graham2015-09-111-2/+2
* Documented that the parallel test runner doesn't work on ...Aymeric Augustin2015-09-101-1/+4
* Enabled parallel testing by default in runtests.py.Aymeric Augustin2015-09-102-5/+19
* Changed database connection duplication technique.Aymeric Augustin2015-09-093-27/+13
* Serialized some tests that interact with the filesystem.Aymeric Augustin2015-09-092-7/+14
* Prevented staticfiles test from colliding when run in par...Aymeric Augustin2015-09-093-45/+56
* Allowed a port range for the liveserver by default.Aymeric Augustin2015-09-091-1/+1
* Adjusted tests that were messing with database connection...Aymeric Augustin2015-09-091-11/+26
* Supported running admin_script testcases concurrently.Aymeric Augustin2015-09-091-29/+44
* Changed strategy for removing TMPDIR in runtests.py.Aymeric Augustin2015-09-091-9/+7
* Cloned databases for running tests in parallel.Aymeric Augustin2015-09-091-2/+2
* Implemented a parallel test runner.Aymeric Augustin2015-09-091-7/+16
* Refs #22258 -- Fixed an unclosed temporary file in fixtur...Tim Graham2015-09-091-16/+17
* Refs #25300 -- Fixed reference to TextInput in a test.Moritz Sichert2015-09-091-2/+2
* Fixed #25135 -- Deprecated the contrib.admin allow_tags a...Ola Sitarska2015-09-093-9/+51
* Refs #24215 -- Improved error message for unhandled lazy ...Alex Hill2015-09-081-4/+34