On Nov 5, 6:51 pm, Gabriel Hurley <gab...@gmail.com> wrote:
> 1. Add the versionadded directive to "docs/topics/db/queries.txt", and
> "docs/ref/contrib/contenttypes.txt". For reference, you can make it
> very clear what was changed/added by using the following syntax (note
> the *single* line break between the versionadded and the following
> *indented* text):
>
> .. versionadded:: 1.3
>     The on_delete attribute was [blah blah blah...]
>
> Thus the ambiguity about whether this paragraph or that paragraph was
> changed can be avoided.

Thanks for pointing out this inline version, I wasn't aware of that!
Resolves my ambiguity concern perfectly. I've updated the github
branch so all references to on_delete are marked this way.

> 2. The documentation for "docs/ref/models/querysets.txt" needs to have
> a versionadded directive as well, however the bulk of that text needs
> to be backported to the 1.2.X docs, as per #14599 [1], and the
> backported text shouldn't have any reference to on_delete at all.

I've made a note (and not just a mental note!) to do this
documentation backport when I commit the patch.

Thanks!

Carl

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-develop...@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to