autofactory.django.compat.get_all_fields

Here are the examples of the python api autofactory.django.compat.get_all_fields taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

0 Source : options.py
with MIT License
from nickgashkov

    def _get_all_fields(self):
        return compat.get_all_fields(self.model)

    def _get_not_blank_fields(self, fields):