django-cms / django-filer

File and Image Management Application for django
https://django-filer.readthedocs.io/
Other
1.73k stars 575 forks source link

fix: Define a ``default_auto_field`` on the app config #1294

Closed marksweb closed 2 years ago

marksweb commented 2 years ago

Description

This defines a default_auto_field on the app config so django won't try to create migrations for the app if someone moves their project to big auto field.

Related resources

Checklist

codecov[bot] commented 2 years ago

Codecov Report

Merging #1294 (3f4f706) into master (ee1a72e) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #1294   +/-   ##
=======================================
  Coverage   72.20%   72.21%           
=======================================
  Files          72       72           
  Lines        3238     3239    +1     
  Branches      563      563           
=======================================
+ Hits         2338     2339    +1     
  Misses        734      734           
  Partials      166      166           
Impacted Files Coverage Δ
filer/apps.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ee1a72e...3f4f706. Read the comment docs.