- Language: en
29 results for Best practices in the development version
-
Form and field validation
- … best practice in raising ValidationError . If no ValidationError is raised, the method should return the cleaned …
-
Applications
- … best practice is to move that code to a submodule and import it. A workaround …
-
Admin actions
- … best practice will be to return an HttpResponseRedirect and redirect the user to a view …
-
Accessibility
- … best practices, such as: WCAG 2.2 AAA-level guidelines – stricter criteria that go beyond the AA level …
-
Committing code
- … best pull requests possible. In practice mergers - who will likely be more familiar with the commit …
-
Django 1.9 release notes
- … best to apply the following practices: Any code that generates HTML should use either the template …
-
Performance and optimization
- … practices you should adopt even before you start thinking about improving performance. In this respect Python is an excellent language to work with, because solutions that look elegant and feel right usually are the best …
-
QuerySet API reference
- … QuerySet API reference This document describes the details of the QuerySet API. It builds on …
-
Settings
- … Settings Core Settings Auth Messages Sessions Sites Static Files Core Settings Topical Index Warning Be …
-
Translation
- … Translation Overview In order to make a Django project translatable, you have to add a …