Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
David Sanders committed Aug 1, 2023
1 parent 97aa61f commit da95680
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 12 deletions.
1 change: 0 additions & 1 deletion all_subqueries/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

initial = True

dependencies = []
Expand Down
1 change: 0 additions & 1 deletion generated_columns/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@


class Migration(migrations.Migration):

initial = True

dependencies = []
Expand Down
1 change: 0 additions & 1 deletion generated_columns/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class GeneratedColumnMixin:

# This adds the field to the RETURNING clause of an INSERT. UPDATE is not supported.
db_returning = True

Expand Down
1 change: 0 additions & 1 deletion lookup_expr/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

initial = True

dependencies = []
Expand Down
1 change: 0 additions & 1 deletion nested_models/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

initial = True

dependencies = []
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Django==4.0
dj-database-url==0.5.0
Django==4.1
dj-database-url==1.2.0
psycopg2==2.9.3
pytest==7.1.2
pytest==7.2.2
pytest-django==4.5.2
black==22.3.0
flake8==4.0.1
isort==5.10.1
black==23.1.0
flake8==6.0.0
isort==5.12.0
1 change: 0 additions & 1 deletion singleton_models/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

initial = True

dependencies = []
Expand Down

0 comments on commit da95680

Please sign in to comment.