izimobil / django-rest-framework-datatables

Seamless integration between Django REST framework and Datatables.
http://django-rest-framework-datatables.readthedocs.io/en/latest/
MIT License
395 stars 89 forks source link

added DEFAULT_AUTO_FIELD #123

Closed matthewhegarty closed 2 years ago

matthewhegarty commented 2 years ago

Added a setting and migration to define DEFAULT_AUTO_FIELD for the example app.

From Django 3.2, this will be the default setting for new projects..

codecov-commenter commented 2 years ago

Codecov Report

Merging #123 (69a3bdb) into master (1984ec0) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #123   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines          417       417           
=========================================
  Hits           417       417           

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 1984ec0...69a3bdb. Read the comment docs.

izimobil commented 2 years ago

Merged, thanks !