summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed #16617 -- Added 'value' to BaseValidator params.Anubhav Joshi2014-07-262-2/+10
* Fixed code to solve #23070 problemHiroki KIYOHARA2014-07-261-1/+16
* Added test for the #23070 problemHiroki KIYOHARA2014-07-261-0/+15
* Fixed bad usage of rstrip() that caused test failure.Tim Graham2014-07-251-1/+1
* Fixed #23083 -- Fixed runserver reloading when deleting a file.Tim Graham2014-07-251-0/+13
* Fixed #23093: soft application detection for swapped modelsAndrew Godwin2014-07-251-2/+20
* Merge pull request #2938 from dekkers/ticket_23071Andrew Godwin2014-07-257-59/+3
|\
| * Fixed #23071 -- Use last migration's name in dependency to other appJeroen Dekkers2014-07-227-59/+3
* | Fixed #23088 -- Used `six` `range` type in `Paginator.page_range`.Moayad Mardini2014-07-251-0/+7
* | Fixed #23014 -- Infinite migration regression with unique/index_together.Tim Graham2014-07-241-6/+16
* | Fixed #21707 -- Added helpful error message when using {{ block.super }} in b...Anubhav Joshi2014-07-241-0/+3
* | Silenced test warning for deprecated IPAddressField.Tim Graham2014-07-241-0/+5
* | Silenced a Python 2 ImportWarning in a migrations test.Tim Graham2014-07-241-1/+7
* | Silenced OptionParser deprecation warning in a test.Tim Graham2014-07-241-1/+5
* | Improved patching of sys.stdout in refs #23078.Tim Graham2014-07-241-10/+7
* | Removed usage of deprecated switch_to_*() selenium methods.Tim Graham2014-07-242-12/+12
* | Fixed #23078 -- Regression in update_contenttypes() interactivity.Nick Sandford2014-07-231-0/+38
|/
* Fixed #23014: Renaming not atomic with unique togetherAndrew Godwin2014-07-211-2/+13
* Fixed #23009: Shorten FK identifiers in add_field and make consistentAndrew Godwin2014-07-212-6/+35
* Fixed #22975: Don't call rename SQL if not neededAndrew Godwin2014-07-211-0/+20
* Fixed #23039: Don't try to serialize unmanaged models in testsAndrew Godwin2014-07-211-0/+7
* Fixed #23028: Added unique_togther support to inspectdb.Damien Nozay2014-07-182-0/+16
* Fixed #23041: Bad base dependencies for proxy modelsAndrew Godwin2014-07-161-1/+18
* Added Chrome/IE support for a selenium test.Tim Graham2014-07-161-0/+8
* Added forgotten files from commit 28efafa24c83Claude Paroz2014-07-162-0/+0
* PEP8 cleanupAnssi Kääriäinen2014-07-161-1/+1
* Fixed #22998 -- Updated the fast_delete logic for GFKsGavin Wahl2014-07-162-1/+38
* Ignored STATIC_ROOT and MEDIA_ROOT in makemessagesClaude Paroz2014-07-161-4/+16
* Fixed #23013 -- Fixed removing unique_together/index_together constraints in ...Tim Graham2014-07-151-0/+8
* Fixed #22907 -- Array contains must have same type.Marc Tamlyn2014-07-151-0/+7
* Fixed #23008 -- Fixed typo causing bad migration dependencies.Tim Graham2014-07-151-1/+1
* Fixed #22991 -- Prevented *.pyc files in autoreload monitoringClaude Paroz2014-07-151-0/+1
* Fixed #23005 -- Allowed specifying special fallback languagesClaude Paroz2014-07-141-0/+20
* Fixed name of database connection featureShai Berger2014-07-141-1/+1
* Fixed #22791 -- Invoke interactive questioner only for conflicts in specified...Huu Nguyen2014-07-147-0/+122
* Fixed #22992 -- regression in .filter(generic_fk=...) error messageAnssi Kääriäinen2014-07-141-0/+4
* Fixed #22994 -- regression with generic FK + admin list_viewAnssi Kääriäinen2014-07-143-7/+32
* Fixed #22789 -- Deprecated django.contrib.webdesign.Tim Graham2014-07-143-0/+24
* Fixed #22939 -- Delayed admin_static backend detectionClaude Paroz2014-07-121-0/+14
* Fix commentAndrew Godwin2014-07-101-1/+1
* Fixed #22970: Incorrect dependencies for existing migrated appsAndrew Godwin2014-07-093-3/+59
* Fixed #22988 -- Adjusted an introspection test assertion.Josh Smeaton2014-07-101-2/+2
* Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...Anubhav Joshi2014-07-0910-14/+41
* Fixed #13794 -- Fixed to_field usage in BaseInlineFormSet.Tim Graham2014-07-092-1/+46
* Fixed #22223 -- Prevented over-escaping URLs in reverse()Claude Paroz2014-07-093-10/+10
* Added a unit test to ensure models cannot be ordered by a M2M field.Daniel Pyrathon2014-07-081-0/+21
* Removed unnecessary directory in dispatch tests.Tim Graham2014-07-072-0/+0
* Fixed flake8 errors.Tim Graham2014-07-071-2/+2
* Fixed #22909 -- Removed camelCasing in some tests.Tim Graham2014-07-0711-169/+169
* Fixed pyinotify performance regression in 15f82c7011Claude Paroz2014-07-061-0/+17