Django-querysetsequence

Latest version: v0.17

Safety actively analyzes 629855 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 4

0.2.4

==================

Improvements
------------

* Support ``order_by()`` that references a related model (e.g. a ``ForeignKey``
relationship using ``foo`` or ``foo_id`` syntaxes).
(`94274d6 <https://github.com/clokep/django-querysetsequence/commit/94274d61e804827aa858cd0d0247f6400ece91a9>`_)
* Support ``order_by()`` that references a field on a related model (e.g.
``foo__bar``) (`a97d940 <https://github.com/clokep/django-querysetsequence/commit/a97d9406e2e40590f54c6861c6d33187e22dba9b>`_)

Maintenance
-----------

* Support Django 1.9.1. (`9497e09 <https://github.com/clokep/django-querysetsequence/commit/9497e09884e645af1f1016dbf91e49d8f21d1028>`_)

0.2.3

==================

Bugfixes
--------

* Fixed calling ``order_by()`` with a single field.
(`5c8521c <https://github.com/clokep/django-querysetsequence/commit/5c8521ce6b3da1f7a736b58f30b2f5a3019fef67>`_)

0.2.2

==================

Improvements
------------

* Support the ``get()`` method on ``QuerySetSequence``.
(`957a650 <https://github.com/clokep/django-querysetsequence/commit/957a65065f9ee23deb6936cd9444605fd3047bee>`_)

0.2.1

==================

Bugfixes
--------

* Fixed a bug when there's no data to iterate.
(`02aafac <https://github.com/clokep/django-querysetsequence/commit/02aafacaad4049e6143d262027474e08a341751a>`_)

0.2

================

Bugfixes
--------

* Do not try to instantiate ``EmptyQuerySet``.
(`99dba06 <https://github.com/clokep/django-querysetsequence/commit/99dba0613c9acfd99197b28114323502932df1aa>`_)

Maintenance
-----------

* Fixed packaging. (`9b1ae74 <https://github.com/clokep/django-querysetsequence/commit/9b1ae7410004635dd59d07fda89c9aa93979a88f>`_)

0.1

================

* Support Django 1.8.0.
* Various bug fixes and tests.

The initial commits on based on DjangoSnippets and other code:

* `DjangoSnippet 1103 <https://www.djangosnippets.org/snippets/1103/>`_ by
`mattdw <https://www.djangosnippets.org/users/mattdw/>`_. foo_7a081bfcfc0eff2aba4d550632d9733786c65ac8
* `DjangoSnippet 1253 <https://djangosnippets.org/snippets/1253/>`_ by
`joonas <https://djangosnippets.org/users/joonas/>`_.
foo_8d989bcc36140573a0f4d5f1e0e1e99e9a90a9f4

* Updated per `comment 1553 <https://djangosnippets.org/snippets/1253/#c1553>`_
by `nosa_manuel <https://djangosnippets.org/users/nosa_manuel/>`_.
foo_ff258ca20f2a5c8e536a744fb9b64fba87046ef5
* Updated per `comment 4642 <https://djangosnippets.org/snippets/1253/#c4642>`_
by `esquevin <https://djangosnippets.org/users/esquevin/>`_.
foo_04b5fe14a5e8803c2b11259ff60c095fb9da8ce3
* `DjangoSnippet 1933 <https://djangosnippets.org/snippets/1933/>`_ by
`t_rybik <https://djangosnippets.org/users/t_rybik/>`_.
foo_93f5575b3661bd2334960767eadf4a1ba03bfb8f
* `django-ko-demo from The Atlantic <https://github.com/theatlantic/django-ko-demo/blob/1a37c9ad9bcd68a40c35462fb819fff85a9533f7/apps/curation_nouveau/queryset_sequence.py>`_
by `fdintino <https://github.com/fdintino>`_.
foo_0b875aeb8aaea20ba47fc2fbc285d078aee42240

Page 4 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.