Correct, that falls under "private API removal". If you clone the Django 
source code you can use "git log -S custom_sql_for_model" to find the 
commits that touched something with that name. In this case, you'll find 
https://github.com/django/django/commit/4aa089a9a9504c4a833eee8161be013206da5d15.

On Monday, January 15, 2018 at 10:34:24 AM UTC-5, Antonis Christofides 
wrote:
>
> Hello,
>
> was custom_sql_for_model ever documented in the Django documentation? If 
> not, then it is (or was) an internal API. Internal APIs can change without 
> notice, and if you use them you do so at your own risk.
>
> Regards,
>
> Antonis
>
> Antonis Christofideshttp://djangodeployment.com
>
>
> On 2018-01-15 14:16, Murat Sert wrote:
>
> There are some deprecations such as the custom_sql_for_model and couple of 
> other methods within django.core.management.sql file which isn't listed on 
> any of the release notes 1.8/1.9/1.11 or deprecation timeline.
>
> Does anyone know if there methods are deprecated or moved elsewhere?
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to django-users...@googlegroups.com <javascript:>.
> To post to this group, send email to django...@googlegroups.com 
> <javascript:>.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/django-users/aba23083-90dc-4204-9316-aacc5ae50b4c%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/django-users/aba23083-90dc-4204-9316-aacc5ae50b4c%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/57047044-b238-4315-9874-0886123d0001%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to