summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
* Refs #29722 -- Added introspection of materialized views for Oracle.Mariusz Felisiak2018-11-265-7/+27
* Fixed typo in patch_logger() docstring.takaaki shimbo2018-11-251-1/+1
* Improved readability of translation's to_locale().Jaap Roes2018-11-231-7/+7
* Refs #23801 -- Made integer field max_length warning show correct field type.Nick Pope2018-11-231-1/+1
* Removed redundant BigIntegerField.empty_strings_allowed (already inherited).Nick Pope2018-11-231-1/+0
* Fixed #29978 -- Catched GDALException in GeometryField.to_pythonClaude Paroz2018-11-231-1/+5
* Fixed #29974 -- Fixed non-truthy primary key values for QuerySet.bulk_update().Tom Forbes2018-11-211-1/+1
* Fixed #29949 -- Refactored db introspection identifier converters.Mariusz Felisiak2018-11-218-34/+34
* Fixed #29953 -- Added CSS class to column headers in tabular inlines.redodo2018-11-202-1/+3
* Changed BaseDatabaseSchemaEditor._effective_default() to staticmethod.Tim Graham2018-11-201-2/+2
* Fixed #29282 -- Prevented some admin checks from crashing with TypeError.Sanyam Khurana2018-11-201-7/+27
* Refs #24829 -- Removed TemplateResponse rendering in BaseHandler.get_response().Tim Graham2018-11-201-9/+0
* Corrected docs and removed unused code for got_request_exception signal's sen...Tim Graham2018-11-201-2/+2
* Removed BaseHandler.get_exception_response().Tim Graham2018-11-201-4/+1
* Fixed #29961 -- Made RelatedFieldWidgetWrapper hide related item links if wra...redodo2018-11-192-0/+3
* Refs #29722 -- Added introspection of partitions for PostgreSQL.Nick Pope2018-11-193-17/+27
* Fixed #29478 -- Added support for mangled names to cached_property.Thomas Grainger2018-11-191-4/+47
* Fixed cached_properties that share a common property.Sergey Fedoseev2018-11-192-8/+12
* Fixed #29964 -- Removed unused admin/related_widget_wrapper.html template.Vishvajit Pathak2018-11-182-47/+0
* Added BaseDatabaseSchemaEditor._effective_default() to allow testing without ...Tim Graham2018-11-171-4/+8
* Fixed #29505 -- Removed SchemaEditor's calling of callable defaults.Tim Graham2018-11-171-6/+3
* Refs #29908 -- Optimized known related objects assignment.Simon Charette2018-11-172-13/+19
* Fixed #29959 -- Cached GEOS version in WKBWriter class.Claude Paroz2018-11-161-2/+3
* Fixed #29952 -- Lowercased all passwords in contrib.auth's auth/common-passwo...Mathew Payne2018-11-152-3/+5
* Fixed #17930 -- Allowed ORing (|) with sliced QuerySets.Ian Foote2018-11-151-1/+4
* Fixed #25884 -- Fixed migrate --run-syncdb when specifying an app label.Sarah Guermond2018-11-141-6/+19
* Fixed #29939 -- Increased Group.name max_length to 150 characters.Timothy Allen2018-11-142-1/+17
* Fixed #29835 -- Made RelatedFieldListFilter respect ModelAdmin.ordering.Hasan Ramezani2018-11-143-5/+9
* Fixed #17210 -- Made NullBooleanSelect use unknown/true/false as query data.Basil Dubyk2018-11-141-7/+15
* Fixed #29788 -- Added support for Oracle Managed File (OMF) tablespaces.Mariusz Felisiak2018-11-131-10/+29
* Fixed #29641 -- Added support for unique constraints in Meta.constraints.Simon Charette2018-11-133-2/+56
* Refs #29641 -- Refactored database schema constraint creation.Simon Charette2018-11-134-67/+112
* Fixed #29945 -- Moved contrib.postgres uninstallation logic to the app config.Simon Charette2018-11-121-0/+21
* Fixed keep-alive support in manage.py runserver.Florian Apolloner2018-11-101-2/+24
* Used method chaining in DateTimeShortcuts.js.Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)2018-11-091-5/+5
* Fixed #29934 -- Added sqlparse as a require dependency.Tim Graham2018-11-093-16/+6
* Fixed #29917 -- Stopped collecting ModelAdmin.actions from base ModelAdmins.Matthias Kestenholz2018-11-091-7/+2
* Removed unused variables.Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)2018-11-093-6/+0
* Removed unused 'tz' variable in typecast_timestamp().Srinivas Reddy Thatiparthy2018-11-091-7/+3
* Fixed #29931 -- Removed unused ValueError handling in naturalday template tag.Hasan Ramezani2018-11-091-4/+1
* Fixed signing.dumps() example for Python 3.minusf2018-11-091-1/+1
* Fixed #29908 -- Fixed setting of foreign key after related set access if Fore...Simon Charette2018-11-082-14/+32
* Refs #29926 -- Removed usage of gettext.translation()'s deprecated codeset pa...Tim Graham2018-11-061-1/+0
* Fixed #25251 -- Made data migrations available in TransactionTestCase when us...romgar2018-11-062-14/+37
* Removed DatabaseOperation.savepoint_create/rollback_sql() on Oracle.Tom Forbes2018-11-041-6/+0
* Refs #29883 -- Removed runtests.py's dependency on selenium.Tim Graham2018-11-031-3/+2
* Fixed #29883 -- Added selenium hub support to runtests.py.Tom Forbes2018-11-032-2/+41
* Fixed #29886 -- Fixed unaccent lookup when PostgreSQL's standard_conforming_s...Jayantha Gumballi2018-11-011-1/+1
* Fixed #29890 -- Fixed FileSystemStorage crash if concurrent saves try to crea...Tim Graham2018-10-311-2/+2
* Fixed #29901 -- Allowed overriding an autocomplete/raw_id_fields/radio_fields...Javier Matos Odut2018-10-311-9/+10