summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2016-09-10Fixed #26401 -- Added BaseAuthConfig to use auth without migrations.Jon Dufresne
2016-09-10Fixed #26097 -- Added password_validators_help_text_html to UserCreationForm.Alexander Gaevsky
2016-09-10Fixed #27207 -- Replaced <p> tag with <div> in admin help texts.Alexander Gaevsky
2016-09-10Fixed #27083 -- Added support for weak ETags.Kevin Christopher Henry
2016-09-09Fixed #27199 -- Made AdminIntegerFieldWidget use NumberInput.Rinat Khabibiev
2016-09-08Fixed #27175 -- Deprecated silencing exceptions from the {% include %} templa...Jon Dufresne
2016-09-07Fixed #26956 -- Added success_url_allowed_hosts to LoginView and LogoutView.Jon Dufresne
2016-09-07Refs #26956 -- Allowed is_safe_url() to validate against multiple hostsJon Dufresne
2016-09-07Fixed #27143 -- Allowed combining SearchQuery with more than one & or | opera...Nicola Jordan
2016-09-07Fixed #27180 -- Fixed a crash in MySQL checks where SELECT @@sql_mode doesn't...Markus Gerards
2016-09-06Fixed #24865 -- Added remove_stale_contenttypes management command.Tim Graham
2016-09-03Fixed #25788 -- Enabled the cached template loader if debug is False.Tim Graham
2016-09-03Fixed #26098 -- Used cdnjs.cloudflare for OpenLayers.js.Daniel Hahler
2016-09-01Refs #25850, #27142, #27110 -- Documented migration history consistency checks.Shai Berger
2016-09-01Added stub release notes for 1.10.2.Tim Graham
2016-09-01Added release date for 1.10.1.Tim Graham
2016-09-01Fixed #27142, #27110 -- Made makemigrations consistency checks respect databa...Tim Graham
2016-09-01Fixed #5908 -- Added {% resetcycle %} template tag.Sergei Maertens
2016-08-31Fixed #27152 -- Supported comma delimiter in memcached LOCATION string.Ed Morley
2016-08-31Fixed #20892 -- Allowed configuring memcached client using OPTIONS.Ed Morley
2016-08-31Fixed #27154 -- Allowed comparing CallableBool with bitwise or.Olexander Yermakov
2016-08-30Fixed #26685 -- Added dwithin lookup support on SpatiaLite.Kevan Swanberg
2016-08-26Fixed #27126 -- Made {% regroup %} return a namedtuple to ease unpacking.Baptiste Mispelon
2016-08-26Fixed #26942 -- Added support for subtests during parallel testing.Chris Jerdonek
2016-08-25Fixed #27067 -- Deprecated string_concat() in favor of format_lazy().Mattias Loverot
2016-08-25Fixed #25995 -- Added an encoder option to JSONFieldClaude Paroz
2016-08-25Added class-based indexes to 1.11 release notes.Akshesh
2016-08-24Fixed #27039 -- Fixed empty data fallback to model field default in model forms.Tim Graham
2016-08-24Fixed #27111 -- Fixed KeyError if USERNAME_FIELD isn't in UserCreationForm.fi...Berker Peksag
2016-08-24Fixed #27100 -- Included already applied migration changes in the pre-migrate...Simon Charette
2016-08-24Fixed #27044 -- Included already applied migration changes in the post-migrat...Simon Charette
2016-08-23Fixed #27089 -- Added database alias to InconsistentMigrationHistory message.Tim Graham
2016-08-23Fixed #26998 -- Reverted some admin checks from checking field.many_to_many b...Collin Anderson
2016-08-23Fixed #27061 -- Added a TEST['TEMPLATE'] setting for PostgreSQL.Chris Jerdonek
2016-08-20Fixed #27018 -- Fixed admindocs crash with a view in a class.Helen Sherwood-Taylor
2016-08-19Refs #26902 -- Protected against insecure redirects in set_language().Przemysław Suliga
2016-08-19Refs #26902 -- Protected against insecure redirects in Login/LogoutView.Przemysław Suliga
2016-08-19Removed DateTimeAwareJSONEncoder alias.Tim Graham
2016-08-19Fixed #22288 -- Fixed F() expressions with the __range lookup.Matthew Wilkes
2016-08-18Fixed #26807 -- Documented how to replicate SubfieldBase's assignment behavior.Tim Graham
2016-08-18Fixed #27068 -- Unified form field initial data retrieval.Jon Dufresne
2016-08-18Fixed #25871 -- Added expressions support to QuerySet.values().Ian Foote
2016-08-19Fixed #27073 -- Removed duplicated managers in `Model._meta.managers`.Loïc Bistuer
2016-08-18Fixed #27054 -- Fixed makemigrations crash with a read-only database.Jim Nicholls
2016-08-17Refs #26983 -- Added test for isnull lookup to CharField with primary_key=True.Chris Lamb
2016-08-17Fixed #26840 -- Added test.utils.setup/teardown_databases().Andreas Pelme
2016-08-15Fixed #27009 -- Made update_session_auth_hash() rotate the session key.Tim Graham
2016-08-15Fixed #27058 -- Reallowed the {% for %} tag to unpack any iterable.Tim Graham
2016-08-15Fixed #27014 -- Fixed annotations with database functions on PostGIS.Daniel Wiesmann
2016-08-13Fixed typo in docs/releases/1.11.txtTim Graham