-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move models
to its own package
#963
Merged
Merged
Changes from 9 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
b615454
Create __init__.py
michplunkett 45b678a
models -> database
michplunkett 5fbf865
Update database.py
michplunkett 06fc935
name change
michplunkett 346f86b
name change
michplunkett f4919fa
bump
michplunkett c52e496
Reference updates
michplunkett 3b3854b
Update database_imports.py
michplunkett 25946ea
Update conftest.py
michplunkett 33997ae
Update test_utils.py
michplunkett 97b9105
Update test_utils.py
michplunkett 5678348
Update commands.py
michplunkett 9afd1c3
Update commands.py
michplunkett 7d97dd4
Update 2a9064a2507c_remove_dots_middle_initial.py
michplunkett 4133bd5
Update 59e9993c169c_change_faces_to_thumbnails.py
michplunkett 22cf543
Update forms.py
michplunkett 580ab95
Merge branch 'develop' into create_models_package
michplunkett f66e852
Close
michplunkett aff37c2
Create emails.py
michplunkett 6f76960
Add emails to file
michplunkett f7eb8fa
Merge branch 'develop' into create_models_package
michplunkett 44fd6bd
Update email_client.py
michplunkett ad373cd
Update test_functional.py
michplunkett 1ccc248
Update config.py
michplunkett 3c4e283
Update conftest.py
michplunkett 6aaaac8
Update commands.py
michplunkett 3c27750
Update __init__.py
michplunkett 2df0dc0
Update config.py
michplunkett 436ed36
Update __init__.py
michplunkett 6d504ad
Update utils.py
michplunkett addf5ab
Update auth.py
michplunkett 4b813c6
Path changes
michplunkett c4b56b9
Update forms.py
michplunkett 7779620
Update views.py
michplunkett 47964bc
Update test_descriptions.py
michplunkett eb25fc4
Update test_image_tagging.py
michplunkett 4e8b7a2
Update test_incidents.py
michplunkett 61d02a2
Update test_user_api.py
michplunkett 1e81bf7
Update forms.py
michplunkett e2631be
Update views.py
michplunkett File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was moved to prevent a circular import error.