jrief / django-angular

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

Remove DJANGULAR_VALIDATION_MAPPING_MODULE from docs #179

Closed jsSenanga closed 9 years ago

jsSenanga commented 9 years ago

This setting was removed in c545fb5672df35261fe90b312e5ff09b85efe535 No documentation is better then incorrect documentation...?

jsSenanga commented 9 years ago

Would still be nice to have documentation about "Adding form validation to customized fields". But for now, I think it's better to remove this paragraph. It avoids sending people on a wild goose chase.

adrienbrunet commented 9 years ago

Ok, thanks. I'll create the issue as a reminder for that doc. Would you be able to write it?

jsSenanga commented 9 years ago

Can't promise anything yet. Still just evaluating to usage of django-angular for my project. But if I do and figure out how, I'll try and write this :)

jrief commented 9 years ago

@jsSenanga Sorry, I oversaw this. Anyway, the additional functionality required for fields is now handled by some classes located in fields_mixins. New docs should mention this file.