summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
* Fixed #30153 -- Fixed incorrect form Media asset ordering after three way merge.Matthias Kestenholz2019-02-091-7/+23
* Removed uneeded generator expressions and list comprehensions.Sergey Fedoseev2019-02-094-4/+4
* Refs #26608 -- Added a database feature for fixed frame range distance support.Simon Charette2019-02-092-0/+2
* Fixed #30027 -- Errored out on Window function usage if unsupported.Simon Charette2019-02-091-0/+3
* Refs #30027 -- Enabled window function tests on SQLite 3.25+.Simon Charette2019-02-091-0/+1
* Simplified Window.as_sql().Sergey Fedoseev2019-02-091-2/+2
* Dropped support for GEOS 3.4.Tim Graham2019-02-091-8/+1
* Confirmed support for GDAL 2.4.Tim Graham2019-02-091-2/+2
* Simplified FileBasedCache.clear().Jon Dufresne2019-02-081-7/+4
* Fixed #30004 -- Changed default FILE_UPLOAD_PERMISSION to 0o644.Himanshu Lakhara2019-02-081-1/+1
* Fixed #30166 -- Dropped support for GDAL 1.11.Tim Graham2019-02-083-13/+4
* Fixed #30165 -- Deprecated ugettext(), ugettext_lazy(), ugettext_noop(), unge...Jon Dufresne2019-02-081-8/+60
* Fixed #16027 -- Added app_label to ContentType.__str__().Gregory N. Schmit2019-02-073-7/+10
* Updated Oracle docs links to Oracle 18c.Mariusz Felisiak2019-02-072-4/+5
* Removed unnecessary type() calls for class methods.Jon Dufresne2019-02-061-1/+1
* Refs #27753 -- Favored SafeString over SafeText.Tim Graham2019-02-064-12/+12
* Refs #27753 -- Deprecated django.utils.encoding.force_text() and smart_text().Tim Graham2019-02-061-2/+16
* Refs #27753 -- Favored force/smart_str() over force/smart_text().Aymeric Augustin2019-02-0617-56/+47
* Fixed #30159 -- Removed unneeded use of OrderedDict.Nick Pope2019-02-0627-207/+159
* Fixed #30157 -- Dropped support for Oracle 12.1.Mariusz Felisiak2019-02-063-79/+1
* Refs #27753 -- Removed django.utils.safestring.SafeBytes.Tim Graham2019-02-051-21/+0
* Refs #27753 -- Removed django.utils.functional.curry().Tim Graham2019-02-051-9/+0
* Refs #27753 -- Removed django.utils.decorators.ContextDecorator alias.Tim Graham2019-02-051-2/+0
* Refs #27753 -- Removed django.utils.six.Tim Graham2019-02-052-887/+0
* Refs #27753 -- Removed django.utils._os.abspathu(), upath(), and npath().Tim Graham2019-02-051-16/+0
* Refs #27753 -- Removed django.utils.decorators.available_attrs().Tim Graham2019-02-051-11/+1
* Refs #27753 -- Removed django.utils.lru_cache.Tim Graham2019-02-051-5/+0
* Refs #27753 -- Removed django.test.utils.patch_logger() and str_prefix().Tim Graham2019-02-051-27/+0
* Removed django.utils.lru_cache usage.Tim Graham2019-02-041-3/+2
* Refs #27753 -- Deprecated django.utils.http urllib aliases.Tim Graham2019-02-041-0/+22
* Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.Tim Graham2019-02-043-23/+2
* Fixed #30156 -- Dropped support for SpatiaLite 4.1 and 4.2.Tim Graham2019-02-042-27/+10
* Refs #28859 -- Simplified fetch_returned_insert_id() by using int data type f...Mariusz Felisiak2019-02-042-8/+6
* Fixed #29393 -- Prevented infinite loop in ExceptionReporter.get_traceback_fr...Vinay Karanam2019-02-021-0/+3
* Fixed #30020 -- Fixed reading nulls with LayerMapping.Kathryn Killebrew2019-01-314-22/+37
* Fixed #30147 -- Simplified directory creation with os.makedirs(..., exist_ok=...Jon Dufresne2019-01-319-56/+35
* Refs #29444 -- Renamed DatabaseFeatures.can_return_id* to be generic for othe...Johannes Hoppe2019-01-306-15/+15
* Fixed #30076 -- Added Model.get_FOO_display() even if field's choices are empty.Joshua Cannon2019-01-301-8/+10
* Fixed #30116 -- Dropped support for Python 3.5.Tim Graham2019-01-306-50/+9
* Fixed E117 and F405 flake8 warnings.Mariusz Felisiak2019-01-302-1/+2
* Fixed #30108 -- Allowed adding foreign key constraints in the same statement ...Dan Tao2019-01-296-15/+41
* Fixed #29973 -- Added compilemessages --ignore option.rsiemens2019-01-281-2/+13
* Refs #29973 -- Extracted helper functions from makemessages.rsiemens2019-01-282-26/+33
* Fixed #29825 -- Fixed JS ngettext if the string is a non-plural msgid in the ...Claude Paroz2019-01-281-1/+1
* Fixed #25624 -- Fixed autoreload crash with jinja2.ModuleLoader.Tom Forbes2019-01-281-1/+2
* Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne2019-01-2818-32/+29
* Refs #30055 -- Added a helpful error when SQLite is too old.Tim Graham2019-01-281-0/+7
* Removed default mode='r' argument from calls to open().Jon Dufresne2019-01-274-6/+6
* Fixed grammar in FakePayload exception message.Jon Dufresne2019-01-251-1/+1
* Fixed #30123 -- Removed tuple support in DatabaseIntrospection.get_field_type().Nick Pope2019-01-231-6/+0