summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed #8936 -- Added a view permission and a read-only admin.olivierdalang2018-05-168-9/+296
* Added assertion for admin change form's "save and continue editing" message.Tim Graham2018-05-151-1/+10
* Fixed #16470 -- Allowed FileResponse to auto-set some Content headers.Claude Paroz2018-05-151-0/+73
* Fixed #29392 -- Disallowed use of abbreviated forms of --settings and --pytho...Ryan P Kilby2018-05-142-0/+20
* Increased the default PBKDF2 iterations for Django 2.1.Tim Graham2018-05-131-3/+3
* Fixed #17379 -- Removed management commands deactivation of the locale.Claude Paroz2018-05-134-26/+10
* Moved to_language() to django.utils.translation.Tim Graham2018-05-121-4/+4
* Consolidated duplicate to_locale() implementations.Tim Graham2018-05-121-1/+0
* Increased django.utils.translation.trans_null test coverage.Hasan Ramezani2018-05-121-0/+15
* Aliased trans_null.to_locale() to trans_real.to_locale().Hasan Ramezani2018-05-121-0/+1
* Fixed #27629 -- Added router.allow_relation() calls for assignments between u...Stefan R. Filipek2018-05-102-1/+29
* Replaced TOKEN_* constants by TokenType enums.Claude Paroz2018-05-101-2/+2
* Fixed #21408 — German Translation for “3 days ago”Maximilian Merz2018-05-101-0/+26
* Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().Morgan Aubert2018-05-0917-263/+155
* Added tests for trans_null.ngettext().Hasan Ramezani2018-05-091-0/+6
* Fixed #29389 -- Made Paginator reject non-integer page numbers of type float.Nicolas Noé2018-05-091-0/+2
* Refs #29389 -- Added Paginator test for float page number.Nicolas Noé2018-05-091-0/+6
* Fixed #29370 -- Added choices to LogEntry.action_flag field.Nicolas Noé2018-05-071-0/+7
* Captured logging in tests with self.assertLogs().Claude Paroz2018-05-073-84/+66
* Replaced django.test.utils.patch_logger() with assertLogs().Claude Paroz2018-05-0712-137/+97
* Fixed #28913 -- Fixed error handling when MIGRATIONS_MODULES specifies a none...Sanket Saurav2018-05-051-0/+10
* Fixed #26688 -- Fixed HTTP request logging inconsistencies.Samir Shah2018-05-043-15/+144
* Refs #29358 -- Corrected wording in primary key check message.Carlton Gibson2018-05-031-1/+1
* Fixed #29358 -- Added a system check to prohibit models with more than one pr...Hasan Ramezani2018-05-031-0/+13
* Used double quotation marks for csrf form element.CHI Cheng2018-05-031-1/+1
* Fixed #29375 -- Removed empty action attribute on HTML forms.CHI Cheng2018-05-025-23/+23
* Fixed #29350 -- Fix get_primary_key_column() method in sqlite3 backendZackary Troop2018-04-281-0/+27
* Fixed #29015 -- Added an exception if the PostgreSQL database name is too long.priyanshsaxena2018-04-271-0/+13
* Fixed #29367 -- Fixed model state on objects with a primary key created with ...Oscar Esgalha2018-04-271-0/+9
* Fixed #27480 -- Added cache.touch().Nicolas Noé2018-04-271-0/+30
* Removed urllib2 reference in file storage testsClaude Paroz2018-04-271-2/+3
* Fixed #29353 -- Made StaticFilesHandler return a 404 response when settings.D...Claude Paroz2018-04-251-1/+13
* Fixed "invalid escape sequence" warning in runtests.py.Tim Graham2018-04-241-1/+1
* Fixed #28973 -- Silenced copying/linking messages in collectstatic's default ...Claude Paroz2018-04-232-1/+29
* Refs #28312 -- Added an optimized __bool__() to ModelChoiceIterator.François Freitag2018-04-231-0/+11
* Fixed #28312 -- Made ModelChoiceIterator.__len__() more memory-efficient.François Freitag2018-04-232-12/+20
* Refs #29131 -- Made ArrayField error messages index from 1 instead of 0.Hasan Ramezani2018-04-221-16/+16
* Fixed #29295 -- Fixed management command crash when using subparsers.Hasan Ramezani2018-04-212-0/+22
* Fixed #29247 -- Allowed blank model field choice to be defined in nested choi...orlnub1232018-04-201-0/+13
* Moved tests for model Field.get_choices().Tim Graham2018-04-202-12/+14
* Fixed #28600 -- Added prefetch_related() support to RawQuerySet.Adnan Umer2018-04-191-1/+35
* Fixed #29337 -- Added __len__() & __bool__() to RawQuerySet.Adnan Umer2018-04-191-0/+8
* Fixed #29339 -- Added result caching to RawQuerySet.Adnan Umer2018-04-191-0/+12
* Fixed #28574 -- Added QuerySet.explain().Tom2018-04-193-0/+108
* Fixed #29212 -- Doc'd redirect loop if @permission_required used with redirec...Nick Pope2018-04-192-2/+50
* Refs #23890 -- Removed numpy deprecation warning silencing.Tim Graham2018-04-181-12/+0
* Fixed a test failure with the latest GeoIP2 database.Tim Graham2018-04-171-3/+3
* Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon2018-04-171-1/+1
* Fixed #29324 -- Made Settings raise ImproperlyConfigured if SECRET_KEY is acc...Jon Dufresne2018-04-172-3/+24
* Added a test for a settings error message.Tim Graham2018-04-171-1/+2