deprecation.txt 50 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364
  1. ===========================
  2. Django Deprecation Timeline
  3. ===========================
  4. This document outlines when various pieces of Django will be removed or altered
  5. in a backward incompatible way, following their deprecation, as per the
  6. :ref:`deprecation policy <internal-release-deprecation-policy>`. More details
  7. about each item can often be found in the release notes of two versions prior.
  8. .. _deprecation-removed-in-6.0:
  9. 6.0
  10. ---
  11. See the :ref:`Django 5.0 release notes <deprecated-features-5.0>` for more
  12. details on these changes.
  13. * The ``DjangoDivFormRenderer`` and ``Jinja2DivFormRenderer`` transitional form
  14. renderers will be removed.
  15. * Support for passing positional arguments to ``BaseConstraint`` will be
  16. removed.
  17. * ``request`` will be required in the signature of
  18. ``ModelAdmin.lookup_allowed()`` subclasses.
  19. * The ``django.db.models.sql.datastructures.Join`` will no longer fallback to
  20. ``get_joining_columns()``.
  21. * The ``get_joining_columns()`` method of ``ForeignObject`` and
  22. ``ForeignObjectRel`` will be removed.
  23. * The ``ForeignObject.get_reverse_joining_columns()`` method will be removed.
  24. * The default scheme for ``forms.URLField`` will change from ``"http"`` to
  25. ``"https"``.
  26. * Support for calling ``format_html()`` without passing args or kwargs will be
  27. removed.
  28. * Support for ``cx_Oracle`` will be removed.
  29. * ``BaseDatabaseOperations.field_cast_sql()`` will be removed.
  30. * The ``ChoicesMeta`` alias to ``django.db.models.enums.ChoicesType`` will be
  31. removed.
  32. * The ``Prefetch.get_current_queryset()`` method will be removed.
  33. * The ``get_prefetch_queryset()`` method of related managers and descriptors
  34. will be removed.
  35. * ``get_prefetcher()`` and ``prefetch_related_objects()`` will no longer
  36. fallback to ``get_prefetch_queryset()``.
  37. * The ``FORMS_URLFIELD_ASSUME_HTTPS`` transitional setting will be removed.
  38. .. _deprecation-removed-in-5.1:
  39. 5.1
  40. ---
  41. See the :ref:`Django 4.2 release notes <deprecated-features-4.2>` for more
  42. details on these changes.
  43. * The ``BaseUserManager.make_random_password()`` method will be removed.
  44. * The model's ``Meta.index_together`` option will be removed.
  45. * The ``length_is`` template filter will be removed.
  46. * The ``django.contrib.auth.hashers.SHA1PasswordHasher``,
  47. ``django.contrib.auth.hashers.UnsaltedSHA1PasswordHasher``, and
  48. ``django.contrib.auth.hashers.UnsaltedMD5PasswordHasher`` will be removed.
  49. * The model ``django.contrib.postgres.fields.CICharField``,
  50. ``django.contrib.postgres.fields.CIEmailField``, and
  51. ``django.contrib.postgres.fields.CITextField`` will be removed. Stub fields
  52. will remain for compatibility with historical migrations.
  53. * The ``django.contrib.postgres.fields.CIText`` mixin will be removed.
  54. * The ``map_width`` and ``map_height`` attributes of ``BaseGeometryWidget``
  55. will be removed.
  56. * The ``SimpleTestCase.assertFormsetError()`` method will be removed.
  57. * The ``TransactionTestCase.assertQuerysetEqual()`` method will be removed.
  58. * Support for passing encoded JSON string literals to ``JSONField`` and
  59. associated lookups and expressions will be removed.
  60. * Support for passing positional arguments to ``Signer`` and
  61. ``TimestampSigner`` will be removed.
  62. * The ``DEFAULT_FILE_STORAGE`` and ``STATICFILES_STORAGE`` settings will be
  63. removed.
  64. * The ``django.core.files.storage.get_storage_class()`` function will be
  65. removed.
  66. .. _deprecation-removed-in-5.0:
  67. 5.0
  68. ---
  69. See the :ref:`Django 4.0 release notes <deprecated-features-4.0>` for more
  70. details on these changes.
  71. * The ``SERIALIZE`` test setting will be removed.
  72. * The undocumented ``django.utils.baseconv`` module will be removed.
  73. * The undocumented ``django.utils.datetime_safe`` module will be removed.
  74. * The default value of the ``USE_TZ`` setting will change from ``False`` to
  75. ``True``.
  76. * The default sitemap protocol for sitemaps built outside the context of a
  77. request will change from ``'http'`` to ``'https'``.
  78. * The ``extra_tests`` argument for ``DiscoverRunner.build_suite()`` and
  79. ``DiscoverRunner.run_tests()`` will be removed.
  80. * The ``django.contrib.postgres.aggregates.ArrayAgg``, ``JSONBAgg``, and
  81. ``StringAgg`` aggregates will return ``None`` when there are no rows instead
  82. of ``[]``, ``[]``, and ``''`` respectively.
  83. * The ``USE_L10N`` setting will be removed.
  84. * The ``USE_DEPRECATED_PYTZ`` transitional setting will be removed.
  85. * Support for ``pytz`` timezones will be removed.
  86. * The ``is_dst`` argument will be removed from:
  87. * ``QuerySet.datetimes()``
  88. * ``django.utils.timezone.make_aware()``
  89. * ``django.db.models.functions.Trunc()``
  90. * ``django.db.models.functions.TruncSecond()``
  91. * ``django.db.models.functions.TruncMinute()``
  92. * ``django.db.models.functions.TruncHour()``
  93. * ``django.db.models.functions.TruncDay()``
  94. * ``django.db.models.functions.TruncWeek()``
  95. * ``django.db.models.functions.TruncMonth()``
  96. * ``django.db.models.functions.TruncQuarter()``
  97. * ``django.db.models.functions.TruncYear()``
  98. * The ``django.contrib.gis.admin.GeoModelAdmin`` and ``OSMGeoAdmin`` classes
  99. will be removed.
  100. * The undocumented ``BaseForm._html_output()`` method will be removed.
  101. * The ability to return a ``str``, rather than a ``SafeString``, when rendering
  102. an ``ErrorDict`` and ``ErrorList`` will be removed.
  103. See the :ref:`Django 4.1 release notes <deprecated-features-4.1>` for more
  104. details on these changes.
  105. * The ``SitemapIndexItem.__str__()`` method will be removed.
  106. * The ``CSRF_COOKIE_MASKED`` transitional setting will be removed.
  107. * The ``name`` argument of ``django.utils.functional.cached_property()`` will
  108. be removed.
  109. * The ``opclasses`` argument of
  110. ``django.contrib.postgres.constraints.ExclusionConstraint`` will be removed.
  111. * The undocumented ability to pass ``errors=None`` to
  112. ``SimpleTestCase.assertFormError()`` and ``assertFormsetError()`` will be
  113. removed.
  114. * ``django.contrib.sessions.serializers.PickleSerializer`` will be removed.
  115. * The usage of ``QuerySet.iterator()`` on a queryset that prefetches related
  116. objects without providing the ``chunk_size`` argument will no longer be
  117. allowed.
  118. * Passing unsaved model instances to related filters will no longer be allowed.
  119. * ``created=True`` will be required in the signature of
  120. ``RemoteUserBackend.configure_user()`` subclasses.
  121. * Support for logging out via ``GET`` requests in the
  122. ``django.contrib.auth.views.LogoutView`` and
  123. ``django.contrib.auth.views.logout_then_login()`` will be removed.
  124. * The ``django.utils.timezone.utc`` alias to ``datetime.timezone.utc`` will be
  125. removed.
  126. * Passing a response object and a form/formset name to
  127. ``SimpleTestCase.assertFormError()`` and ``assertFormsetError()`` will no
  128. longer be allowed.
  129. * The ``django.contrib.gis.admin.OpenLayersWidget`` will be removed.
  130. * The ``django.contrib.auth.hashers.CryptPasswordHasher`` will be removed.
  131. * The ``"django/forms/default.html"`` and
  132. ``"django/forms/formsets/default.html"`` templates will be removed.
  133. * The ability to pass ``nulls_first=False`` or ``nulls_last=False`` to
  134. ``Expression.asc()`` and ``Expression.desc()`` methods, and the ``OrderBy``
  135. expression will be removed.
  136. .. _deprecation-removed-in-4.1:
  137. 4.1
  138. ---
  139. See the :ref:`Django 3.2 release notes <deprecated-features-3.2>` for more
  140. details on these changes.
  141. * Support for assigning objects which don't support creating deep copies with
  142. ``copy.deepcopy()`` to class attributes in ``TestCase.setUpTestData()`` will
  143. be removed.
  144. * ``BaseCommand.requires_system_checks`` won't support boolean values.
  145. * The ``whitelist`` argument and ``domain_whitelist`` attribute of
  146. ``django.core.validators.EmailValidator`` will be removed.
  147. * The ``default_app_config`` module variable will be removed.
  148. * ``TransactionTestCase.assertQuerysetEqual()`` will no longer automatically
  149. call ``repr()`` on a queryset when compared to string values.
  150. * ``django.core.cache.backends.memcached.MemcachedCache`` will be removed.
  151. * Support for the pre-Django 3.2 format of messages used by
  152. ``django.contrib.messages.storage.cookie.CookieStorage`` will be removed.
  153. .. _deprecation-removed-in-4.0:
  154. 4.0
  155. ---
  156. See the :ref:`Django 3.0 release notes <deprecated-features-3.0>` for more
  157. details on these changes.
  158. * ``django.utils.http.urlquote()``, ``urlquote_plus()``, ``urlunquote()``, and
  159. ``urlunquote_plus()`` will be removed.
  160. * ``django.utils.encoding.force_text()`` and ``smart_text()`` will be removed.
  161. * ``django.utils.translation.ugettext()``, ``ugettext_lazy()``,
  162. ``ugettext_noop()``, ``ungettext()``, and ``ungettext_lazy()`` will be
  163. removed.
  164. * ``django.views.i18n.set_language()`` will no longer set the user language in
  165. ``request.session`` (key ``django.utils.translation.LANGUAGE_SESSION_KEY``).
  166. * ``alias=None`` will be required in the signature of
  167. ``django.db.models.Expression.get_group_by_cols()`` subclasses.
  168. * ``django.utils.text.unescape_entities()`` will be removed.
  169. * ``django.utils.http.is_safe_url()`` will be removed.
  170. See the :ref:`Django 3.1 release notes <deprecated-features-3.1>` for more
  171. details on these changes.
  172. * The ``PASSWORD_RESET_TIMEOUT_DAYS`` setting will be removed.
  173. * The undocumented usage of the :lookup:`isnull` lookup with non-boolean values
  174. as the right-hand side will no longer be allowed.
  175. * The ``django.db.models.query_utils.InvalidQuery`` exception class will be
  176. removed.
  177. * The ``django-admin.py`` entry point will be removed.
  178. * The ``HttpRequest.is_ajax()`` method will be removed.
  179. * Support for the pre-Django 3.1 encoding format of cookies values used by
  180. ``django.contrib.messages.storage.cookie.CookieStorage`` will be removed.
  181. * Support for the pre-Django 3.1 password reset tokens in the admin site (that
  182. use the SHA-1 hashing algorithm) will be removed.
  183. * Support for the pre-Django 3.1 encoding format of sessions will be removed.
  184. * Support for the pre-Django 3.1 ``django.core.signing.Signer`` signatures
  185. (encoded with the SHA-1 algorithm) will be removed.
  186. * Support for the pre-Django 3.1 ``django.core.signing.dumps()`` signatures
  187. (encoded with the SHA-1 algorithm) in ``django.core.signing.loads()`` will be
  188. removed.
  189. * Support for the pre-Django 3.1 user sessions (that use the SHA-1 algorithm)
  190. will be removed.
  191. * The ``get_response`` argument for
  192. ``django.utils.deprecation.MiddlewareMixin.__init__()`` will be required and
  193. won't accept ``None``.
  194. * The ``providing_args`` argument for ``django.dispatch.Signal`` will be
  195. removed.
  196. * The ``length`` argument for ``django.utils.crypto.get_random_string()`` will
  197. be required.
  198. * The ``list`` message for ``ModelMultipleChoiceField`` will be removed.
  199. * Support for passing raw column aliases to ``QuerySet.order_by()`` will be
  200. removed.
  201. * The model ``NullBooleanField`` will be removed. A stub field will remain for
  202. compatibility with historical migrations.
  203. * ``django.conf.urls.url()`` will be removed.
  204. * The model ``django.contrib.postgres.fields.JSONField`` will be removed. A
  205. stub field will remain for compatibility with historical migrations.
  206. * ``django.contrib.postgres.forms.JSONField``,
  207. ``django.contrib.postgres.fields.jsonb.KeyTransform``, and
  208. ``django.contrib.postgres.fields.jsonb.KeyTextTransform`` will be removed.
  209. * The ``{% ifequal %}`` and ``{% ifnotequal %}`` template tags will be removed.
  210. * The ``DEFAULT_HASHING_ALGORITHM`` transitional setting will be removed.
  211. .. _deprecation-removed-in-3.1:
  212. 3.1
  213. ---
  214. See the :ref:`Django 2.2 release notes <deprecated-features-2.2>` for more
  215. details on these changes.
  216. * ``django.utils.timezone.FixedOffset`` will be removed.
  217. * ``django.core.paginator.QuerySetPaginator`` will be removed.
  218. * A model's ``Meta.ordering`` will no longer affect ``GROUP BY`` queries.
  219. * ``django.contrib.postgres.fields.FloatRangeField`` and
  220. ``django.contrib.postgres.forms.FloatRangeField`` will be removed.
  221. * The ``FILE_CHARSET`` setting will be removed.
  222. * ``django.contrib.staticfiles.storage.CachedStaticFilesStorage`` will be
  223. removed.
  224. * ``RemoteUserBackend.configure_user()`` will require ``request`` as the first
  225. positional argument.
  226. * Support for ``SimpleTestCase.allow_database_queries`` and
  227. ``TransactionTestCase.multi_db`` will be removed.
  228. .. _deprecation-removed-in-3.0:
  229. 3.0
  230. ---
  231. See the :ref:`Django 2.0 release notes<deprecated-features-2.0>` for more
  232. details on these changes.
  233. * The ``django.db.backends.postgresql_psycopg2`` module will be removed.
  234. * ``django.shortcuts.render_to_response()`` will be removed.
  235. * The ``DEFAULT_CONTENT_TYPE`` setting will be removed.
  236. * ``HttpRequest.xreadlines()`` will be removed.
  237. * Support for the ``context`` argument of ``Field.from_db_value()`` and
  238. ``Expression.convert_value()`` will be removed.
  239. * The ``field_name`` keyword argument of ``QuerySet.earliest()`` and
  240. ``latest()`` will be removed.
  241. See the :ref:`Django 2.1 release notes <deprecated-features-2.1>` for more
  242. details on these changes.
  243. * ``django.contrib.gis.db.models.functions.ForceRHR`` will be removed.
  244. * ``django.utils.http.cookie_date()`` will be removed.
  245. * The ``staticfiles`` and ``admin_static`` template tag libraries will be
  246. removed.
  247. * ``django.contrib.staticfiles.templatetags.static()`` will be removed.
  248. * The shim to allow ``InlineModelAdmin.has_add_permission()`` to be defined
  249. without an ``obj`` argument will be removed.
  250. .. _deprecation-removed-in-2.1:
  251. 2.1
  252. ---
  253. See the :ref:`Django 1.11 release notes<deprecated-features-1.11>` for more
  254. details on these changes.
  255. * ``contrib.auth.views.login()``, ``logout()``, ``password_change()``,
  256. ``password_change_done()``, ``password_reset()``, ``password_reset_done()``,
  257. ``password_reset_confirm()``, and ``password_reset_complete()`` will be
  258. removed.
  259. * The ``extra_context`` parameter of ``contrib.auth.views.logout_then_login()``
  260. will be removed.
  261. * ``django.test.runner.setup_databases()`` will be removed.
  262. * ``django.utils.translation.string_concat()`` will be removed.
  263. * ``django.core.cache.backends.memcached.PyLibMCCache`` will no longer support
  264. passing ``pylibmc`` behavior settings as top-level attributes of ``OPTIONS``.
  265. * The ``host`` parameter of ``django.utils.http.is_safe_url()`` will be
  266. removed.
  267. * Silencing of exceptions raised while rendering the ``{% include %}`` template
  268. tag will be removed.
  269. * ``DatabaseIntrospection.get_indexes()`` will be removed.
  270. * The ``authenticate()`` method of authentication backends will require
  271. ``request`` as the first positional argument.
  272. * The ``django.db.models.permalink()`` decorator will be removed.
  273. * The ``USE_ETAGS`` setting will be removed. ``CommonMiddleware`` and
  274. ``django.utils.cache.patch_response_headers()`` will no longer set ETags.
  275. * The ``Model._meta.has_auto_field`` attribute will be removed.
  276. * ``url()``'s support for inline flags in regular expression groups (``(?i)``,
  277. ``(?L)``, ``(?m)``, ``(?s)``, and ``(?u)``) will be removed.
  278. * Support for ``Widget.render()`` methods without the ``renderer`` argument
  279. will be removed.
  280. .. _deprecation-removed-in-2.0:
  281. 2.0
  282. ---
  283. See the :ref:`Django 1.9 release notes<deprecated-features-1.9>` for more
  284. details on these changes.
  285. * The ``weak`` argument to ``django.dispatch.signals.Signal.disconnect()`` will
  286. be removed.
  287. * ``django.db.backends.base.BaseDatabaseOperations.check_aggregate_support()``
  288. will be removed.
  289. * The ``django.forms.extras`` package will be removed.
  290. * The ``assignment_tag`` helper will be removed.
  291. * The ``host`` argument to ``assertsRedirects`` will be removed. The
  292. compatibility layer which allows absolute URLs to be considered equal to
  293. relative ones when the path is identical will also be removed.
  294. * ``Field.rel`` will be removed.
  295. * ``Field.remote_field.to`` attribute will be removed.
  296. * The ``on_delete`` argument for ``ForeignKey`` and ``OneToOneField`` will be
  297. required.
  298. * ``django.db.models.fields.add_lazy_relation()`` will be removed.
  299. * When time zone support is enabled, database backends that don't support time
  300. zones won't convert aware datetimes to naive values in UTC anymore when such
  301. values are passed as parameters to SQL queries executed outside of the ORM,
  302. e.g. with ``cursor.execute()``.
  303. * The ``django.contrib.auth.tests.utils.skipIfCustomUser()`` decorator will be
  304. removed.
  305. * The ``GeoManager`` and ``GeoQuerySet`` classes will be removed.
  306. * The ``django.contrib.gis.geoip`` module will be removed.
  307. * The ``supports_recursion`` check for template loaders will be removed from:
  308. * ``django.template.engine.Engine.find_template()``
  309. * ``django.template.loader_tags.ExtendsNode.find_template()``
  310. * ``django.template.loaders.base.Loader.supports_recursion()``
  311. * ``django.template.loaders.cached.Loader.supports_recursion()``
  312. * The ``load_template()`` and ``load_template_sources()`` template loader
  313. methods will be removed.
  314. * The ``template_dirs`` argument for template loaders will be removed:
  315. * ``django.template.loaders.base.Loader.get_template()``
  316. * ``django.template.loaders.cached.Loader.cache_key()``
  317. * ``django.template.loaders.cached.Loader.get_template()``
  318. * ``django.template.loaders.cached.Loader.get_template_sources()``
  319. * ``django.template.loaders.filesystem.Loader.get_template_sources()``
  320. * The ``django.template.loaders.base.Loader.__call__()`` method will be
  321. removed.
  322. * Support for custom error views with a single positional parameter will be
  323. dropped.
  324. * The ``mime_type`` attribute of ``django.utils.feedgenerator.Atom1Feed`` and
  325. ``django.utils.feedgenerator.RssFeed`` will be removed in favor of
  326. ``content_type``.
  327. * The ``app_name`` argument to ``django.conf.urls.include()`` will be
  328. removed.
  329. * Support for passing a 3-tuple as the first argument to ``include()`` will
  330. be removed.
  331. * Support for setting a URL instance namespace without an application
  332. namespace will be removed.
  333. * ``Field._get_val_from_obj()`` will be removed in favor of
  334. ``Field.value_from_object()``.
  335. * ``django.template.loaders.eggs.Loader`` will be removed.
  336. * The ``current_app`` parameter to the ``contrib.auth`` views will be removed.
  337. * The ``callable_obj`` keyword argument to
  338. ``SimpleTestCase.assertRaisesMessage()`` will be removed.
  339. * Support for the ``allow_tags`` attribute on ``ModelAdmin`` methods will be
  340. removed.
  341. * The ``enclosure`` keyword argument to ``SyndicationFeed.add_item()`` will be
  342. removed.
  343. * The ``django.template.loader.LoaderOrigin`` and
  344. ``django.template.base.StringOrigin`` aliases for
  345. ``django.template.base.Origin`` will be removed.
  346. See the :ref:`Django 1.10 release notes <deprecated-features-1.10>` for more
  347. details on these changes.
  348. * The ``makemigrations --exit`` option will be removed.
  349. * Support for direct assignment to a reverse foreign key or many-to-many
  350. relation will be removed.
  351. * The ``get_srid()`` and ``set_srid()`` methods of
  352. ``django.contrib.gis.geos.GEOSGeometry`` will be removed.
  353. * The ``get_x()``, ``set_x()``, ``get_y()``, ``set_y()``, ``get_z()``, and
  354. ``set_z()`` methods of ``django.contrib.gis.geos.Point`` will be removed.
  355. * The ``get_coords()`` and ``set_coords()`` methods of
  356. ``django.contrib.gis.geos.Point`` will be removed.
  357. * The ``cascaded_union`` property of ``django.contrib.gis.geos.MultiPolygon``
  358. will be removed.
  359. * ``django.utils.functional.allow_lazy()`` will be removed.
  360. * The ``shell --plain`` option will be removed.
  361. * The ``django.core.urlresolvers`` module will be removed.
  362. * The model ``CommaSeparatedIntegerField`` will be removed. A stub field will
  363. remain for compatibility with historical migrations.
  364. * Support for the template ``Context.has_key()`` method will be removed.
  365. * Support for the ``django.core.files.storage.Storage.accessed_time()``,
  366. ``created_time()``, and ``modified_time()`` methods will be removed.
  367. * Support for query lookups using the model name when
  368. ``Meta.default_related_name`` is set will be removed.
  369. * The ``__search`` query lookup and the
  370. ``DatabaseOperations.fulltext_search_sql()`` method will be removed.
  371. * The shim for supporting custom related manager classes without a
  372. ``_apply_rel_filters()`` method will be removed.
  373. * Using ``User.is_authenticated()`` and ``User.is_anonymous()`` as methods
  374. will no longer be supported.
  375. * The private attribute ``virtual_fields`` of ``Model._meta`` will be removed.
  376. * The private keyword arguments ``virtual_only`` in
  377. ``Field.contribute_to_class()`` and ``virtual`` in
  378. ``Model._meta.add_field()`` will be removed.
  379. * The ``javascript_catalog()`` and ``json_catalog()`` views will be removed.
  380. * The ``django.contrib.gis.utils.precision_wkt()`` function will be removed.
  381. * In multi-table inheritance, implicit promotion of a ``OneToOneField`` to a
  382. ``parent_link`` will be removed.
  383. * Support for ``Widget._format_value()`` will be removed.
  384. * ``FileField`` methods ``get_directory_name()`` and ``get_filename()`` will be
  385. removed.
  386. * The ``mark_for_escaping()`` function and the classes it uses: ``EscapeData``,
  387. ``EscapeBytes``, ``EscapeText``, ``EscapeString``, and ``EscapeUnicode`` will
  388. be removed.
  389. * The ``escape`` filter will change to use
  390. ``django.utils.html.conditional_escape()``.
  391. * ``Manager.use_for_related_fields`` will be removed.
  392. * Model ``Manager`` inheritance will follow MRO inheritance rules and the
  393. ``Meta.manager_inheritance_from_future`` to opt-in to this behavior will be
  394. removed.
  395. * Support for old-style middleware using ``settings.MIDDLEWARE_CLASSES`` will
  396. be removed.
  397. .. _deprecation-removed-in-1.10:
  398. 1.10
  399. ----
  400. See the :ref:`Django 1.8 release notes<deprecated-features-1.8>` for more
  401. details on these changes.
  402. * Support for calling a ``SQLCompiler`` directly as an alias for calling its
  403. ``quote_name_unless_alias`` method will be removed.
  404. * ``cycle`` and ``firstof`` template tags will be removed from the ``future``
  405. template tag library (used during the 1.6/1.7 deprecation period).
  406. * ``django.conf.urls.patterns()`` will be removed.
  407. * Support for the ``prefix`` argument to
  408. ``django.conf.urls.i18n.i18n_patterns()`` will be removed.
  409. * ``SimpleTestCase.urls`` will be removed.
  410. * Using an incorrect count of unpacked values in the ``for`` template tag
  411. will raise an exception rather than fail silently.
  412. * The ability to reverse URLs using a dotted Python path will be removed.
  413. * The ability to use a dotted Python path for the ``LOGIN_URL`` and
  414. ``LOGIN_REDIRECT_URL`` settings will be removed.
  415. * Support for :py:mod:`optparse` will be dropped for custom management commands
  416. (replaced by :py:mod:`argparse`).
  417. * The class ``django.core.management.NoArgsCommand`` will be removed. Use
  418. :class:`~django.core.management.BaseCommand` instead, which takes no arguments
  419. by default.
  420. * ``django.core.context_processors`` module will be removed.
  421. * ``django.db.models.sql.aggregates`` module will be removed.
  422. * ``django.contrib.gis.db.models.sql.aggregates`` module will be removed.
  423. * The following methods and properties of ``django.db.sql.query.Query`` will
  424. be removed:
  425. * Properties: ``aggregates`` and ``aggregate_select``
  426. * Methods: ``add_aggregate``, ``set_aggregate_mask``, and
  427. ``append_aggregate_mask``.
  428. * ``django.template.resolve_variable`` will be removed.
  429. * The following private APIs will be removed from
  430. :class:`django.db.models.options.Options` (``Model._meta``):
  431. * ``get_field_by_name()``
  432. * ``get_all_field_names()``
  433. * ``get_fields_with_model()``
  434. * ``get_concrete_fields_with_model()``
  435. * ``get_m2m_with_model()``
  436. * ``get_all_related_objects()``
  437. * ``get_all_related_objects_with_model()``
  438. * ``get_all_related_many_to_many_objects()``
  439. * ``get_all_related_m2m_objects_with_model()``
  440. * The ``error_message`` argument of ``django.forms.RegexField`` will be removed.
  441. * The ``unordered_list`` filter will no longer support old style lists.
  442. * Support for string ``view`` arguments to ``url()`` will be removed.
  443. * The backward compatible shim to rename ``django.forms.Form._has_changed()``
  444. to ``has_changed()`` will be removed.
  445. * The ``removetags`` template filter will be removed.
  446. * The ``remove_tags()`` and ``strip_entities()`` functions in
  447. ``django.utils.html`` will be removed.
  448. * The ``is_admin_site`` argument to
  449. ``django.contrib.auth.views.password_reset()`` will be removed.
  450. * ``django.db.models.field.subclassing.SubfieldBase`` will be removed.
  451. * ``django.utils.checksums`` will be removed; its functionality is included
  452. in ``django-localflavor`` 1.1+.
  453. * The ``original_content_type_id`` attribute on
  454. ``django.contrib.admin.helpers.InlineAdminForm`` will be removed.
  455. * The backwards compatibility shim to allow ``FormMixin.get_form()`` to be
  456. defined with no default value for its ``form_class`` argument will be removed.
  457. * The following settings will be removed:
  458. * ``ALLOWED_INCLUDE_ROOTS``
  459. * ``TEMPLATE_CONTEXT_PROCESSORS``
  460. * ``TEMPLATE_DEBUG``
  461. * ``TEMPLATE_DIRS``
  462. * ``TEMPLATE_LOADERS``
  463. * ``TEMPLATE_STRING_IF_INVALID``
  464. * The backwards compatibility alias ``django.template.loader.BaseLoader`` will
  465. be removed.
  466. * Django template objects returned by
  467. :func:`~django.template.loader.get_template` and
  468. :func:`~django.template.loader.select_template` won't accept a
  469. :class:`~django.template.Context` in their
  470. :meth:`~django.template.backends.base.Template.render()` method anymore.
  471. * :doc:`Template response APIs </ref/template-response>` will enforce the use
  472. of :class:`dict` and backend-dependent template objects instead of
  473. :class:`~django.template.Context` and :class:`~django.template.Template`
  474. respectively.
  475. * The ``current_app`` parameter for the following function and classes will be
  476. removed:
  477. * ``django.shortcuts.render()``
  478. * ``django.template.Context()``
  479. * ``django.template.RequestContext()``
  480. * ``django.template.response.TemplateResponse()``
  481. * The ``dictionary`` and ``context_instance`` parameters for the following
  482. functions will be removed:
  483. * ``django.shortcuts.render()``
  484. * ``django.shortcuts.render_to_response()``
  485. * ``django.template.loader.render_to_string()``
  486. * The ``dirs`` parameter for the following functions will be removed:
  487. * ``django.template.loader.get_template()``
  488. * ``django.template.loader.select_template()``
  489. * ``django.shortcuts.render()``
  490. * ``django.shortcuts.render_to_response()``
  491. * Session verification will be enabled regardless of whether or not
  492. ``'django.contrib.auth.middleware.SessionAuthenticationMiddleware'`` is in
  493. ``MIDDLEWARE_CLASSES``.
  494. * Private attribute ``django.db.models.Field.related`` will be removed.
  495. * The ``--list`` option of the ``migrate`` management command will be removed.
  496. * The ``ssi`` template tag will be removed.
  497. * Support for the ``=`` comparison operator in the ``if`` template tag will be
  498. removed.
  499. * The backwards compatibility shims to allow ``Storage.get_available_name()``
  500. and ``Storage.save()`` to be defined without a ``max_length`` argument will
  501. be removed.
  502. * Support for the legacy ``%(<foo>)s`` syntax in ``ModelFormMixin.success_url``
  503. will be removed.
  504. * ``GeoQuerySet`` aggregate methods ``collect()``, ``extent()``, ``extent3d()``,
  505. ``make_line()``, and ``unionagg()`` will be removed.
  506. * Ability to specify ``ContentType.name`` when creating a content type instance
  507. will be removed.
  508. * Support for the old signature of ``allow_migrate`` will be removed. It changed
  509. from ``allow_migrate(self, db, model)`` to
  510. ``allow_migrate(self, db, app_label, model_name=None, **hints)``.
  511. * Support for the syntax of ``{% cycle %}`` that uses comma-separated arguments
  512. will be removed.
  513. * The warning that :class:`~django.core.signing.Signer` issues when given an
  514. invalid separator will become an exception.
  515. .. _deprecation-removed-in-1.9:
  516. 1.9
  517. ---
  518. See the :ref:`Django 1.7 release notes<deprecated-features-1.7>` for more
  519. details on these changes.
  520. * ``django.utils.dictconfig`` will be removed.
  521. * ``django.utils.importlib`` will be removed.
  522. * ``django.utils.tzinfo`` will be removed.
  523. * ``django.utils.unittest`` will be removed.
  524. * The ``syncdb`` command will be removed.
  525. * ``django.db.models.signals.pre_syncdb`` and
  526. ``django.db.models.signals.post_syncdb`` will be removed.
  527. * ``allow_syncdb`` on database routers will no longer automatically become
  528. ``allow_migrate``.
  529. * Automatic syncing of apps without migrations will be removed. Migrations will
  530. become compulsory for all apps unless you pass the ``--run-syncdb`` option to
  531. ``migrate``.
  532. * The SQL management commands for apps without migrations, ``sql``, ``sqlall``,
  533. ``sqlclear``, ``sqldropindexes``, and ``sqlindexes``, will be removed.
  534. * Support for automatic loading of ``initial_data`` fixtures and initial SQL
  535. data will be removed.
  536. * All models will need to be defined inside an installed application or
  537. declare an explicit :attr:`~django.db.models.Options.app_label`.
  538. Furthermore, it won't be possible to import them before their application
  539. is loaded. In particular, it won't be possible to import models inside
  540. the root package of their application.
  541. * The model and form ``IPAddressField`` will be removed. A stub field will
  542. remain for compatibility with historical migrations.
  543. * ``AppCommand.handle_app()`` will no longer be supported.
  544. * ``RequestSite`` and ``get_current_site()`` will no longer be importable from
  545. ``django.contrib.sites.models``.
  546. * FastCGI support via the ``runfcgi`` management command will be
  547. removed. Please deploy your project using WSGI.
  548. * ``django.utils.datastructures.SortedDict`` will be removed. Use
  549. :class:`collections.OrderedDict` from the Python standard library instead.
  550. * ``ModelAdmin.declared_fieldsets`` will be removed.
  551. * Instances of ``util.py`` in the Django codebase have been renamed to
  552. ``utils.py`` in an effort to unify all util and utils references.
  553. The modules that provided backwards compatibility will be removed:
  554. * ``django.contrib.admin.util``
  555. * ``django.contrib.gis.db.backends.util``
  556. * ``django.db.backends.util``
  557. * ``django.forms.util``
  558. * ``ModelAdmin.get_formsets`` will be removed.
  559. * The backward compatibility shim introduced to rename the
  560. ``BaseMemcachedCache._get_memcache_timeout()`` method to
  561. ``get_backend_timeout()`` will be removed.
  562. * The ``--natural`` and ``-n`` options for :djadmin:`dumpdata` will be removed.
  563. * The ``use_natural_keys`` argument for ``serializers.serialize()`` will be
  564. removed.
  565. * Private API ``django.forms.forms.get_declared_fields()`` will be removed.
  566. * The ability to use a ``SplitDateTimeWidget`` with ``DateTimeField`` will be
  567. removed.
  568. * The ``WSGIRequest.REQUEST`` property will be removed.
  569. * The class ``django.utils.datastructures.MergeDict`` will be removed.
  570. * The ``zh-cn`` and ``zh-tw`` language codes will be removed and have been
  571. replaced by the ``zh-hans`` and ``zh-hant`` language code respectively.
  572. * The internal ``django.utils.functional.memoize`` will be removed.
  573. * ``django.core.cache.get_cache`` will be removed. Add suitable entries
  574. to :setting:`CACHES` and use :data:`django.core.cache.caches` instead.
  575. * ``django.db.models.loading`` will be removed.
  576. * Passing callable arguments to querysets will no longer be possible.
  577. * ``BaseCommand.requires_model_validation`` will be removed in favor of
  578. ``requires_system_checks``. Admin validators will be replaced by admin
  579. checks.
  580. * The ``ModelAdmin.validator_class`` and ``default_validator_class`` attributes
  581. will be removed.
  582. * ``ModelAdmin.validate()`` will be removed.
  583. * ``django.db.backends.DatabaseValidation.validate_field`` will be removed in
  584. favor of the ``check_field`` method.
  585. * The ``validate`` management command will be removed.
  586. * ``django.utils.module_loading.import_by_path`` will be removed in favor of
  587. ``django.utils.module_loading.import_string``.
  588. * ``ssi`` and ``url`` template tags will be removed from the ``future`` template
  589. tag library (used during the 1.3/1.4 deprecation period).
  590. * ``django.utils.text.javascript_quote`` will be removed.
  591. * Database test settings as independent entries in the database settings,
  592. prefixed by ``TEST_``, will no longer be supported.
  593. * The ``cache_choices`` option to :class:`~django.forms.ModelChoiceField` and
  594. :class:`~django.forms.ModelMultipleChoiceField` will be removed.
  595. * The default value of the
  596. :attr:`RedirectView.permanent <django.views.generic.base.RedirectView.permanent>`
  597. attribute will change from ``True`` to ``False``.
  598. * ``django.contrib.sitemaps.FlatPageSitemap`` will be removed in favor of
  599. ``django.contrib.flatpages.sitemaps.FlatPageSitemap``.
  600. * Private API ``django.test.utils.TestTemplateLoader`` will be removed.
  601. * The ``django.contrib.contenttypes.generic`` module will be removed.
  602. * Private APIs ``django.db.models.sql.where.WhereNode.make_atom()`` and
  603. ``django.db.models.sql.where.Constraint`` will be removed.
  604. .. _deprecation-removed-in-1.8:
  605. 1.8
  606. ---
  607. See the :ref:`Django 1.6 release notes<deprecated-features-1.6>` for more
  608. details on these changes.
  609. * ``django.contrib.comments`` will be removed.
  610. * The following transaction management APIs will be removed:
  611. - ``TransactionMiddleware``,
  612. - the decorators and context managers ``autocommit``, ``commit_on_success``,
  613. and ``commit_manually``, defined in ``django.db.transaction``,
  614. - the functions ``commit_unless_managed`` and ``rollback_unless_managed``,
  615. also defined in ``django.db.transaction``,
  616. - the ``TRANSACTIONS_MANAGED`` setting.
  617. * The :ttag:`cycle` and :ttag:`firstof` template tags will auto-escape their
  618. arguments. In 1.6 and 1.7, this behavior is provided by the version of these
  619. tags in the ``future`` template tag library.
  620. * The ``SEND_BROKEN_LINK_EMAILS`` setting will be removed. Add the
  621. :class:`django.middleware.common.BrokenLinkEmailsMiddleware` middleware to
  622. your ``MIDDLEWARE_CLASSES`` setting instead.
  623. * ``django.middleware.doc.XViewMiddleware`` will be removed. Use
  624. ``django.contrib.admindocs.middleware.XViewMiddleware`` instead.
  625. * ``Model._meta.module_name`` was renamed to ``model_name``.
  626. * Remove the backward compatible shims introduced to rename ``get_query_set``
  627. and similar queryset methods. This affects the following classes:
  628. ``BaseModelAdmin``, ``ChangeList``, ``BaseCommentNode``,
  629. ``GenericForeignKey``, ``Manager``, ``SingleRelatedObjectDescriptor`` and
  630. ``ReverseSingleRelatedObjectDescriptor``.
  631. * Remove the backward compatible shims introduced to rename the attributes
  632. ``ChangeList.root_query_set`` and ``ChangeList.query_set``.
  633. * ``django.views.defaults.shortcut`` will be removed, as part of the
  634. goal of removing all ``django.contrib`` references from the core
  635. Django codebase. Instead use
  636. ``django.contrib.contenttypes.views.shortcut``. ``django.conf.urls.shortcut``
  637. will also be removed.
  638. * Support for the Python Imaging Library (PIL) module will be removed, as it
  639. no longer appears to be actively maintained & does not work on Python 3.
  640. * The following private APIs will be removed:
  641. - ``django.db.backend``
  642. - ``django.db.close_connection()``
  643. - ``django.db.backends.creation.BaseDatabaseCreation.set_autocommit()``
  644. - ``django.db.transaction.is_managed()``
  645. - ``django.db.transaction.managed()``
  646. * ``django.forms.widgets.RadioInput`` will be removed in favor of
  647. ``django.forms.widgets.RadioChoiceInput``.
  648. * The module ``django.test.simple`` and the class
  649. ``django.test.simple.DjangoTestSuiteRunner`` will be removed. Instead use
  650. ``django.test.runner.DiscoverRunner``.
  651. * The module ``django.test._doctest`` will be removed. Instead use the doctest
  652. module from the Python standard library.
  653. * The ``CACHE_MIDDLEWARE_ANONYMOUS_ONLY`` setting will be removed.
  654. * Usage of the hard-coded *Hold down "Control", or "Command" on a Mac, to select
  655. more than one.* string to override or append to user-provided ``help_text`` in
  656. forms for ManyToMany model fields will not be performed by Django anymore
  657. either at the model or forms layer.
  658. * The ``Model._meta.get_(add|change|delete)_permission`` methods will
  659. be removed.
  660. * The session key ``django_language`` will no longer be read for backwards
  661. compatibility.
  662. * Geographic Sitemaps will be removed
  663. (``django.contrib.gis.sitemaps.views.index`` and
  664. ``django.contrib.gis.sitemaps.views.sitemap``).
  665. * ``django.utils.html.fix_ampersands``, the ``fix_ampersands`` template filter and
  666. ``django.utils.html.clean_html`` will be removed following an accelerated deprecation.
  667. .. _deprecation-removed-in-1.7:
  668. 1.7
  669. ---
  670. See the :ref:`Django 1.5 release notes<deprecated-features-1.5>` for more
  671. details on these changes.
  672. * The module ``django.utils.simplejson`` will be removed. The standard library
  673. provides :mod:`json` which should be used instead.
  674. * The function ``django.utils.itercompat.product`` will be removed. The Python
  675. builtin version should be used instead.
  676. * Auto-correction of INSTALLED_APPS and TEMPLATE_DIRS settings when they are
  677. specified as a plain string instead of a tuple will be removed and raise an
  678. exception.
  679. * The ``mimetype`` argument to the ``__init__`` methods of
  680. :class:`~django.http.HttpResponse`,
  681. :class:`~django.template.response.SimpleTemplateResponse`, and
  682. :class:`~django.template.response.TemplateResponse`, will be removed.
  683. ``content_type`` should be used instead. This also applies to the
  684. ``render_to_response()`` shortcut and the sitemap views,
  685. :func:`~django.contrib.sitemaps.views.index` and
  686. :func:`~django.contrib.sitemaps.views.sitemap`.
  687. * When :class:`~django.http.HttpResponse` is instantiated with an iterator,
  688. or when :attr:`~django.http.HttpResponse.content` is set to an iterator,
  689. that iterator will be immediately consumed.
  690. * The ``AUTH_PROFILE_MODULE`` setting, and the ``get_profile()`` method on
  691. the User model, will be removed.
  692. * The ``cleanup`` management command will be removed. It's replaced by
  693. ``clearsessions``.
  694. * The ``daily_cleanup.py`` script will be removed.
  695. * The ``depth`` keyword argument will be removed from
  696. :meth:`~django.db.models.query.QuerySet.select_related`.
  697. * The undocumented ``get_warnings_state()``/``restore_warnings_state()``
  698. functions from :mod:`django.test.utils` and the ``save_warnings_state()``/
  699. ``restore_warnings_state()``
  700. :ref:`django.test.*TestCase <django-testcase-subclasses>` methods are
  701. deprecated. Use the :class:`warnings.catch_warnings` context manager
  702. available starting with Python 2.6 instead.
  703. * The undocumented ``check_for_test_cookie`` method in
  704. :class:`~django.contrib.auth.forms.AuthenticationForm` will be removed
  705. following an accelerated deprecation. Users subclassing this form should
  706. remove calls to this method, and instead ensure that their auth related views
  707. are CSRF protected, which ensures that cookies are enabled.
  708. * The version of ``django.contrib.auth.views.password_reset_confirm()`` that
  709. supports base36 encoded user IDs
  710. (``django.contrib.auth.views.password_reset_confirm_uidb36``) will be
  711. removed. If your site has been running Django 1.6 for more than
  712. ``PASSWORD_RESET_TIMEOUT_DAYS``, this change will have no effect. If not,
  713. then any password reset links generated before you upgrade to Django 1.7
  714. won't work after the upgrade.
  715. * The ``django.utils.encoding.StrAndUnicode`` mix-in will be removed.
  716. .. _deprecation-removed-in-1.6:
  717. 1.6
  718. ---
  719. See the :ref:`Django 1.4 release notes<deprecated-features-1.4>` for more
  720. details on these changes.
  721. * ``django.contrib.databrowse`` will be removed.
  722. * ``django.contrib.localflavor`` will be removed following an accelerated
  723. deprecation.
  724. * ``django.contrib.markup`` will be removed following an accelerated
  725. deprecation.
  726. * The compatibility modules ``django.utils.copycompat`` and
  727. ``django.utils.hashcompat`` as well as the functions
  728. ``django.utils.itercompat.all`` and ``django.utils.itercompat.any`` will
  729. be removed. The Python builtin versions should be used instead.
  730. * The ``csrf_response_exempt`` and ``csrf_view_exempt`` decorators will
  731. be removed. Since 1.4 ``csrf_response_exempt`` has been a no-op (it
  732. returns the same function), and ``csrf_view_exempt`` has been a
  733. synonym for ``django.views.decorators.csrf.csrf_exempt``, which should
  734. be used to replace it.
  735. * The ``django.core.cache.backends.memcached.CacheClass`` backend
  736. was split into two in Django 1.3 in order to introduce support for
  737. PyLibMC. The historical ``CacheClass`` will be removed in favor of
  738. ``django.core.cache.backends.memcached.MemcachedCache``.
  739. * The UK-prefixed objects of ``django.contrib.localflavor.uk`` will only
  740. be accessible through their GB-prefixed names (GB is the correct
  741. ISO 3166 code for United Kingdom).
  742. * The ``IGNORABLE_404_STARTS`` and ``IGNORABLE_404_ENDS`` settings have been
  743. superseded by :setting:`IGNORABLE_404_URLS` in the 1.4 release. They will be
  744. removed.
  745. * The form wizard has been refactored to use class-based views with pluggable
  746. backends in 1.4. The previous implementation will be removed.
  747. * Legacy ways of calling
  748. :func:`~django.views.decorators.cache.cache_page` will be removed.
  749. * The backward-compatibility shim to automatically add a debug-false
  750. filter to the ``'mail_admins'`` logging handler will be removed. The
  751. :setting:`LOGGING` setting should include this filter explicitly if
  752. it is desired.
  753. * The builtin truncation functions ``django.utils.text.truncate_words()``
  754. and ``django.utils.text.truncate_html_words()`` will be removed in
  755. favor of the ``django.utils.text.Truncator`` class.
  756. * The ``django.contrib.gis.geoip.GeoIP`` class was moved to
  757. ``django.contrib.gis.geoip`` in 1.4 -- the shortcut in
  758. ``django.contrib.gis.utils`` will be removed.
  759. * ``django.conf.urls.defaults`` will be removed. The functions
  760. ``include()``, ``patterns()``, and ``url()``, plus
  761. :data:`~django.conf.urls.handler404` and :data:`~django.conf.urls.handler500`
  762. are now available through ``django.conf.urls``.
  763. * The functions ``setup_environ()`` and ``execute_manager()`` will be removed
  764. from :mod:`django.core.management`. This also means that the old (pre-1.4)
  765. style of :file:`manage.py` file will no longer work.
  766. * Setting the ``is_safe`` and ``needs_autoescape`` flags as attributes of
  767. template filter functions will no longer be supported.
  768. * The attribute ``HttpRequest.raw_post_data`` was renamed to ``HttpRequest.body``
  769. in 1.4. The backward compatibility will be removed --
  770. ``HttpRequest.raw_post_data`` will no longer work.
  771. * The value for the ``post_url_continue`` parameter in
  772. ``ModelAdmin.response_add()`` will have to be either ``None`` (to redirect
  773. to the newly created object's edit page) or a pre-formatted url. String
  774. formats, such as the previous default ``'../%s/'``, will not be accepted any
  775. more.
  776. .. _deprecation-removed-in-1.5:
  777. 1.5
  778. ---
  779. See the :ref:`Django 1.3 release notes<deprecated-features-1.3>` for more
  780. details on these changes.
  781. * Starting Django without a :setting:`SECRET_KEY` will result in an exception
  782. rather than a ``DeprecationWarning``. (This is accelerated from the usual
  783. deprecation path; see the :doc:`Django 1.4 release notes</releases/1.4>`.)
  784. * The ``mod_python`` request handler will be removed. The ``mod_wsgi``
  785. handler should be used instead.
  786. * The ``template`` attribute on ``django.test.client.Response``
  787. objects returned by the :ref:`test client <test-client>` will be removed.
  788. The :attr:`~django.test.Response.templates` attribute should be
  789. used instead.
  790. * The ``django.test.simple.DjangoTestRunner`` will be removed.
  791. Instead use a ``unittest``-native class. The features of the
  792. ``django.test.simple.DjangoTestRunner`` (including fail-fast and
  793. Ctrl-C test termination) can be provided by :class:`unittest.TextTestRunner`.
  794. * The undocumented function
  795. ``django.contrib.formtools.utils.security_hash`` will be removed,
  796. instead use ``django.contrib.formtools.utils.form_hmac``
  797. * The function-based generic view modules will be removed in favor of their
  798. class-based equivalents, outlined :doc:`here
  799. </topics/class-based-views/index>`.
  800. * The ``django.core.servers.basehttp.AdminMediaHandler`` will be
  801. removed. In its place use
  802. ``django.contrib.staticfiles.handlers.StaticFilesHandler``.
  803. * The template tags library ``adminmedia`` and the template tag ``{%
  804. admin_media_prefix %}`` will be removed in favor of the generic static files
  805. handling. (This is faster than the usual deprecation path; see the
  806. :doc:`Django 1.4 release notes</releases/1.4>`.)
  807. * The ``url`` and ``ssi`` template tags will be modified so that the first
  808. argument to each tag is a template variable, not an implied string. In 1.4,
  809. this behavior is provided by a version of the tag in the ``future`` template
  810. tag library.
  811. * The ``reset`` and ``sqlreset`` management commands will be removed.
  812. * Authentication backends will need to support an inactive user
  813. being passed to all methods dealing with permissions.
  814. The ``supports_inactive_user`` attribute will no longer be checked
  815. and can be removed from custom backends.
  816. * :meth:`~django.contrib.gis.geos.GEOSGeometry.transform` will raise
  817. a :class:`~django.contrib.gis.geos.GEOSException` when called
  818. on a geometry with no SRID value.
  819. * ``django.http.CompatCookie`` will be removed in favor of
  820. ``django.http.SimpleCookie``.
  821. * ``django.core.context_processors.PermWrapper`` and
  822. ``django.core.context_processors.PermLookupDict`` will be removed in
  823. favor of the corresponding
  824. ``django.contrib.auth.context_processors.PermWrapper`` and
  825. ``django.contrib.auth.context_processors.PermLookupDict``, respectively.
  826. * The :setting:`MEDIA_URL` or :setting:`STATIC_URL` settings will be
  827. required to end with a trailing slash to ensure there is a consistent
  828. way to combine paths in templates.
  829. * ``django.db.models.fields.URLField.verify_exists`` will be removed. The
  830. feature was deprecated in 1.3.1 due to intractable security and
  831. performance issues and will follow a slightly accelerated deprecation
  832. timeframe.
  833. * Translations located under the so-called *project path* will be ignored during
  834. the translation building process performed at runtime. The
  835. :setting:`LOCALE_PATHS` setting can be used for the same task by including the
  836. filesystem path to a ``locale`` directory containing non-app-specific
  837. translations in its value.
  838. * The Markup contrib app will no longer support versions of Python-Markdown
  839. library earlier than 2.1. An accelerated timeline was used as this was
  840. a security related deprecation.
  841. * The ``CACHE_BACKEND`` setting will be removed. The cache backend(s) should be
  842. specified in the :setting:`CACHES` setting.
  843. .. _deprecation-removed-in-1.4:
  844. 1.4
  845. ---
  846. See the :ref:`Django 1.2 release notes<deprecated-features-1.2>` for more
  847. details on these changes.
  848. * ``CsrfResponseMiddleware`` and ``CsrfMiddleware`` will be removed. Use
  849. the ``{% csrf_token %}`` template tag inside forms to enable CSRF
  850. protection. ``CsrfViewMiddleware`` remains and is enabled by default.
  851. * The old imports for CSRF functionality (``django.contrib.csrf.*``),
  852. which moved to core in 1.2, will be removed.
  853. * The ``django.contrib.gis.db.backend`` module will be removed in favor
  854. of the specific backends.
  855. * ``SMTPConnection`` will be removed in favor of a generic email backend API.
  856. * The many to many SQL generation functions on the database backends
  857. will be removed.
  858. * The ability to use the ``DATABASE_*`` family of top-level settings to
  859. define database connections will be removed.
  860. * The ability to use shorthand notation to specify a database backend
  861. (i.e., ``sqlite3`` instead of ``django.db.backends.sqlite3``) will be
  862. removed.
  863. * The ``get_db_prep_save``, ``get_db_prep_value`` and
  864. ``get_db_prep_lookup`` methods will have to support multiple databases.
  865. * The ``Message`` model (in ``django.contrib.auth``), its related
  866. manager in the ``User`` model (``user.message_set``), and the
  867. associated methods (``user.message_set.create()`` and
  868. ``user.get_and_delete_messages()``), will be removed. The
  869. :doc:`messages framework </ref/contrib/messages>` should be used
  870. instead. The related ``messages`` variable returned by the
  871. auth context processor will also be removed. Note that this
  872. means that the admin application will depend on the messages
  873. context processor.
  874. * Authentication backends will need to support the ``obj`` parameter for
  875. permission checking. The ``supports_object_permissions`` attribute
  876. will no longer be checked and can be removed from custom backends.
  877. * Authentication backends will need to support the ``AnonymousUser`` class
  878. being passed to all methods dealing with permissions. The
  879. ``supports_anonymous_user`` variable will no longer be checked and can be
  880. removed from custom backends.
  881. * The ability to specify a callable template loader rather than a
  882. ``Loader`` class will be removed, as will the ``load_template_source``
  883. functions that are included with the built in template loaders for
  884. backwards compatibility.
  885. * ``django.utils.translation.get_date_formats()`` and
  886. ``django.utils.translation.get_partial_date_formats()``. These functions
  887. will be removed; use the locale-aware
  888. ``django.utils.formats.get_format()`` to get the appropriate formats.
  889. * In ``django.forms.fields``, the constants: ``DEFAULT_DATE_INPUT_FORMATS``,
  890. ``DEFAULT_TIME_INPUT_FORMATS`` and
  891. ``DEFAULT_DATETIME_INPUT_FORMATS`` will be removed. Use
  892. ``django.utils.formats.get_format()`` to get the appropriate
  893. formats.
  894. * The ability to use a function-based test runner will be removed,
  895. along with the ``django.test.simple.run_tests()`` test runner.
  896. * The ``views.feed()`` view and ``feeds.Feed`` class in
  897. ``django.contrib.syndication`` will be removed. The class-based view
  898. ``views.Feed`` should be used instead.
  899. * ``django.core.context_processors.auth``. This release will
  900. remove the old method in favor of the new method in
  901. ``django.contrib.auth.context_processors.auth``.
  902. * The ``postgresql`` database backend will be removed, use the
  903. ``postgresql_psycopg2`` backend instead.
  904. * The ``no`` language code will be removed and has been replaced by the
  905. ``nb`` language code.
  906. * Authentication backends will need to define the boolean attribute
  907. ``supports_inactive_user`` until version 1.5 when it will be assumed that
  908. all backends will handle inactive users.
  909. * ``django.db.models.fields.XMLField`` will be removed. This was
  910. deprecated as part of the 1.3 release. An accelerated deprecation
  911. schedule has been used because the field hasn't performed any role
  912. beyond that of a simple ``TextField`` since the removal of ``oldforms``.
  913. All uses of ``XMLField`` can be replaced with ``TextField``.
  914. * The undocumented ``mixin`` parameter to the ``open()`` method of
  915. ``django.core.files.storage.Storage`` (and subclasses) will be removed.
  916. .. _deprecation-removed-in-1.3:
  917. 1.3
  918. ---
  919. See the :ref:`Django 1.1 release notes<deprecated-features-1.1>` for more
  920. details on these changes.
  921. * ``AdminSite.root()``. This method of hooking up the admin URLs will be
  922. removed in favor of including ``admin.site.urls``.
  923. * Authentication backends need to define the boolean attributes
  924. ``supports_object_permissions`` and ``supports_anonymous_user`` until
  925. version 1.4, at which point it will be assumed that all backends will
  926. support these options.