- Language: en
17 results for Build in version 3.2
-
Working with forms
- … build websites and applications that do nothing but publish content, and don’t accept input …
-
Using mixins with class-based views
- … Building up Django’s generic class-based views Let’s look at how two of Django …
-
Many-to-many relationships
- … build Web apps easily' ) You can’t associate it with a Publication until it’s been …
-
Models
- … building a database of “places”, you would build pretty standard stuff such as address, phone …
-
Translation
- … builds an in-memory unified catalog of literals-translations. To achieve this it looks for translations …
-
Django’s cache framework
- … building your own backend, you can use the standard cache backends as reference implementations. You’ll find …
-
How to use sessions
- … build a custom session engine or to customize an existing one, you may create a new class …
-
URL dispatcher
- … building-a-django-site") . Path converters The following path converters are available by default …
-
Advanced testing topics
- … build the test suite. By default it is set to unittest.TestSuite . This can be overridden …
-
Creating forms from models
- … building a database-driven app, chances are you’ll have forms that map closely to Django …