jrief / django-angular

Let AngularJS play well with Django
http://django-angular.awesto.com/
MIT License
1.23k stars 294 forks source link

Remove old-style url reversing code (building pattern dict in json) #201

Closed jkosir closed 9 years ago

jkosir commented 9 years ago

The old-style url reversing (pattern dicts to json) was raising a DeprecationWarning for a while, but the code still worked. I think it should now be removed.

Removed all code required for that template tag and tests. load_djng_urls now raises a deprecation error.

jrief commented 9 years ago

These are the old urlresolvers, I've written? From my side we can dump them. Anybody else who opposes this?

adrienbrunet commented 9 years ago

Fine for me. :hammer:

jkosir commented 9 years ago

No I've written these as the initial version of djangoUrl angular service.

Okay then, merging this.