- Language: en
42 results for add in version 2.0
-
System check framework
- … adds min and max arguments to the constructor of IntegerField . You may want to add …
-
Formsets
- … add_fields method. You can simply override this method to add your own fields or even …
-
Managers
- … add extra managers to the child class, but still use the default from AbstractBase . You can’t add …
-
Form handling with class-based views
- … add extra validation) simply set form_class on your view. Note When specifying a custom …
-
Password management in Django
- … add any entries in this list if you need Django to upgrade passwords . Using bcrypt …
-
Templates
- … add new libraries or provide alternate labels for existing ones. For example: OPTIONS = { 'libraries …
-
Creating forms from models
- … add an article. >>> form = ArticleForm () # Creating a form to change an existing …
-
Serializing Django objects
- … add natural key handling to Person, the fixture becomes much more humane. To add natural …
-
Database access optimization
- … add ( me , my_friend ) …is preferable to: my_band . members . add ( me ) my_band . members …
-
Many-to-one relationships
- … add it to the article set: >>> new_article2 = Article . objects . create ( headline …