summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2016-07-08Refs #25774, #26348 -- Allowed Trunc functions to operate with time fields.Simon Charette
2016-07-06Fixed capitalization of "URL pattern".Tim Graham
2016-07-03Fixed #18682 -- Expanded explanation in stale content type deletion. (#6869)Erik Romijn
2016-06-30Fixed #21548 -- Added FileExtensionValidator and validate_image_file_extension.Berker Peksag
2016-06-28Fixed #24694 -- Added support for context_processors to Jinja2 backend.Berker Peksag
2016-06-28Fixed #15091 -- Allowed passing custom encoder to JSON serializer.Berker Peksag
2016-06-27Fixed #5897 -- Added the Content-Length response header in CommonMiddlewareClaude Paroz
2016-06-24Fixed #26719 -- Normalized email in AbstractUser.clean().Bang Dao + Tam Huynh
2016-06-24Refs #17209 -- Added LoginView and LogoutView class-based viewsClaude Paroz
2016-06-23Fixed #26791 -- Replaced LiveServerTestCase port ranges with binding to port 0.Tim Graham
2016-06-22Fixed #25920 -- Added support for non-uniform NUMBER_GROUPING.jasisz
2016-06-22Fixed typo in 1.11 release notes.Zbigniew Siciarz
2016-06-22Fixed a heading typo in docs/releases/1.11.txtTim Graham
2016-06-21Refs #21379, #26719 -- Moved username normalization to AbstractBaseUser.Tim Graham
2016-06-21Fixed #25940 -- Added OGRGeometry.from_gml() and GEOSGeometry.from_gml().Sergey Fedoseev
2016-06-21Fixed #26787 -- Documented deleting and reloading of model instance fields.Tim Graham
2016-06-20Refs #26666 -- Added ALLOWED_HOSTS validation when running tests.Tobias McNulty
2016-06-18Fixed #26753 -- Made GDAL a required dependency for contrib.gisClaude Paroz
2016-06-13Fixed #4136 -- Made ModelForm save empty values for nullable CharFields as NULL.Jon Dufresne
2016-06-09Refs #26524 -- Fixed an error in 1.11 release notes.Vytis Banaitis
2016-06-09Fixed #20468 -- Added loaddata --exclude option.Berker Peksag
2016-06-08Fixing #26524 -- Made a foreign key id reference in ModelAdmin.list_display d...krishbharadwaj
2016-06-08Fixed #26717 -- Added Serializer.stream_class to customize the stream.Berker Peksag
2016-06-07Fixed #10107 -- Allowed using mark_safe() as a decorator.Scott Vitale
2016-06-06Fixed #26707 -- Added QueryDict.fromkeys()wim glenn
2016-06-06Linked to upgrade guide from release notes.Tom Christie
2016-06-04Added stub release notes for 1.9.8.Tim Graham
2016-06-04Added release date for 1.9.7.Tim Graham
2016-06-04Fixed #19963 -- Added support for date_hierarchy across relations.Vytis Banaitis
2016-06-04Fixed #26628 -- Changed CSRF logger to django.security.csrf.Holly Becker
2016-06-04Fixed #12666 -- Added EMAIL_USE_LOCALTIME setting.Anton I. Sipos
2016-06-04Fixed #26667 -- Fixed a regression in queries on a OneToOneField that has to_...Tim Graham
2016-06-03Fixed #26698 -- Fixed PostgreSQL dbshell crash on an empty database name.mieciu
2016-06-03Fixed #26638 -- Allowed callable arguments for QuerySet.get_or_create()/updat...Will Koster
2016-06-02Fixes #26700 -- Added how to upgrade to TEMPLATES link in 1.10 release notes.jrabbit
2016-06-02Fixed #26672 -- Fixed HStoreField to raise ValidationError instead of crashin...Brad Melin
2016-06-02Fixed #26617 -- Added distinct argument to contrib.postgres's StringAgg.Rustam Kashapov
2016-06-02Updated release notes links to prevent warnings with Sphinx 1.4.2.Tim Graham
2016-06-01Fixed #26084 -- Documented that deprecation warnings are no longer loud.Tim Graham
2016-06-01Fixed #26675 -- Dropped support for PostgreSQL 9.2/PostGIS 2.0.Tim Graham
2016-05-31Fixed #25645 -- Dropped support for SpatiaLite < 4.0.Tim Graham
2016-05-30Fixed #26653 -- Made SyndicationFeed.latest_post_date() return time in UTC.Ketan Bhatt
2016-05-27Fixed #26646 -- Added IOBase methods required by TextIOWrapper to File.Simon Charette
2016-05-27Fixed #26652 -- Documented removal of model instance _(default/base)_manager ...Tim Graham
2016-05-20Increased the default PBKDF2 iterations.Tim Graham
2016-05-19Added stub 1.11 release notes.Tim Graham
2016-05-19Removed unused sections in 1.10 release notes.Tim Graham
2016-05-19Fixed #20869 -- made CSRF tokens change every request by salt-encrypting themShai Berger
2016-05-18Fixed #26627 -- Fixed on_commit callbacks execution order when callbacks make...Barthelemy Dagenais
2016-05-18Fixed #25774 -- Refactor datetime expressions into public APIJosh Smeaton