- Language: en
30 results for reverse in version 1.10
-
Django 1.10 release notes
- … Reverse foreign keys from proxy models are now propagated to their concrete class. The reverse …
-
Django 1.8 release notes
- … reverse order ( --reverse ), and to enable SQL logging for failing tests ( --debug-sql ). Added the resolver …
-
Django 1.5.6 release notes
- … reverse() – which performs this process in the opposite direction. The reverse() function takes information about …
-
Django 1.4.11 release notes
- … reverse() – which performs this process in the opposite direction. The reverse() function takes information about …
-
Django 1.6.3 release notes
- … reverse() – which performs this process in the opposite direction. The reverse() function takes information about …
-
Django 1.6 release notes
- … reverse() When reversing URLs, Django didn’t apply urlquote() to arguments before interpolating them in URL patterns …
-
Django 1.7 release notes
- … reverse relations It is now possible to specify a custom manager when traversing a reverse …
-
Django 1.6.6 release notes
- … reverse() could generate URLs pointing to other hosts In certain situations, URL reversing could generate …
-
Django 1.5.9 release notes
- … reverse() could generate URLs pointing to other hosts In certain situations, URL reversing could generate …
-
Django 1.4 release notes
- … reverse_lazy A lazily evaluated version of reverse() was added to allow using URL reversals …