issues
search
3YOURMIND
/
django-migration-linter
:rocket: Detect backward incompatible migrations for your django project
https://pypi.python.org/pypi/django-migration-linter/
Apache License 2.0
530
stars
58
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix #292 Run in FIPS enabled environment with python3.10
#293
markesha
opened
1 week ago
0
Run in FIPS enabled environment with python3.10+
#292
markesha
opened
3 weeks ago
2
Update license in pyproject.toml
#291
igor-zmitrovich
opened
6 months ago
0
Missing license from pyproject.toml
#290
GergelyKalmar
opened
6 months ago
1
Handle removing unique_together
#289
moritz89
closed
7 months ago
1
Update pre-commit hook versions.
#288
David-Wobrock
closed
8 months ago
0
Support for Python 3.12
#287
TradingStoreBot
closed
8 months ago
1
Implement an option to apply migrations along with executing sqlmigrate
#286
kekekekule
opened
8 months ago
1
Optionally do not reraise sqlmigrate exceptions
#285
kekekekule
closed
8 months ago
2
Add `--exclude-migrations-from`
#284
restaste
closed
8 months ago
1
Support Django 5.0 db_default attribute.
#283
David-Wobrock
closed
8 months ago
0
Ignore IS NOT NULL statement.
#282
David-Wobrock
closed
9 months ago
0
Update dependencies and support Django 5.0.
#281
David-Wobrock
closed
9 months ago
0
Don't consider partial unique index creation as making a column not nullable
#280
devend711
closed
8 months ago
0
Bump codecov/codecov-action from 3.1.4 to 3.1.5
#279
dependabot[bot]
closed
9 months ago
1
Avoid spawning a shell when spawning subprocess for git
#278
lieryan
closed
9 months ago
2
Ignored/excluded warnings/errors should be re-evaluated to the current options when reusing cache
#277
lieryan
opened
10 months ago
0
Bump actions/setup-python from 4 to 5
#276
dependabot[bot]
closed
9 months ago
1
Support new Django 5.0 db_default
#275
stianjensen
closed
8 months ago
0
Option to fallback to empty SQL in case of sqlmigrate fail
#274
kekekekule
closed
8 months ago
0
Ignore IS NOT NULL statement
#273
kekekekule
closed
9 months ago
3
Add support for Python 3.12
#272
David-Wobrock
closed
1 year ago
1
Migrate from setup.py and setup.cfg to pyproject.toml
#271
David-Wobrock
closed
1 year ago
1
Add .DS_Store to .gitignore
#270
David-Wobrock
closed
1 year ago
1
Cannot specify --all-warnings-as-errors with no status codes
#269
phillipuniverse
opened
1 year ago
1
Add Django 4.2 support on the `write_migration_files` method
#268
faradayyg
closed
2 months ago
6
Bump actions/checkout from 3 to 4
#267
dependabot[bot]
closed
1 year ago
0
Issue/235/support makemmigration customisation
#266
rsmith013
opened
1 year ago
0
Adding a unique constraint solution correction
#265
jasonlee-alation
closed
1 year ago
1
`CREATE_INDEX` and `CREATE_INDEX_EXCLUSIVE` docs are not helpful
#264
sobolevn
opened
1 year ago
1
NOT NULL in triggers/functions
#263
BranislavBajuzik
closed
9 months ago
3
Fix issue with gather migrations when app has custom defined label
#262
pirelle
opened
1 year ago
2
App names incorrect
#261
pirelle
opened
1 year ago
2
Support makemigrations --update from Django 4.2
#260
nrlulz
opened
1 year ago
1
Enhancement: Detect and prevent the use of AlterModelTable
#259
JanChec
opened
1 year ago
2
Don't consider partial index creation as making a column not nullable.
#258
David-Wobrock
closed
1 year ago
1
Upgrade dependencies
#257
David-Wobrock
closed
1 year ago
1
Bump codecov/codecov-action from 3.1.1 to 3.1.4
#256
dependabot[bot]
closed
1 year ago
2
Only make a connection to the DB if necessary
#255
mjvankampen
opened
1 year ago
2
Bump codecov/codecov-action from 3.1.1 to 3.1.3
#254
dependabot[bot]
closed
1 year ago
1
Bump codecov/codecov-action from 3.1.1 to 3.1.2
#253
dependabot[bot]
closed
1 year ago
1
support locale like a ENG, JP, KR
#252
KimSoungRyoul
closed
1 year ago
1
Add new check for indexing with atomic=True
#251
DavidCain
closed
1 year ago
6
Adding an index with a NOT NULL condition incorrectly triggers NOT_NULL rule
#250
evilstreak
closed
1 year ago
1
Migrations ignored from git_commit_id when the app label does not exactly match the folder name
#249
phillipuniverse
opened
1 year ago
2
contrib-nested-django-apps, mapping migration files from nested django apps
#248
dylan-shipwell
opened
1 year ago
2
Fix function inspection of functools.partials in migration files
#247
casparwylie
closed
1 year ago
3
Using --git-commit-id option with verbose logging outputs "Found migration x that is not present in loaded migration."
#246
jag-ermeister
closed
1 year ago
7
Bump isort from 5.11.3 to 5.11.4
#245
dependabot[bot]
closed
1 year ago
3
Add internal classes and add type hints + mypy.
#244
David-Wobrock
closed
1 year ago
1
Next