Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refs #34233 -- Used @functools.cache. | Nick Pope | 2023-01-18 | 1 | -1/+1 |
| | | | | Python 3.9+ supports @functools.cache as an alias for @functools.lru_cache(maxsize=None). | ||||
* | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 1 | -11/+15 |
| | |||||
* | Refs #23919 -- Stopped using django.utils.lru_cache(). | Aymeric Augustin | 2017-01-18 | 1 | -2/+2 |
| | |||||
* | Refs #23919 -- Removed six.<various>_types usage | Claude Paroz | 2017-01-18 | 1 | -2/+2 |
| | | | | Thanks Tim Graham and Simon Charette for the reviews. | ||||
* | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz | 2017-01-18 | 1 | -2/+0 |
| | |||||
* | Fixed #26013 -- Moved django.core.urlresolvers to django.urls. | Marten Kenbeek | 2015-12-31 | 1 | -0/+64 |
Thanks to Tim Graham for the review. |