summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-09Changed strategy for removing TMPDIR in runtests.py.Aymeric Augustin
2015-09-09Cloned databases for running tests in parallel.Aymeric Augustin
2015-09-09Implemented a parallel test runner.Aymeric Augustin
2015-09-09Fixed #25372 -- Fixed autocompletion for options of non-argparse commands.Daniel Hahler
2015-09-09Refs #22258 -- Fixed an unclosed temporary file in fixtures test.Tim Graham
2015-09-09Fixed #25371 -- Added reverse_sql and reverse_code examples to docs.Bibhas
2015-09-09Refs #25300 -- Fixed reference to TextInput in a test.Moritz Sichert
2015-09-08Fixed #25135 -- Deprecated the contrib.admin allow_tags attribute.Ola Sitarska
2015-09-08Fixed #25350 -- Added alias --no-input for --noinput to management commands.Raphael Michel
2015-09-07Refs #24215 -- Improved error message for unhandled lazy model operations.Alex Hill
2015-09-07Fixed #24857 -- Added "python -m django" entry point.Ryan Hiebert
2015-09-07Fixed typos in django/db/models/query.py docstrings.Nick Pope
2015-09-07Fixed #25356 -- Removed default_app_config from startapp template.Tim Graham
2015-09-07Removed 'Test that' prefix from admindocs tests.Zan Anderle
2015-09-07Fixed #24917 -- Made admindocs display model methods that take arguments.Zan Anderle
2015-09-07Fixed #24706 -- Made ModelForm._post_clean() handle a ValidationError raised ...Keryn Knight
2015-09-07Fixed #25365 -- Fixed visual issues in filter_vertical widget introduced by S...elky
2015-09-07Refs #25328 -- Refactored LiveServerTestCase to make it extensible.Jakub Gocławski
2015-09-07Fixed #25200 -- Updated tutorial screenshots for new admin theme.elky
2015-09-07Fixed #11544 -- Removed !important rules in contrib.admin styles.elky
2015-09-07Fixed #25358 -- Improved variable name for question in tutorial.Alasdair Nicol
2015-09-06Simplified deduplication of test databases.Aymeric Augustin
2015-09-06Stopped returning mirrors from setup_databases.Aymeric Augustin
2015-09-06Fixed #25357 -- Database deduplication on Oracle.Aymeric Augustin
2015-09-06Split setup_databases.Aymeric Augustin
2015-09-05Moved an import to the toplevel.Aymeric Augustin
2015-09-05Updated references to the TEST_* database settings.Aymeric Augustin
2015-09-05Removed some discussion of deprecated {% url %} behavior.Tim Graham
2015-09-05Refs #24235 -- Removed unused is_usable attribute from base template Loader.Tim Graham
2015-09-05Fixed #25355 -- Made two tweaks to docs/topics/db/aggregation.txt.Maarten
2015-09-05Cleaned up docstrings in csrf_tests/tests.py.Joshua Kehn
2015-09-05Fixed #25334 -- Provided a way to allow cross-origin unsafe requests over HTTPS.Joshua Kehn
2015-09-05Added default value for default kwargs for QueryDict.David Sanders
2015-09-05Fixed #24525 -- Fixed AssertionError in some complex queries.Tim Graham
2015-09-04Fixed #25297 -- Allowed makemessages to work with {% trans %} tags that use t...Alexandre Pocquet
2015-09-04Added links to new security settings introduced in 1.8.David Sanders
2015-09-04Fixed #25353 -- Changed LogEntry.action_time to a "date created".Tim Graham
2015-09-04Refs #25144 -- Revised deprecation timeline: migrations won't become compulsory.Tim Graham
2015-09-04Fixed #25144 -- Allowed migrate to create tables for apps without migrations.Tim Graham
2015-09-04Fixed #25099 -- Fixed crash in AdminEmailHandler on DisallowedHost.Vlastimil Zíma
2015-09-04Removed unused CSS in contrib.admin.elky
2015-09-04Fixed #25348 -- Removed unused gif/png images from contrib.admin.elky
2015-09-04Fixed GeoIP test crash when dependencies not installed.Tim Graham
2015-09-04Refs #25345 -- Updated links to code.google.com.Maxime Lorant
2015-09-04Updated static files howto title to include JavaScript.David Gibbons
2015-09-04Fixed #19263 -- Fixed crash when filtering using __in and an empty QuerySet.Tim Graham
2015-09-03Documented a limitation of Options.required_db_features.Tim Graham
2015-09-03Fixed #25326 -- Added namedtuple example for executing custom SQL.Dražen Odobašić
2015-09-03Fixed #25058 -- Added GenericRelations with related_query_name to the admin's...sarthakmeh
2015-09-03Moved misplaced versionadded annotation.Tim Graham