django-modeltranslation/README.rst

54 lines
1.9 KiB
ReStructuredText
Raw Normal View History

2012-10-16 14:52:37 +00:00
================
Modeltranslation
================
2014-07-19 23:58:00 +00:00
The modeltranslation application is used to translate dynamic content of
2012-10-17 15:02:36 +00:00
existing Django models to an arbitrary number of languages without having to
change the original model classes. It uses a registration approach (comparable
to Django's admin app) to be able to add translations to existing or new
projects and is fully integrated into the Django admin backend.
2012-10-16 14:52:37 +00:00
The advantage of a registration approach is the ability to add translations to
2012-10-17 15:02:36 +00:00
models on a per-app basis. You can use the same app in different projects,
2012-10-16 14:52:37 +00:00
may they use translations or not, and you never have to touch the original
model class.
2016-09-29 08:59:04 +00:00
.. image:: http://img.shields.io/travis/deschler/django-modeltranslation/master.svg?style=flat-square
:target: https://travis-ci.org/deschler/django-modeltranslation
2016-09-29 08:59:04 +00:00
.. image:: http://img.shields.io/coveralls/deschler/django-modeltranslation.svg?style=flat-square
2014-07-25 23:27:55 +00:00
:target: https://coveralls.io/r/deschler/django-modeltranslation
.. image:: https://img.shields.io/pypi/v/django-modeltranslation.svg?style=flat-square
:target: https://pypi.python.org/pypi/django-modeltranslation/
:alt: Latest PyPI version
.. image:: https://img.shields.io/pypi/pyversions/django-modeltranslation.svg?style=flat-square
:target: https://pypi.python.org/pypi/django-modeltranslation/
:alt: Supported Python versions
2012-10-16 14:52:37 +00:00
Features
========
2014-07-19 23:58:00 +00:00
- Add translations without changing existing models or views
- Translation fields are stored in the same table (no expensive joins)
- Supports inherited models (abstract and multi-table inheritance)
- Handle more than just text fields
- Django admin integration
- Flexible fallbacks, auto-population and more!
2012-10-16 14:52:37 +00:00
Project Home
------------
https://github.com/deschler/django-modeltranslation
2012-10-16 14:52:37 +00:00
Documentation
-------------
https://django-modeltranslation.readthedocs.org/en/latest
2012-10-16 14:52:37 +00:00
Mailing List
------------
http://groups.google.com/group/django-modeltranslation