LICENSE
README.md
setup.py
altimate_django/__init__.py
altimate_django.egg-info/PKG-INFO
altimate_django.egg-info/SOURCES.txt
altimate_django.egg-info/dependency_links.txt
altimate_django.egg-info/requires.txt
altimate_django.egg-info/top_level.txt
altimate_django/management/__init__.py
altimate_django/management/commands/__init__.py
altimate_django/management/commands/altimate.py
altimate_django/management/commands/checks/__init__.py
altimate_django/management/commands/checks/base_field_check.py
altimate_django/management/commands/checks/cascade_for_fk_onetoone.py
altimate_django/management/commands/checks/cascade_on_foreign_key.py
altimate_django/management/commands/checks/excessive_blanks.py
altimate_django/management/commands/checks/excessive_nulls.py
altimate_django/management/commands/checks/foreign_key_naming.py
altimate_django/management/commands/checks/inappropriate_cascade.py
altimate_django/management/commands/checks/large_charfield.py
altimate_django/management/commands/checks/minmax_validator.py
altimate_django/management/commands/checks/missing_default.py
altimate_django/management/commands/checks/missing_help_text.py
altimate_django/management/commands/checks/nullable_unique_fields.py
altimate_django/management/commands/checks/reserved_sql_keywords.py
altimate_django/management/commands/checks/reverse_cascade.py
altimate_django/management/commands/checks/unbounded_autoincrement_pk.py
altimate_django/management/commands/checks/unique_without_index.py
altimate_django/management/commands/models/__init__.py
altimate_django/management/commands/models/field_info.py
altimate_django/management/commands/models/model_info.py
altimate_django/tests/__init__.py
altimate_django/tests/management/__init__.py
altimate_django/tests/management/commands/__init__.py
altimate_django/tests/management/commands/test_cascade_for_fk_onetoone.py
altimate_django/tests/management/commands/test_cascade_on_foreign_key.py
altimate_django/tests/management/commands/test_excessive_blanks.py
altimate_django/tests/management/commands/test_excessive_nulls.py
altimate_django/tests/management/commands/test_foreign_key_naming.py
altimate_django/tests/management/commands/test_inappropriate_cascade.py
altimate_django/tests/management/commands/test_large_char_field.py
altimate_django/tests/management/commands/test_min_max_validator.py
altimate_django/tests/management/commands/test_missing_default.py
altimate_django/tests/management/commands/test_missing_help_text.py
altimate_django/tests/management/commands/test_nullable_unique_fields.py
altimate_django/tests/management/commands/test_reverse_cascade.py
altimate_django/tests/management/commands/test_unbounded_auto_increment_pk.py
altimate_django/tests/management/commands/test_unique_without_index.py