Ravenports generated: 02 Jan 2019 20:21
[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=                3.1.2
5 KEYWORDS=               python
6 VARIANTS=               py36 py37
7 SDESC[py36]=            Django model mixins and utilities (PY 36)
8 SDESC[py37]=            Django model mixins and utilities (PY 37)
9 HOMEPAGE=               https://github.com/jazzband/django-model-utils/
10 CONTACT=                Python_Automaton[python@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            PYPI/d/django-model-utils
14 DISTFILE[1]=            django-model-utils-3.1.2.tar.gz:main
15 DF_INDEX=               1
16 SPKGS[py36]=            single
17 SPKGS[py37]=            single
18
19 OPTIONS_AVAILABLE=      PY36 PY37
20 OPTIONS_STANDARD=       none
21 VOPTS[py36]=            PY36=ON PY37=OFF
22 VOPTS[py37]=            PY36=OFF PY37=ON
23
24 DISTNAME=               django-model-utils-3.1.2
25
26 GENERATED=              yes
27
28 [PY36].BUILDRUN_DEPENDS_ON=             python-Django:single:py36
29 [PY36].USES_ON=                         python:py36
30
31 [PY37].BUILDRUN_DEPENDS_ON=             python-Django:single:py37
32 [PY37].USES_ON=                         python:py37
33
34 [FILE:2917:descriptions/desc.single]
35 ==================
36 django-model-utils
37 ==================
38
39 .. image:: https://jazzband.co/static/img/badge.svg
40    :target: https://jazzband.co/
41    :alt: Jazzband
42 .. image::
43 https://travis-ci.org/jazzband/django-model-utils.svg?branch=master
44    :target: https://travis-ci.org/jazzband/django-model-utils
45 .. image::
46 https://codecov.io/gh/jazzband/django-model-utils/branch/master/graph/badge
47 .svg
48   :target: https://codecov.io/gh/jazzband/django-model-utils
49 .. image:: https://img.shields.io/pypi/v/django-model-utils.svg
50    :target: https://pypi.python.org/pypi/django-model-utils
51
52 Django model mixins and utilities.
53
54 ``django-model-utils`` supports `Django`_ 1.8 to 2.0.
55
56 .. _Django: http://www.djangoproject.com/
57
58 This app is available on `PyPI`_.
59
60 .. _PyPI: https://pypi.python.org/pypi/django-model-utils/
61
62 Getting Help
63 ============
64
65 Documentation for django-model-utils is available
66 https://django-model-utils.readthedocs.io/
67
68 Contributing
69 ============
70
71 Please file bugs and send pull requests to the `GitHub repository`_ and
72 `issue
73 tracker`_. See `CONTRIBUTING.rst`_ for details.
74
75 .. _GitHub repository: https://github.com/jazzband/django-model-utils/
76 .. _issue tracker: https://github.com/jazzband/django-model-utils/issues
77 .. _CONTRIBUTING.rst:
78 https://github.com/jazzband/django-model-utils/blob/master/CONTRIBUTING.rst
79
80
81 CHANGES
82 =======
83
84 master (unreleased)
85 -------------------
86
87 3.1.2 (2018.05.09)
88 ------------------
89 * Update InheritanceIterable to inherit from
90   ModelIterable instead of BaseIterable, fixes GH-277.
91
92
93 3.1.1 (2017.12.17)
94 ------------------
95
96 - Update classifiers and README via GH-306, fixes GH-305
97
98 3.1.0 (2017.12.11)
99 ------------------
100
101 - Support for Django 2.0 via GH-298, fixes GH-297
102 - Remove old travis script via GH-300
103 - Fix codecov and switch to py.test #301
104
105 3.0.0 (2017.04.13)
106 ------------------
107
108 * Drop support for Python 2.6.
109 * Drop support for Django 1.4, 1.5, 1.6, 1.7.
110 * Exclude tests from the distribution, fixes GH-258.
111 * Add support for Django 1.11 GH-269
112
113
114 2.6.1 (2017.01.11)
115 ------------------
116
117 * Fix infinite recursion with multiple `MonitorField` and `defer()` or
118 `only()`
119   on Django 1.10+. Thanks Romain Garrigues. Merge of GH-242, fixes GH-241.
120
121 * Fix `InheritanceManager` and `SoftDeletableManager` to respect
122   `self._queryset_class` instead of hardcoding the queryset class. Merge of
123   GH-250, fixes GH-249.
124
125 * Add mixins for `SoftDeletableQuerySet` and `SoftDeletableManager`, as
126 stated
127   in the the documentation.
128
129 * Fix `SoftDeletableModel.delete()` to use the correct database connection.
130   Merge of GH-239.
131
132 * Added boolean keyword argument `soft` to `SoftDeletableModel.delete()`
133 that
134   revert to default behavior when set to `False`. Merge of GH-240.
135
136 * Enforced default manager in `StatusModel` to avoid manager order issues
137 when
138   using abstract models that redefine `objects` manager. Merge of GH-253,
139 fixes
140   GH-251.
141
142
143 2.6 (2016.09.19)
144 ----------------
145
146
147 [FILE:110:distinfo]
148 2c057f3bf0859aba27f04389f0cedd2d48f8c9b3848acb86fd9970794e58f477        24688 django-model-utils-3.1.2.tar.gz
149