summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Collapse)Author
2019-01-30Fixed #30116 -- Dropped support for Python 3.5.Tim Graham
2019-01-30Fixed E117 and F405 flake8 warnings.Mariusz Felisiak
2019-01-29Fixed #30108 -- Allowed adding foreign key constraints in the same statement ↵Dan Tao
that adds a field.
2019-01-28Fixed #29973 -- Added compilemessages --ignore option.rsiemens
2019-01-28Refs #29973 -- Extracted helper functions from makemessages.rsiemens
2019-01-28Fixed #29825 -- Fixed JS ngettext if the string is a non-plural msgid in the ↵Claude Paroz
catalog.
2019-01-28Fixed #25624 -- Fixed autoreload crash with jinja2.ModuleLoader.Tom Forbes
2019-01-28Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne
Used more specific errors (e.g. FileExistsError) as appropriate.
2019-01-28Refs #30055 -- Added a helpful error when SQLite is too old.Tim Graham
2019-01-27Removed default mode='r' argument from calls to open().Jon Dufresne
2019-01-25Fixed grammar in FakePayload exception message.Jon Dufresne
2019-01-23Fixed #30123 -- Removed tuple support in DatabaseIntrospection.get_field_type().Nick Pope
Support for returning tuples was undocumented and error prone.
2019-01-23Refs #30123 -- Simplified introspection of geography columns on PostGIS.Nick Pope
2019-01-23Refs #30123 -- Changed second arg of ↵Nick Pope
DatabaseIntrospection.get_geometry_type() to the row description.
2019-01-22Fixed #30115 -- Fixed SQLite introspection crash with a varchar primary key.Nick Pope
Removed obsolete max_length handling for CharField that caused the issue. Regression in a35d2a4510d5beec398b1007aaa26492d6aedf97.
2019-01-22Simplified DatabaseIntrospection.get_geometry_type() for PostGIS.Nick Pope
2019-01-22Inlined DatabaseIntrospection._table_info() for SQLite.Nick Pope
2019-01-22Fixed #30111 -- Fixed AppRegistryNotReady error with django.contrib.postgres ↵Nasir Hussain
in INSTALLED_APPS. Regression in e192223ed996ed30fe83787efdfa7f2be6b1a2ee.
2019-01-21Fixed #30106 -- Made order_with_respect_to updates use QuerySet.bulk_update().Simon Charette
2019-01-21Fixed #30121 -- Fixed assertURLEqual() crash with reverse_lazy() URLs.Jon Dufresne
Regression in 24959e48d949a20be969f649ece3576dbc7ce422.
2019-01-21Fixed #30120 -- Fixed invalid SQL in distinct aggregate.Simon Charette
Regression in bc05547cd8c1dd511c6b6a6c873a1bc63417b111 (refs #28658).
2019-01-19Removed redundant period in Watchman unavailable message.Tom Forbes
2019-01-18Removed template_cache attribute from cached template loader.Tom Forbes
Unused since 5d8da093a974f41e08573bbe0d32d5ffeaadd0ad.
2019-01-18Optimized Oracle PKs introspection by adding get_primary_key_column().Mariusz Felisiak
2019-01-18Fixed #30107 -- Removed unused dirs variable from cache template loader keys.Tim Graham
Unused since 5d8da093a974f41e08573bbe0d32d5ffeaadd0ad.
2019-01-17Increased the default PBKDF2 iterations for Django 3.0.Tim Graham
2019-01-17Advanced deprecation warnings for Django 3.0.Tim Graham
2019-01-17Refs #28750 -- Removed suppport for model Meta.manager_inheritance_from_future.Tim Graham
2019-01-17Refs #27991 -- Made obj a required argument of ↵Tim Graham
InlineModelAdmin.has_add_permission(). Per deprecation timeline.
2019-01-17Refs #21221 -- Removed staticfiles and admin_static template tag libraries.Tim Graham
Per deprecation timeline.
2019-01-17Refs #28965 -- Removed utils.http.cookie_date() per deprecation timeline.Tim Graham
2019-01-17Refs #28841 -- Removed ForceRHR function per deprecation timeline.Tim Graham
2019-01-17Refs #11557 -- Removed the field_name keyword argument to ↵Tim Graham
QuerySet.earliest() and latest(). Per deprecation timeline.
2019-01-17Refs #28370 -- Removed support for the context arg of Field.from_db_value() ↵Tim Graham
and Expression.convert_value(). Per deprecation timeline.
2019-01-17Refs #28137 -- Removed HttpRequest.xreadlines() per deprecation timeline.Tim Graham
2019-01-17Refs #27829 -- Removed settings.DEFAULT_CONTENT_TYPE per deprecation timeline.Tim Graham
2019-01-17Refs #25978 -- Removed shortcuts.render_to_response() per deprecation timeline.Tim Graham
2019-01-17Refs #25175 -- Removed db.backends.postgresql_psycopg2 per deprecation timeline.Tim Graham
2019-01-17Bumped version; master is now 3.0 pre-alpha.Tim Graham
2019-01-17Refs #17198 -- Detected existing total ordering in admin changelist.Simon Charette
Appending pk is not necessary when a subset of the ordering expressions is contained in a non-nullable unique contraint. Related field ordering through lookups and related ordering introspection is omitted for simplicitly purpose.
2019-01-16Updated translation catalogsClaude Paroz
2019-01-16Fixed #30044 -- Raised a FieldError on inherited field update attempts.Simon Charette
2019-01-16Fixed #20147 -- Added HttpRequest.headers.Santiago Basulto
2019-01-16Refs #30102 -- Added comment on use of Template without placeholders in ↵Carlton Gibson
page_not_found() view.
2019-01-16Fixed #11154, #22270 -- Made proxy model permissions use correct content type.Arthur Rio
Co-Authored-By: Simon Charette <charette.s@gmail.com> Co-Authored-By: Antoine Catton <acatton@fusionbox.com>
2019-01-16Refs #9475 -- Simplified dictionary unpacking.Simon Charette
2019-01-15Refs #9475 -- Fixed typo, used unpacking generalization, and made ↵Nick Pope
through_defaults kwarg-only.
2019-01-15Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a ↵Collin Anderson
through model.
2019-01-15Fixed #30099 -- Fixed invalid SQL when filtering a Subquery by an aggregate.Nasir Hussain
2019-01-15Removed unexpected chars in Armenian admin translationClaude Paroz