summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed #28941 -- Fixed crash in testserver command startup.Tim Graham2017-12-201-1/+28
* Fixed #28934 -- Prevented Cast from truncating microseconds on Oracle.Mariusz Felisiak2017-12-201-4/+1
* Fixed #28727 -- Fixed Cast crash on SQLite when casting a Python date/datetim...Mariusz Felisiak2017-12-191-1/+16
* Fixed #25277 -- Restored test dependency to the original python-memcached.Tim Graham2017-12-181-1/+1
* Fixed #28915 -- Prevented SQLite from truncating trailing zeros in the fracti...Sergey Fedoseev2017-12-121-0/+6
* Fixed #28898 -- Corrected admin check to allow a OneToOneField in ModelAdmin....Rodrigo Pinheiro Marques de Araújo2017-12-131-1/+14
* Fixed #28896 -- Reallowed filtering a queryset with GeometryField=None.Sergey Fedoseev2017-12-121-0/+3
* Refs #27985 -- Reallowed using __exact=None as an alias for __isnull=True if ...Sergey Fedoseev2017-12-121-0/+17
* Fixed #28874 -- Prevented double escaping of errors on hidden form fields.Daniil2017-12-111-0/+21
* Refs #28856 -- Added test for caching of a GenericForeignKey pointing to a mo...Morgan Wahl2017-12-082-3/+14
* Corrected type of MESSAGE_TAGS setting override in tests.Nick Pope2017-12-081-1/+1
* Fixed #28791 -- Allowed commands that don't require settings to work if the D...geekodour2017-12-071-0/+10
* Fixed #28893 -- Removed unnecessary dict.items() calls.Tim Graham2017-12-067-13/+13
* Fixed #28870 -- Added support for functools.partialmethod serialization in mi...Sergey Fedoseev2017-12-061-0/+8
* Refs #28876 -- Fixed incorrect foreign key constraint name for models with qu...Mariusz Felisiak2017-12-051-0/+22
* Refs #28876 -- Fixed incorrect class-based model index name generation for mo...Mariusz Felisiak2017-12-051-0/+13
* Fixed #28890 -- Removed newlines between MultiWidget's subwidgets.Nick Pope2017-12-051-0/+7
* Fixed #28860 -- Removed unnecessary len() calls.Дилян Палаузов2017-12-041-1/+1
* Refs #28871 -- Fixed admin_views selenium test failure.Tim Graham2017-12-021-2/+2
* Fixed #28871 -- Fixed initialization of autocomplete widgets in "Add another"...Tim Graham2017-12-012-4/+28
* Fixed #28849 -- Fixed referenced table and column rename on SQLite.Simon Charette2017-12-014-18/+108
* Used a separate admin site for autocomplete tests.Tim Graham2017-12-012-5/+7
* Fixed #28863 -- Fixed filter on annotation that contains Q.Sergey Fedoseev2017-12-011-0/+9
* Fixed #28305 -- Fixed "Cannot change column 'x': used in a foreign key constr...Tim Graham2017-12-011-0/+77
* Fixed #28866 -- Made InlineAdminFormSet include InlineModelAdmin's Media befo...Vasiliy Bolshakov2017-11-302-0/+19
* Fixed #28856 -- Fixed a regression in caching of a GenericForeignKey pointing...Simon Charette2017-11-304-11/+17
* Fixed #28702 -- Made query lookups for CIText fields use citext.Mads Jensen2017-11-292-0/+23
* Fixed #28834 -- Followed ancestor links on field cache lookup failure.Simon Charette2017-11-293-1/+18
* Fixed #28837 -- Fixed test client crash if an exception with more than one ar...Nicolas Delaby2017-11-283-1/+16
* Fixed #28853 -- Updated connection.cursor() uses to use a context manager.Jon Dufresne2017-11-285-74/+75
* Fixed #28848 -- Fixed SQLite/MySQL crash when ordering by a filtered subquery...Raphael Michel2017-11-271-1/+22
* Used bytes.hex() and bytes.fromhex() to simplify.Sergey Fedoseev2017-11-233-10/+6
* Fixed #28820 -- Eliminated an extra query with QuerySet.update() on proxy mod...Yan Mitrofanov2017-11-211-0/+7
* Fixed #28817 -- Made QuerySet.iterator() use server-side cursors after values...Dražen Odobašić2017-11-211-1/+14
* Added assertion helpers for PostgreSQL's server-side cursor tests.Tim Graham2017-11-211-23/+17
* Fixed #28804 -- Fixed "Unknown system variable 'transaction_isolation'" on Ma...Tim Graham2017-11-201-3/+3
* Fixed #26184 -- Allowed using any lookups in ModelAdmin.search_fields.Krzysztof Nazarewski2017-11-182-3/+82
* Refs #28814 -- Fixed test_runner failure on Python 3.7.Tim Graham2017-11-171-2/+4
* Fixed test failures due to ordering differences on PostgreSQL 10.Tim Graham2017-11-151-2/+2
* Fixed #28792 -- Fixed index name truncation of namespaced tables.Simon Charette2017-11-142-1/+24
* Fixed invalid escape sequence warning in check_framework test.Tim Graham2017-11-141-1/+1
* Fixed #28794 -- Fixed tx_isolation deprecation warning on MySQL 5.7.20+.Sergey Fedoseev2017-11-141-1/+1
* Fixed #28795 -- Removed 'not in' checks and used dict.setdefault().Дилян Палаузов2017-11-141-2/+1
* Simplified choices iterators in tests.model_fields.models.Sergey Fedoseev2017-11-131-17/+2
* Fixed #28781 -- Added QuerySet.values()/values_list() support for union(), di...Mariusz Felisiak2017-11-121-0/+30
* Fixed #28534 -- Made JSONField.has_changed() ignore key order and consider Tr...shanghui2017-11-111-0/+5
* Fixed #27710 -- Made Model.save() invalidate cached, stale relations after a ...Paulo2017-11-092-0/+20
* Fixed #28751 -- Corrected the error message for inactive users in AdminAuthen...shanghui2017-11-081-0/+17
* Fixed #28645 -- Reallowed AuthenticationForm to raise the inactive user error...shanghui2017-11-081-3/+2
* Fixed #28585 -- Calculated admin's change form multipart context variable fro...Claude Paroz2017-11-071-3/+15