summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed #28549 -- Fixed QuerySet.defer() with super and subclass fields.Jeremy Kerr2017-08-311-0/+5
* Fixed #28543 -- Prevented ManyToManyField.value_from_object() from being lazy.Tim Graham2017-08-313-11/+35
* Fixed #28524 -- Fixed program name in management commands when using 'python ...Nick Pope2017-08-311-0/+4
* Fixed #28530 -- Prevented SelectDateWidget from localizing years in output.caleb logan2017-08-291-0/+61
* Added Media.__repr__().Collin Anderson2017-08-261-0/+5
* Complemented datetime picker selenium testClaude Paroz2017-08-261-3/+22
* Refs #27869 -- Omitted field kwargs from GinIndex.deconstruct() if they're None.Mads Jensen2017-08-261-0/+7
* Refs #25809 -- Omitted pages_per_range from BrinIndex.deconstruct() if it's N...Mads Jensen2017-08-261-1/+1
* Fixed #28518 -- Improved performance of loading geometries from DB.Sergey Fedoseev2017-08-241-1/+1
* Fixed #28513 -- Added POST request support to LogoutView.hui shang2017-08-241-0/+6
* Fixed #28380 -- Excluded null geometries in SpatiaLite geometry lookups.Fabian Schindler2017-08-241-0/+21
* Fixed #27796 -- Prevented middleware being loaded twice with runserverClaude Paroz2017-08-231-1/+12
* Fixed #28451 -- Restored pre-Django 1.11 Oracle sequence/trigger naming.Kevin Grinberg2017-08-221-0/+11
* Refs #28502 -- Complemented stringformat tuple handling/test.Claude Paroz2017-08-221-0/+1
* Fixed #28496 -- Added ModelAdmin.get_changelist_instance().Simon Meers2017-08-222-133/+97
* Fixed #28375 -- Fixed KeyError crash on reverse prefetch of a model with OneT...Paulo2017-08-212-1/+23
* Fixed #28502 -- Made stringformat template filter accept tuplesSrinivas Reddy Thatiparthy2017-08-211-0/+2
* Refs #28502 -- Completed stringformat filter testsSrinivas Reddy Thatiparthy2017-08-191-0/+5
* Fixed #28498 -- Fixed test database creation with cx_Oracle 6.Mariusz Felisiak2017-08-161-1/+5
* Fixed #28495 -- Converted GDAL Feature.fields to stringsClaude Paroz2017-08-151-0/+1
* Fixed #28485 -- Made ExceptionReporter.get_traceback_frames() include frames ...Martin von Gagern2017-08-121-0/+21
* Fixed #28201 -- Added ProhibitNullCharactersValidator and used it on CharFiel...Alejandro Zamora2017-08-122-5/+33
* Fixed #27849 -- Added filtering support to aggregates.Tom2017-08-123-1/+104
* Fixed #23546 -- Added kwargs support for CursorWrapper.callproc() on Oracle.Mariusz Felisiak2017-08-121-3/+15
* Fixed #28421 -- Split some long FormSet tests and made other cosmetic cleanups.Tim Graham2017-08-111-264/+165
* Refs #28459 -- Optimized ModelState instantiation.Sergey Fedoseev2017-08-111-0/+8
* Fixed #28456 -- Allowed customizing Model pickling by overriding __getstate__().Nerl~2017-08-111-0/+17
* Fixed #28386 -- Made operations within non-atomic migrations honor the operat...Evan Grim2017-08-103-1/+11
* Added missing test for RunPython behavior when unapplying.Evan Grim2017-08-101-4/+27
* Refs #18247 -- Fixed filtering on CombinedExpression(output_field=DecimalFiel...Sergey Fedoseev2017-08-101-0/+4
* Refs #16043 -- Refactored internal fields value cache.Paulo2017-08-103-4/+4
* Refs #23766 -- Added tests for CursorWrapper.callproc().Mariusz Felisiak2017-08-081-1/+26
* Refs #7070 -- Improved test for extra(), values(), distinct() and ordering() ...Sergey Fedoseev2017-08-081-1/+2
* Fixed #28465 -- Unified index SQL creation in DatabaseSchemaEditorClaude Paroz2017-08-081-4/+4
* Fixed #28457 -- Updated the design of the 'Congrats' page for new Django proj...Timothy Allen2017-08-071-1/+1
* Refs #7697 -- Tested escaping of safe strings in the technical 500 debug view.Tim Graham2017-08-021-1/+13
* Refs #7697 -- Removed unnecessary force_escape of technical 500 debug view "u...Tim Graham2017-08-021-3/+7
* Refs #5046 -- Tested the 'unicode hint' in the technical 500 debug view.Tim Graham2017-08-021-0/+12
* Fixed #28441 -- Fixed GEOS version parsing with a commit hash at the end.Tim Graham2017-08-021-16/+12
* Fixed #27985 -- Fixed query for __exact=value when get_prep_value() converts ...Sergey Fedoseev2017-07-312-1/+12
* Fixed #28453 -- Made __exact=None lookup use transforms.Sergey Fedoseev2017-07-312-0/+18
* Removed a primary key value dependency in a multiple_database test.Tim Graham2017-07-311-2/+2
* Avoided creating temporary lists for obtaining the first item.Sergey Fedoseev2017-07-311-1/+1
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-2969-173/+448
* Fixed #28264 -- Made FilePathField sort files and directories when recursive=...Srinivas Reddy Thatiparthy2017-07-293-3/+11
* Fixed #28371 -- Fixed Cast() with CharField if the max_length argument isn't ...Mariusz Felisiak2017-07-271-0/+4
* Fixed #28437 -- Added support for complex geometry expressions in GIS lookups.Sergey Fedoseev2017-07-272-0/+15
* Improved test coverage for django.conf.Anton Samarchyan2017-07-261-0/+38
* Improved test coverage for django.contrib.sitemaps.Anton Samarchyan2017-07-264-3/+72
* Fixed #28363 -- Allowed naming the migration generated by squashmigrations.Melvyn Sopacua2017-07-261-0/+22