index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2015-09-11
Fixed #25329 -- Prevented _nodb_connection from being left open
Adam Chainz
2015-09-10
Fixed a GeoIP2 test failure with the latest GeoIP2 database.
Tim Graham
2015-09-10
Documented that the parallel test runner doesn't work on Windows.
Aymeric Augustin
2015-09-10
Enabled parallel testing by default in runtests.py.
Aymeric Augustin
2015-09-09
Changed database connection duplication technique.
Aymeric Augustin
2015-09-09
Serialized some tests that interact with the filesystem.
Aymeric Augustin
2015-09-09
Prevented staticfiles test from colliding when run in parallel.
Aymeric Augustin
2015-09-09
Allowed a port range for the liveserver by default.
Aymeric Augustin
2015-09-09
Adjusted tests that were messing with database connections too heavily.
Aymeric Augustin
2015-09-09
Supported running admin_script testcases concurrently.
Aymeric Augustin
2015-09-09
Changed strategy for removing TMPDIR in runtests.py.
Aymeric Augustin
2015-09-09
Cloned databases for running tests in parallel.
Aymeric Augustin
2015-09-09
Implemented a parallel test runner.
Aymeric Augustin
2015-09-09
Refs #22258 -- Fixed an unclosed temporary file in fixtures test.
Tim Graham
2015-09-09
Refs #25300 -- Fixed reference to TextInput in a test.
Moritz Sichert
2015-09-08
Fixed #25135 -- Deprecated the contrib.admin allow_tags attribute.
Ola Sitarska
2015-09-07
Refs #24215 -- Improved error message for unhandled lazy model operations.
Alex Hill
2015-09-07
Fixed #24857 -- Added "python -m django" entry point.
Ryan Hiebert
2015-09-07
Fixed #25356 -- Removed default_app_config from startapp template.
Tim Graham
2015-09-07
Removed 'Test that' prefix from admindocs tests.
Zan Anderle
2015-09-07
Fixed #24917 -- Made admindocs display model methods that take arguments.
Zan Anderle
2015-09-07
Fixed #24706 -- Made ModelForm._post_clean() handle a ValidationError raised ...
Keryn Knight
2015-09-05
Moved an import to the toplevel.
Aymeric Augustin
2015-09-05
Cleaned up docstrings in csrf_tests/tests.py.
Joshua Kehn
2015-09-05
Fixed #25334 -- Provided a way to allow cross-origin unsafe requests over HTTPS.
Joshua Kehn
2015-09-05
Fixed #24525 -- Fixed AssertionError in some complex queries.
Tim Graham
2015-09-04
Fixed #25297 -- Allowed makemessages to work with {% trans %} tags that use t...
Alexandre Pocquet
2015-09-04
Fixed #25353 -- Changed LogEntry.action_time to a "date created".
Tim Graham
2015-09-04
Fixed #25099 -- Fixed crash in AdminEmailHandler on DisallowedHost.
Vlastimil Zíma
2015-09-04
Fixed #25348 -- Removed unused gif/png images from contrib.admin.
elky
2015-09-04
Fixed GeoIP test crash when dependencies not installed.
Tim Graham
2015-09-04
Refs #25345 -- Updated links to code.google.com.
Maxime Lorant
2015-09-04
Fixed #19263 -- Fixed crash when filtering using __in and an empty QuerySet.
Tim Graham
2015-09-03
Fixed #25058 -- Added GenericRelations with related_query_name to the admin's...
sarthakmeh
2015-09-03
Removed some test settings following removal of compatibility checks.
Tim Graham
2015-09-03
Fixed #25335 -- Fixed regression where QuerySet.iterator() didn't return an i...
Gavin Wahl
2015-09-02
Fixed #25246 -- Guarded against duplicate paths in AppConfig.
Caio Ariede
2015-09-01
Fixed #25320 -- Reverted ManyToManyField.null to False for backwards compatib...
Tim Graham
2015-08-31
Rewrote form widget tests as proper unittests.
Preston Timmons
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-08-31
Refs #24121 -- Added a repr() to gis.GeoIP and gis.GeoIP2.
Keryn Knight
2015-08-31
Refs #24121 -- Added repr() to LazySettings, Settings, and UserSettingsHolder.
Keryn Knight
2015-08-31
Removed unnecessary DBCacheTests.test_clear_commits_transaction test.
Adam Chainz
2015-08-31
Fixed #25259 -- Added comments to header of generated migration files
Tyson Clugg
2015-08-31
Fixed #25252 -- Added friendly error message on incorrect .select_related() use
Y3K
2015-08-29
Made the autoreloader survive all exceptions.
Aymeric Augustin
2015-08-29
Ensured gen_filenames() yields native strings.
Aymeric Augustin
2015-08-29
Refactored autoreload tests.
Aymeric Augustin
2015-08-29
Accounted for error files in the autoreloader.
Aymeric Augustin
2015-08-28
Fixed #17375 -- Changed makemessages to use xgettext with --files-from
Sergey Kolosov
[next]