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
Age
Commit message (
Expand
)
Author
2015-09-11
Fixed #25351 -- Added example for database test settings to docs.
Jose Carlos Menezes
2015-09-11
Fixed #25380 -- Added Postgres.app to the PostGIS options on OS X.
Flavio Curella
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
Fixed #25379 -- Removed obsolete information from GeoDjango tutorial.
Flavio Curella
2015-09-10
And fixed merge accident :-(
Aymeric Augustin
2015-09-10
Adjusted previous commit.
Aymeric Augustin
2015-09-10
Refs #20461 -- Made tblib optional for a passing test run.
Aymeric Augustin
2015-09-10
Refs #20461 -- Fixed parallel test runner on Python 2.7.
Collin Anderson
2015-09-10
Merge pull request #4761 from aaugustin/parallelize-tests-attempt-1
Aymeric Augustin
2015-09-10
Documented that the parallel test runner doesn't work on Windows.
Aymeric Augustin
2015-09-10
Avoided running more test processes than necessary.
Aymeric Augustin
2015-09-10
Enabled parallel testing by default in runtests.py.
Aymeric Augustin
2015-09-09
Made it easier to customize the parallel test runner.
Aymeric Augustin
2015-09-09
Changed database connection duplication technique.
Aymeric Augustin
2015-09-09
Propagated database clone settings to new connections.
Aymeric Augustin
2015-09-09
Test parallelization isn't implemented on Oracle.
Aymeric Augustin
2015-09-09
Acknoweldeged a limitation of the parallel test runner.
Aymeric Augustin
2015-09-09
Serialized some tests that interact with the filesystem.
Aymeric Augustin
2015-09-09
Introduced a mixin for serializing tests.
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
Fixed #25372 -- Fixed autocompletion for options of non-argparse commands.
Daniel Hahler
2015-09-09
Refs #22258 -- Fixed an unclosed temporary file in fixtures test.
Tim Graham
2015-09-09
Fixed #25371 -- Added reverse_sql and reverse_code examples to docs.
Bibhas
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-08
Fixed #25350 -- Added alias --no-input for --noinput to management commands.
Raphael Michel
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 typos in django/db/models/query.py docstrings.
Nick Pope
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-07
Fixed #25365 -- Fixed visual issues in filter_vertical widget introduced by S...
elky
2015-09-07
Refs #25328 -- Refactored LiveServerTestCase to make it extensible.
Jakub Gocławski
2015-09-07
Fixed #25200 -- Updated tutorial screenshots for new admin theme.
elky
2015-09-07
Fixed #11544 -- Removed !important rules in contrib.admin styles.
elky
2015-09-07
Fixed #25358 -- Improved variable name for question in tutorial.
Alasdair Nicol
2015-09-06
Simplified deduplication of test databases.
Aymeric Augustin
2015-09-06
Stopped returning mirrors from setup_databases.
Aymeric Augustin
2015-09-06
Fixed #25357 -- Database deduplication on Oracle.
Aymeric Augustin
2015-09-06
Split setup_databases.
Aymeric Augustin
2015-09-05
Moved an import to the toplevel.
Aymeric Augustin
[next]