Changes between Initial Version and Version 1 of Ticket #29860, comment 7
- Timestamp:
- Oct 19, 2018, 9:12:05 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29860, comment 7
initial v1 1 1 You can ignore this CI failure. 2 2 3 For the documentation have a look at the [https://docs.djangoproject.com/en/2.1/internals/contributing/writing-documentation/#documenting-new-features document ation new features] section3 For the documentation have a look at the [https://docs.djangoproject.com/en/2.1/internals/contributing/writing-documentation/#documenting-new-features documenting new features] section of the docs. 4 4 5 5 You'll want to add a `versionchanged` to all documented `BaseValidator` subclasses in [https://github.com/django/django/blob/084573c7156530047bec2c19e732423fa9d0ec13/docs/ref/validators.txt#L233-L264 docs/ref/validators.txt] and add a mention in the [https://github.com/django/django/blob/084573c7156530047bec2c19e732423fa9d0ec13/docs/releases/2.2.txt#L259 2.2. release notes validators section] as well.