- Language: en
28 results for help in version 1.11
-
Time zones
- … help you locate code that needs upgrading, Django raises a warning when you attempt to save …
-
Search
- … help with this process. PostgreSQL support PostgreSQL has its own full text search implementation built …
-
Internationalization and localization
- … help us to handle a common language: locale name A locale name, either a language …
-
Database transactions
- … help you. Although that behavior is specified in PEP 249 , implementations of adapters aren’t always …
-
URL dispatcher
- … help/' , include ( 'apps.help.urls' )), url ( r '^credit/' , include ( extra_patterns )), ] In this …
-
Writing and running tests
- … help with ensuring your tests are independent from each other. Rollback emulation Any initial data …
-
Migrations
- … help with this situation, Django provides some model field attributes to assist with model field …
-
Porting to Python 3
- … help; the Pragmatic Unicode presentation is a good resource. Django uses the Python 2/3 Compatible …
-
Aggregation
- … help: >>> q = Book . objects . annotate ( Count ( 'authors' , distinct = True ), Count …
-
Serializing Django objects
- … helpful. It is for these reasons that Django provides natural keys . A natural key is a tuple …