Ravenports generated: 17 Apr 2023 18:32
[ravenports.git] / bucket_6A / python-django-model-utils
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-django-model-utils
4 VERSION=                4.3.1
5 KEYWORDS=               python
6 VARIANTS=               py310 v11
7 SDESC[py310]=           Django model mixins and utilities (3.10)
8 SDESC[v11]=             Django model mixins and utilities (3.11)
9 HOMEPAGE=               https://github.com/jazzband/django-model-utils
10 CONTACT=                Python_Automaton[python@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            PYPIWHL/17/38/5381cfbee475ddf6c109e434516ac969163124dcaad2cfc258586c571515
14 DISTFILE[1]=            django_model_utils-4.3.1-py3-none-any.whl:main
15 DF_INDEX=               1
16 SPKGS[py310]=           single
17 SPKGS[v11]=             single
18
19 OPTIONS_AVAILABLE=      PY310 PY311
20 OPTIONS_STANDARD=       none
21 VOPTS[py310]=           PY310=ON PY311=OFF
22 VOPTS[v11]=             PY310=OFF PY311=ON
23
24 DISTNAME=               django_model_utils-4.3.1.dist-info
25
26 GENERATED=              yes
27
28 [PY310].RUN_DEPENDS_ON=                 python-Django:single:py310
29 [PY310].USES_ON=                        python:py310,wheel
30
31 [PY311].RUN_DEPENDS_ON=                 python-Django:single:v11
32 [PY311].USES_ON=                        python:v11,wheel
33
34 [FILE:2363:descriptions/desc.single]
35 ==================
36 django-model-utils
37 ==================
38
39    :alt: Jazzband
40    :alt: Supported Python versions
41    :alt: Supported Django versions
42
43 Django model mixins and utilities.
44
45 ``django-model-utils`` supports `Django`_ 3.2+.
46
47 .. _Django: https://www.djangoproject.com/
48
49 This app is available on `PyPI`_.
50
51 .. _PyPI: https://pypi.python.org/pypi/django-model-utils/
52
53 Getting Help
54 ============
55
56 Documentation for django-model-utils is available
57 https://django-model-utils.readthedocs.io/
58
59 Run tests
60 ---------
61
62 .. code-block
63
64     pip install -e .
65     py.test
66
67 Contributing
68 ============
69
70 Please file bugs and send pull requests to the `GitHub repository`_ and
71 `issue
72 tracker`_. See `CONTRIBUTING.rst`_ for details.
73
74 .. _GitHub repository: https://github.com/jazzband/django-model-utils/
75 .. _issue tracker: https://github.com/jazzband/django-model-utils/issues
76 .. _CONTRIBUTING.rst:
77 https://github.com/jazzband/django-model-utils/blob/master/CONTRIBUTING.rst
78
79 Changelog
80 =========
81
82 4.3.1 (2022-11-15)
83 ------------------
84
85 - Confirm support for `Django 4.0`
86 - Add Spanish translation
87 - Add French translation
88 - Drop Django 1.7 workaround from `select_subclasses()`
89 - Drop support for `Django < 3.2`
90 - Drop support for `Python 3.6`
91 - Confirm support for `Django 4.1`
92
93 4.3.0
94 -----
95
96 - Never released due to packaging issues.
97
98 4.2.0 (2021-10-11)
99 ------------------
100
101 - Add support for `Django 3.2`
102 - Drop support for `Django 3.0`
103 - Add support for `Python 3.10`
104 - Added urlsafe token field.
105 - Introduce context manager for FieldTracker state reset (GH-#491)
106 - Fix performance regression of FieldTracker on FileField subclasses on
107 Django 3.1+
108   (GH-#498)
109
110 4.1.1 (2020-12-01)
111 ------------------
112
113 - Applied `isort` to codebase (Refs GH-#402)
114 - Fix `TypeError` in save when model inherits from both TimeStampModel
115   and StatusModel. (Fixes GH-465)
116
117 4.1.0 (2020-11-29)
118 ------------------
119
120 **Breaking changes:**
121
122 - `FieldTracker` now marks fields as not changed after `refresh_from_db`
123   respecting `fields` argument (GH-#404)
124 - `FieldTracker` now respects `update_fields` changed in overridden
125 `save()`
126   method (GH-#404)
127 - `FieldTracker` now resets states after `pre_save()` and not anymore
128 `save()`
129   signals, possibly altering the behaviour of overridden `save()`
130   methods (GH-#404)
131
132 **Other changes:**
133
134 - Update InheritanceQuerySetMixin to avoid querying too much tables
135
136
137 [FILE:120:distinfo]
138 8c0b0177bab909a8635b602d960daa67e80607aa5469217857271a60726d7a4b        36658 django_model_utils-4.3.1-py3-none-any.whl
139