File: deprecations.rst

package info (click to toggle)
django-environ 0.12.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 516 kB
  • sloc: python: 2,434; makefile: 171
file content (22 lines) | stat: -rw-r--r-- 406 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
============
Deprecations
============

Features deprecated in 0.10.0
=============================

Python
------

* Support of Python < 3.6 is deprecated and will be removed
  in next major version.


Features deprecated in 0.9.0
============================

Methods
-------

* The ``environ.Env.unicode`` method is deprecated as it was used
  for Python 2.x only. Use :meth:`.environ.Env.str` instead.