Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django
Commit message (Expand)AuthorAgeFilesLines
...
* Added upgrade tip in BaseCommand.option_list deprecation ...Daniel Hahler2015-09-151-0/+1
* Prevented --parallel from crashing on Windows.Aymeric Augustin2015-09-141-0/+5
* Fixed #25377 -- Changed Count queries to execute COUNT(*)...Adam Chainz2015-09-142-2/+10
* Fixed #25393 -- Fixed MySQL crash when adding text/blob f...Ville Skyttä2015-09-141-1/+2
* Fixed typo in django/forms/utils.py docstring.Kholid Fuadi2015-09-141-1/+1
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-1217-50/+149
* Refs #24919 -- Raised more helpful error message for disa...Markus Holtermann2015-09-121-0/+7
* Fixed #24919 -- Allowed disabling of migrations on a per ...Markus Holtermann2015-09-121-0/+3
* Fixed #24765 -- Allowed template context updates to flatt...Buddy Lindsey, Jr2015-09-111-1/+9
* Fixed #25374 -- Made ModelAdmin checks work on instances ...Malcolm Box2015-09-114-276/+277
* Fixed #25329 -- Prevented _nodb_connection from being lef...Adam Chainz2015-09-112-3/+3
* And fixed merge accident :-(Aymeric Augustin2015-09-101-4/+2
* Adjusted previous commit.Aymeric Augustin2015-09-101-4/+5
* Refs #20461 -- Made tblib optional for a passing test run.Aymeric Augustin2015-09-101-1/+8
* Refs #20461 -- Fixed parallel test runner on Python 2.7.Collin Anderson2015-09-101-4/+2
* Avoided running more test processes than necessary.Aymeric Augustin2015-09-101-1/+11
* Enabled parallel testing by default in runtests.py.Aymeric Augustin2015-09-104-0/+7
* Made it easier to customize the parallel test runner.Aymeric Augustin2015-09-091-3/+8
* Changed database connection duplication technique.Aymeric Augustin2015-09-091-0/+14
* Propagated database clone settings to new connections.Aymeric Augustin2015-09-091-1/+5
* Acknoweldeged a limitation of the parallel test runner.Aymeric Augustin2015-09-091-0/+54
* Introduced a mixin for serializing tests.Aymeric Augustin2015-09-091-0/+29
* Allowed a port range for the liveserver by default.Aymeric Augustin2015-09-092-2/+2
* Cloned databases for running tests in parallel.Aymeric Augustin2015-09-095-9/+194
* Implemented a parallel test runner.Aymeric Augustin2015-09-091-8/+226
* Fixed #25372 -- Fixed autocompletion for options of non-a...Daniel Hahler2015-09-091-1/+1
* Fixed #25135 -- Deprecated the contrib.admin allow_tags a...Ola Sitarska2015-09-093-10/+24
* Fixed #25350 -- Added alias --no-input for --noinput to m...Raphael Michel2015-09-088-8/+14
* Refs #24215 -- Improved error message for unhandled lazy ...Alex Hill2015-09-081-3/+36
* Fixed #24857 -- Added "python -m django" entry point.Ryan Hiebert2015-09-081-0/+9
* Fixed typos in django/db/models/query.py docstrings.Nick Pope2015-09-071-2/+2
* Fixed #25356 -- Removed default_app_config from startapp ...Tim Graham2015-09-071-1/+0
* Fixed #24917 -- Made admindocs display model methods that...Zan Anderle2015-09-073-9/+108
* Fixed #24706 -- Made ModelForm._post_clean() handle a Val...Keryn Knight2015-09-071-3/+13
* Fixed #25365 -- Fixed visual issues in filter_vertical wi...elky2015-09-071-7/+7
* Refs #25328 -- Refactored LiveServerTestCase to make it e...Jakub Gocławski2015-09-071-5/+14
* Fixed #11544 -- Removed !important rules in contrib.admin...elky2015-09-075-109/+57
* Simplified deduplication of test databases.Aymeric Augustin2015-09-061-28/+22
* Stopped returning mirrors from setup_databases.Aymeric Augustin2015-09-061-5/+2
* Fixed #25357 -- Database deduplication on Oracle.Aymeric Augustin2015-09-061-7/+8
* Split setup_databases.Aymeric Augustin2015-09-061-6/+27
* Moved an import to the toplevel.Aymeric Augustin2015-09-051-2/+1
* Updated references to the TEST_* database settings.Aymeric Augustin2015-09-051-1/+1
* Refs #24235 -- Removed unused is_usable attribute from ba...Tim Graham2015-09-051-1/+0
* Fixed #25334 -- Provided a way to allow cross-origin unsa...Joshua Kehn2015-09-052-4/+10
* Fixed #24525 -- Fixed AssertionError in some complex quer...Tim Graham2015-09-051-1/+2
* Fixed #25297 -- Allowed makemessages to work with {% tran...Alexandre Pocquet2015-09-041-1/+8
* Fixed #25353 -- Changed LogEntry.action_time to a "date c...Tim Graham2015-09-042-5/+38
* Fixed #25144 -- Allowed migrate to create tables for apps...Tim Graham2015-09-041-0/+2
* Fixed #25099 -- Fixed crash in AdminEmailHandler on Disal...Vlastimil Zíma2015-09-042-5/+24