You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ Run `make compile` and appropriate txt file will be updated.
38
38
## Add data for new versions of Django
39
39
1. Update the `requirements.prod.in` file to pin the new version of Django, eg `django==5.1`
40
40
1. Run `make compile` to compile this change to `requirements.prod.txt`
41
+
1. Install the new requirements with `make build`
41
42
1. Run `python manage.py populate_cbv` to introspect the installed Django and populate the required objects in the database
42
43
1. Run `python manage.py fetch_docs_urls` to update the records in the database with the latest links to the Django documentation, this will fail at 1.9, this is expected
43
44
1. Export the new Django version into a fixture with `python manage.py cbv_dumpversion x.xx > cbv/fixtures/x.xx.json`
0 commit comments