Skip to content

Commit

Permalink
docs(CHANGES): Note migration onramp
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Oct 15, 2022
1 parent 7e195db commit 6b0f151
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ master (unreleased)
-------------------
_This is where upcoming changes will be._

Breaking change: Missing ``DEFAULT_AUTO_FIELD``
"""""""""""""""""""""""""""""""""""""""""""""""

This adds ``BigAutoField`` for robots ``AppConfig`` (#134, thank you @jan-szejko-steelseries)

Robots 5.0 included a ``BigAutoField`` migration file for django 3.2 support (see #112),
however, this caused an extra migration to be created to set ``django.db.models.AutoField``
for certain users (see #124).

**Breaking: Migration issues**

New django sites should work fine.

**Existing sites that manually created migrations for robots 5.0:**

If you ran ``./manage.py makemigrations`` to bypass the #112 issue, you may need to resolve
this manually if a custom migration you made for robots was applied in ``django_migrations``.

Maintenance
"""""""""""
- Remove django-south migrations folder (#138)

5.0 (2022-01-08)
Expand Down

0 comments on commit 6b0f151

Please sign in to comment.