Metadata-Version: 1.1
Name: django-angular
Version: 0.8.1
Summary: Let Django play well with AngularJS
Home-page: https://github.com/jrief/django-angular
Author: Jacob Rief
Author-email: jacob.rief@gmail.com
License: MIT
Description: ============== django-angular ==============
        
        Let Django play well with AngularJS
        ===================================
        
        Please help us testing the upcoming release 0.8.0.
        
        From a functional point of view, almost nothing changed between 0.7.16
        and 0.8.0 with one *big* exception:
        
        **djangular has been renamed to djng** and **ng.django-...** has been
        renamed to **djng-...**. This was requested by many users since it:
        
        -  caused a naming conflict with another Django app named the same and
        -  the identifier "djangular" by many users was seen as a bad choice for
           this Django app.
        -  violated the AngularJS principle that only their modules shall be
           prefixed with ``ng``.
        
        Please read https://github.com/jrief/django-angular/issues/35 for the
        preceded discussion on this topic.
        
        0.7.16 (latest)
        ---------------
        
        -  Ready for Django-1.9.
        -  Fixed: Non-ascii characters were not being processed correctly by
           ``django.http.request.QueryDict.init``.
        -  In JavaScript, replaced ``console.log`` by ``$log.log``.
        -  Use decimal base on invocation of ``parseInt``.
        -  Use square brackets to access scope members, which otherwise won't
           support fields containing ``-``.
        -  templatetag ``load_djng_urls`` has been removed.
        -  For CRUD, check if request method is allowed.
        -  Fixed djngError directive, when using AngularJS-1.3.
        -  Added support for ``ngMessages``, as available with AngularJS-1.3.
        
        `Demo <http://django-angular.awesto.com/form_validation/>`__ on how to
        combine Django with Angular's form validation.
        
        Detailed documentation on
        `ReadTheDocs <http://django-angular.readthedocs.org/en/latest/>`__.
        
        Please participate at this `survey on naming
        conventions <https://github.com/jrief/django-angular/issues/35>`__!
        
        Please drop me a line, if and where you use this project.
        
        Features
        --------
        
        -  Seamless integration of Django forms with AngularJS controllers.
        -  Client side form validation for Django forms using AngularJS.
        -  Let an AngularJS controller call methods in a Django view - kind of
           Javascript RPCs.
        -  Manage Django URLs for static controller files.
        -  Three way data binding to connect AngularJS models with a server side
           message queue.
        -  Perform basic CRUD operations.
        
        Build status
        ------------
        
        |Build Status| |Downloads|
        
        License
        -------
        
        Copyright © 2015 Jacob Rief.
        
        MIT licensed.
        
        .. |Build Status| image:: https://travis-ci.org/jrief/django-angular.svg?branch=master
           :target: https://travis-ci.org/jrief/django-angular
        .. |Downloads| image:: http://img.shields.io/pypi/dm/django-angular.svg?style=flat-square
           :target: https://pypi.python.org/pypi/django-angular/
        
Keywords: django,angularjs
Platform: OS Independent
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
