- Language: en
51 results for bits in version 5.0
-
Full text search
- … bit mask, so you can combine multiple behaviors: >>> from django.db.models import Value …
-
Django 1.11 release notes
- … bit differently than the old ones. Instead of using a toolbar in the widget, you click …
-
The staticfiles app
- … bit finicky, there’s also a helper function that’ll do this for you: urls …
-
Writing your first Django app, part 5
- … bit of Django programming you will ever do, then true, you don’t need to know …
-
Models
- … bit does. Django will, from time to time, extend the capabilities of built-in model …
-
Glossary
- … bit ( spring ) is the slug. template A chunk of text that acts as formatting for representing …
-
Customizing authentication in Django
- … bit like a singleton class EmployeeInline ( admin . StackedInline ): model = Employee can_delete = False verbose_name …
-
Built-in Views
- … bit cumbersome to define this URL pattern, Django ships with a small URL helper function …
-
Writing your first Django app, part 2
- … bit of model code gives Django a lot of information. With it, Django is able …
-
Unicode data
- … bit easier. Conversion functions The django.utils.encoding module contains a few functions that are handy for converting …