A different stuff for Django to faster make a world a better place.
Project description
=============================
django-atom
=============================
.. image:: https://badge.fury.io/py/django-atom.png
:target: https://badge.fury.io/py/django-atom
.. image:: https://travis-ci.org/ad-m/django-atom.png?branch=master
:target: https://travis-ci.org/ad-m/django-atom
A different stuff for Django to faster make a world a better place.
Documentation
-------------
The full documentation is at https://django-atom.readthedocs.org.
Quickstart
----------
Install django-atom::
pip install django-atom
Then use it in a project::
import atom
Extensions
----------
slugify
#######
Example usage in ``settings.py`` add
.. code:: python
AUTOSLUG_SLUGIFY_FUNCTION = 'atom.ext.slugify.slugifier.ascii_slugify'
Required ```unicode-slugify```, ```django-autoslug```.
History
-------
0.1.0 (2015-08-01)
++++++++++++++++++
* First release on PyPI.
0.2.0 (2015-08-04)
++++++++++++++++++
* Added AutocompleteChoiceFilter
* Add CSS-class settings for CrispyFormFilter
* Drop strict requirements for django-tinycontent
0.3.0 (2015-08-04)
++++++++++++++++++
* Split class to independent package to resolve dependencies issues
0.6.0 (2015-10-25)
++++++++++++++++++
* A lot
0.10.0 (2015-11-21)
+++++++++++++++++++
* Add asci_slugifier
* Add absolute_import to crispy_forms
0.11.0 (2015-12-10)
+++++++++++++++++++
* Fix support of dj19 by autocomplete_light API changes
0.12.0 (2016-12-4)
++++++++++++++++++
* Add ``atom.ext.guardian.tests.PermissionStatusMixin``
0.12.8 (2016-12-16)
+++++++++++++++++++
* Mark code as Python 3 compatible
0.14.0 (2017-06-1)
++++++++++++++++++
* Add ``atom.mixins.AdminTestCaseMixin``
0.14.1 (2017-06-1)
++++++++++++++++++
* Add base class validation in ``atom.mixins.AdminTestCaseMixin``
0.14.2 (2017-06-1)
++++++++++++++++++
* Fix username and message in ``atom.mixins.AdminTestCaseMixin``
0.14.3 (2017-06-1)
++++++++++++++++++
* Fix django 1.8-1.9 compatibility of ``atom.mixins``
0.15.0 (2017-07-21)
+++++++++++++++++++
* Add management command ``generate_factory``, ``generate_routers``, ``generate_serializers``, ``generate_viewsets``, ``generate_viewsets_tests``
* Add serializer ``atom.ext.contenttypes.ContentTypeSerializer`` , ``atom.ext.sites.serializer.SiteSerializer``
* Add mixin ``atom.ext.rest_framework.ViewSetTestCaseMixin``
0.16.0 (2017-08-4)
++++++++++++++++++
* Fix management commands import
django-atom
=============================
.. image:: https://badge.fury.io/py/django-atom.png
:target: https://badge.fury.io/py/django-atom
.. image:: https://travis-ci.org/ad-m/django-atom.png?branch=master
:target: https://travis-ci.org/ad-m/django-atom
A different stuff for Django to faster make a world a better place.
Documentation
-------------
The full documentation is at https://django-atom.readthedocs.org.
Quickstart
----------
Install django-atom::
pip install django-atom
Then use it in a project::
import atom
Extensions
----------
slugify
#######
Example usage in ``settings.py`` add
.. code:: python
AUTOSLUG_SLUGIFY_FUNCTION = 'atom.ext.slugify.slugifier.ascii_slugify'
Required ```unicode-slugify```, ```django-autoslug```.
History
-------
0.1.0 (2015-08-01)
++++++++++++++++++
* First release on PyPI.
0.2.0 (2015-08-04)
++++++++++++++++++
* Added AutocompleteChoiceFilter
* Add CSS-class settings for CrispyFormFilter
* Drop strict requirements for django-tinycontent
0.3.0 (2015-08-04)
++++++++++++++++++
* Split class to independent package to resolve dependencies issues
0.6.0 (2015-10-25)
++++++++++++++++++
* A lot
0.10.0 (2015-11-21)
+++++++++++++++++++
* Add asci_slugifier
* Add absolute_import to crispy_forms
0.11.0 (2015-12-10)
+++++++++++++++++++
* Fix support of dj19 by autocomplete_light API changes
0.12.0 (2016-12-4)
++++++++++++++++++
* Add ``atom.ext.guardian.tests.PermissionStatusMixin``
0.12.8 (2016-12-16)
+++++++++++++++++++
* Mark code as Python 3 compatible
0.14.0 (2017-06-1)
++++++++++++++++++
* Add ``atom.mixins.AdminTestCaseMixin``
0.14.1 (2017-06-1)
++++++++++++++++++
* Add base class validation in ``atom.mixins.AdminTestCaseMixin``
0.14.2 (2017-06-1)
++++++++++++++++++
* Fix username and message in ``atom.mixins.AdminTestCaseMixin``
0.14.3 (2017-06-1)
++++++++++++++++++
* Fix django 1.8-1.9 compatibility of ``atom.mixins``
0.15.0 (2017-07-21)
+++++++++++++++++++
* Add management command ``generate_factory``, ``generate_routers``, ``generate_serializers``, ``generate_viewsets``, ``generate_viewsets_tests``
* Add serializer ``atom.ext.contenttypes.ContentTypeSerializer`` , ``atom.ext.sites.serializer.SiteSerializer``
* Add mixin ``atom.ext.rest_framework.ViewSetTestCaseMixin``
0.16.0 (2017-08-4)
++++++++++++++++++
* Fix management commands import
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-atom-0.15.2.tar.gz
(14.8 kB
view details)
Built Distribution
File details
Details for the file django-atom-0.15.2.tar.gz
.
File metadata
- Download URL: django-atom-0.15.2.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42f312fbd1e4f25df8fd85d40e261e41f844093a6338094b06f94384a6e5acc4 |
|
MD5 | d331ad21a24042b069174fb2745bd9a7 |
|
BLAKE2b-256 | 9dc07599263962e7428e66334aba2d5175b09b8c2006010cf4532d82257993b6 |
Provenance
File details
Details for the file django_atom-0.15.2-py2.py3-none-any.whl
.
File metadata
- Download URL: django_atom-0.15.2-py2.py3-none-any.whl
- Upload date:
- Size: 23.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | df6130a71a75a4f1564dae077957bc120f48f902c34d4e23e2a5a38958a56dcb |
|
MD5 | ec935a7045d4024a586e82f3d9825b0d |
|
BLAKE2b-256 | e610f2d8ada81dc0002d1c1962ffa92b18ea44a20758a9bd29d42a0ba1f73f38 |