- Language: en
219 results for add in the development version
-
The messages framework
- … add_message ( request , level , message , extra_tags = '' , fail_silently = False ) [source] Adding a message To add …
-
Related objects reference
- … add and post_add actions. Using add() on a relation that already exists won’t duplicate …
-
Models
- … add the name of the module that contains your models.py . For example, if the models …
-
Django 1.7 release notes
- … add lookup operators for model fields. As an example it is possible to add day_lte operator …
-
How to create custom django-admin commands
- … add_arguments ( self , parser ): parser . add_argument ( "poll_ids" , nargs = "+" , type …
-
Customizing authentication in Django
- … add some additional profile information, you could subclass django.contrib.auth.models.AbstractUser and add your custom profile fields …
-
Django 1.10 release notes
- … add button). This makes it easier to add custom tools in this case. The LogEntry …
-
Django 1.4 release notes
- … add, change or delete relationships. Tools for cryptographic signing Django 1.4 adds both a low-level …
-
Migrations
- … add a field and remove a model - and then run makemigrations : $ python manage.py makemigrations Migrations …
-
Translation
- … add_arguments ( self , parser ): super () . add_arguments ( parser ) parser . add_argument ( "--extra-keyword" , dest …