-
Notifications
You must be signed in to change notification settings - Fork 551
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump to django 1.11 * Fix test models * Fix polymorphic queryset * Adjust drf version * Fix CustomFieldValueAdminMaxinTestCase * Fix IPNetwork filtering * Don't fail fast test matrix * Fix polymorphic queryset again * fix PermissionsSelectWidget * fix test * Fix serializers * Fix isort * fix InlineM2MAdminMixin * Fix related_widget_wrapper * Fix polymorphic querysets * Adjust polymorphic querysets and prefetches * Fix flake * Don't run postgres. Fix flake * Fix polymorphic for psql * Optimize queries. Add tests * Optimize API and improve API tests * Fix flake. adjust query num * Fix custom fields * Fix different quote types in different db engines * Fix isort * Fix flake * Fix missing f-string * Fix tests * Test API endpoints * Test also json content * Don't smoke test endpoints for django 1.11 * Fix transitions form * Fix test_action_choices * Bump django debug toolbar * Remove empty include * Fix default manager lookup * Fix DC Visualization * Fix user permissions form * Fix user permissions form - cleanup * Fix network terminators on save * Cleanup * Cleanup --------- Co-authored-by: Olga Matyla <[email protected]> Co-authored-by: awieckowski <[email protected]>
- Loading branch information
1 parent
18ce7df
commit cf4bef0
Showing
100 changed files
with
773 additions
and
557 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
-r test.txt | ||
django-debug-toolbar==1.8 | ||
django-debug-toolbar==1.11 | ||
werkzeug==0.16.1 | ||
pudb | ||
ipython | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[flake8] | ||
exclude = migrations,tests,docs,settings*,*local.py | ||
max-complexity = 15 | ||
max-line-length = 80 | ||
max-line-length = 100 |
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
Oops, something went wrong.