- Language: en
110 results for help in version 2.1
-
The staticfiles app
- … help by running: $ python manage.py collectstatic --help Customizing the ignored pattern list The default ignored …
-
Performance and optimization
- … helpful pieces of middleware that can help optimize your site’s performance. They include: ConditionalGetMiddleware …
-
Django 1.9 release notes
- … help prevent the usage of weak passwords by users. The validation is integrated in the included …
-
Models
- … help_text Extra “help” text to be displayed with the form widget. It’s useful …
-
Form and field validation
- … help" not in subject : raise forms . ValidationError ( "Did not send for 'help …
-
Working with forms
- … help you build forms to accept input from site visitors, and then process and respond …
-
Testing tools
- … helps make the unit tests run quickly. When retrieving pages, remember to specify the path …
-
System check framework
- … help perform an automated, low-hanging-fruit checklist. They help you remember the simple things …
-
QuerySet API reference
- … help you. The prefetch_related('toppings') implied pizza.toppings.all() , but pizza.toppings.filter() is a new and different …
-
PostgreSQL specific model fields
- … helpful when querying complex data types. Indexes such as GinIndex and GistIndex are better suited …