- Language: en
30 results for reverse in version 1.10
-
django.urls utility functions
- … reverse() may produce undesirable results. reverse_lazy() A lazily evaluated version of reverse() . reverse_lazy …
-
QuerySet API reference
- … reverse() reverse () Use the reverse() method to reverse the order in which a queryset’s elements …
-
The Django admin site
- … reverse class PersonAdmin ( admin . ModelAdmin ): def view_on_site ( self , obj ): url = reverse ( 'person …
-
GeoQuerySet API Reference
- … reverse_geom GeoQuerySet. reverse_geom ( **kwargs ) Deprecated since version 1.9: Use the Reverse function instead …
-
Geographic Database Functions
- … Reverse class Reverse ( expression , **extra ) [source] Availability : PostGIS, Oracle, SpatiaLite (≥ 4.0) Accepts a single geographic …
-
The contenttypes framework
- … Reverse generic relations class GenericRelation related_query_name The relation on the related object back …
-
Migration Operations
- … reversed, this is actually adding a field to a model. The operation is reversible (apart …
-
Model field reference
- … reverse filter name from the target model). See the related objects documentation for a full …
-
Signals
- … reverse True ( Pizza contains the ManyToManyField , so this call modifies the reverse relation) model Pizza …
-
Built-in template tags and filters
- … reverse by using {% for obj in list reversed %} . If you need to loop over a list …