django/django/utils
Nick Pope 9bd174b9a7 Updated documentation and comments for RFC updates.
- Updated references to RFC 1123 to RFC 5322
  - Only partial as RFC 5322 sort of sub-references RFC 1123.
- Updated references to RFC 2388 to RFC 7578
  - Except RFC 2388 Section 5.3 which has no equivalent.
- Updated references to RFC 2396 to RFC 3986
- Updated references to RFC 2616 to RFC 9110
- Updated references to RFC 3066 to RFC 5646
- Updated references to RFC 7230 to RFC 9112
- Updated references to RFC 7231 to RFC 9110
- Updated references to RFC 7232 to RFC 9110
- Updated references to RFC 7234 to RFC 9111
- Tidied up style of text when referring to RFC documents
2022-11-10 13:52:17 +01:00
..
translation Updated documentation and comments for RFC updates. 2022-11-10 13:52:17 +01:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
_os.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
archive.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
asyncio.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
autoreload.py Refs #30213 -- Removed post-startup check for Watchman availability. 2022-08-11 11:02:03 +02:00
baseconv.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
cache.py Updated documentation and comments for RFC updates. 2022-11-10 13:52:17 +01:00
connection.py Made closing in connection handlers more DRY. 2022-05-12 15:13:51 +02:00
crypto.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
datastructures.py Fixed #33532 -- Optimized CaseInsensitiveMapping instantiation for dicts. 2022-02-23 20:15:22 +01:00
dateformat.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
dateparse.py Refs #32365 -- Removed internal uses of utils.timezone.utc alias. 2022-03-24 06:29:50 +01:00
dates.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
datetime_safe.py Used more augmented assignment statements. 2022-10-31 12:30:13 +01:00
deconstruct.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
decorators.py Renamed wrapped functions to wrapper. 2022-05-25 10:53:52 +02:00
deprecation.py Refs #27236 -- Reverted "Refs #27236 -- Refactored out DeprecationForHistoricalMigrationMixin." 2022-07-26 11:41:19 +02:00
duration.py Used more augmented assignment statements. 2022-10-31 12:30:13 +01:00
encoding.py Updated documentation and comments for RFC updates. 2022-11-10 13:52:17 +01:00
feedgenerator.py Refs #32365 -- Removed internal uses of utils.timezone.utc alias. 2022-03-24 06:29:50 +01:00
formats.py Fixed #33748 -- Fixed date template filter crash with lazy format. 2022-05-31 06:09:39 +02:00
functional.py Optimized lazy wrappers a bit. 2022-03-03 06:19:11 +01:00
hashable.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
html.py Updated documentation and comments for RFC updates. 2022-11-10 13:52:17 +01:00
http.py Updated documentation and comments for RFC updates. 2022-11-10 13:52:17 +01:00
inspect.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
ipv6.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
itercompat.py Refs #27656 -- Updated django.utils docstring verbs according to PEP 257. 2017-02-11 16:11:08 -05:00
jslex.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
log.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
lorem_ipsum.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
module_loading.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
numberformat.py Used more augmented assignment statements. 2022-10-31 12:30:13 +01:00
regex_helper.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
safestring.py Renamed wrapped functions to wrapper. 2022-05-25 10:53:52 +02:00
termcolors.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
text.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
timesince.py Refs #32365 -- Removed internal uses of utils.timezone.utc alias. 2022-03-24 06:29:50 +01:00
timezone.py Used more augmented assignment statements. 2022-10-31 12:30:13 +01:00
topological_sort.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
tree.py Refs #32948, Refs #32946 -- Used Q.create() internally for dynamic Q() objects. 2022-07-27 10:06:24 +02:00
version.py Refs #33173 -- Fixed MailTests.test_backend_arg() on Windows and Python 3.11+. 2022-02-19 20:36:01 +01:00
xmlutils.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00