 Django 1.8.x DocumentationManagers Performing raw SQL queries Database transactions Multiple databases Tablespaces Database access optimization Examples of model relationship API usage Handling HTTP requests URL dispatcher Writing automatically set a field’s value to the user who last edited the object in the admin? How do I limit admin access so that objects can only be edited by the users who created them? My admin-site CSS and images showed Functions Other: Supported databases | Legacy databases | Providing initial data | Optimize database access | PostgreSQL specific features The view layer Django has the concept of “views” to encapsulate0 码力 | 2454 页 | 2.85 MB | 1 年前3 Django 1.8.x DocumentationManagers Performing raw SQL queries Database transactions Multiple databases Tablespaces Database access optimization Examples of model relationship API usage Handling HTTP requests URL dispatcher Writing automatically set a field’s value to the user who last edited the object in the admin? How do I limit admin access so that objects can only be edited by the users who created them? My admin-site CSS and images showed Functions Other: Supported databases | Legacy databases | Providing initial data | Optimize database access | PostgreSQL specific features The view layer Django has the concept of “views” to encapsulate0 码力 | 2454 页 | 2.85 MB | 1 年前3
 Django 2.2.x DocumentationManagers Performing raw SQL queries Database transactions Multiple databases Tablespaces Database access optimization Database instrumentation Examples of model relationship API usage Handling HTTP requests automatically set a field’s value to the user who last edited the object in the admin? How do I limit admin access so that objects can only be edited by the users who created them? My admin-site CSS and images showed Functions Other: Supported databases | Legacy databases | Providing initial data | Optimize database access | PostgreSQL specific features The view layer Django has the concept of “views” to encapsulate0 码力 | 2915 页 | 2.83 MB | 1 年前3 Django 2.2.x DocumentationManagers Performing raw SQL queries Database transactions Multiple databases Tablespaces Database access optimization Database instrumentation Examples of model relationship API usage Handling HTTP requests automatically set a field’s value to the user who last edited the object in the admin? How do I limit admin access so that objects can only be edited by the users who created them? My admin-site CSS and images showed Functions Other: Supported databases | Legacy databases | Providing initial data | Optimize database access | PostgreSQL specific features The view layer Django has the concept of “views” to encapsulate0 码力 | 2915 页 | 2.83 MB | 1 年前3
 Django 4.2.x DocumentationManagers Performing raw SQL queries Database transactions Multiple databases Tablespaces Database access optimization Database instrumentation Fixtures Examples of model relationship API usage Handling automatically set a field’s value to the user who last edited the object in the admin? How do I limit admin access so that objects can only be edited by the users who created them? My admin-site CSS and images showed Functions Other: Supported databases | Legacy databases | Providing initial data | Optimize database access | PostgreSQL specific features The view layer Django has the concept of “views” to encapsulate0 码力 | 3305 页 | 3.16 MB | 1 年前3 Django 4.2.x DocumentationManagers Performing raw SQL queries Database transactions Multiple databases Tablespaces Database access optimization Database instrumentation Fixtures Examples of model relationship API usage Handling automatically set a field’s value to the user who last edited the object in the admin? How do I limit admin access so that objects can only be edited by the users who created them? My admin-site CSS and images showed Functions Other: Supported databases | Legacy databases | Providing initial data | Optimize database access | PostgreSQL specific features The view layer Django has the concept of “views” to encapsulate0 码力 | 3305 页 | 3.16 MB | 1 年前3
 Django 1.8.x DocumentationFunctions • Other: Supported databases | Legacy databases | Providing initial data | Optimize database access | PostgreSQL specific features 1.4 The view layer Django has the concept of “views” to encapsulate schema control. 2.1.3 Enjoy the free API With that, you’ve got a free, and rich, Python API to access your data. The API is created on the fly, no code generation necessary: # Import the models we created cool>] # Article objects get API access to related Reporter objects. >>> r = a.reporter >>> r.full_name 'John Smith' # And vice versa: Reporter objects get API access to Article objects. >>> r.article_set0 码力 | 1685 页 | 6.01 MB | 1 年前3 Django 1.8.x DocumentationFunctions • Other: Supported databases | Legacy databases | Providing initial data | Optimize database access | PostgreSQL specific features 1.4 The view layer Django has the concept of “views” to encapsulate schema control. 2.1.3 Enjoy the free API With that, you’ve got a free, and rich, Python API to access your data. The API is created on the fly, no code generation necessary: # Import the models we created cool>] # Article objects get API access to related Reporter objects. >>> r = a.reporter >>> r.full_name 'John Smith' # And vice versa: Reporter objects get API access to Article objects. >>> r.article_set0 码力 | 1685 页 | 6.01 MB | 1 年前3
 Django 2.1.x DocumentationManagers Performing raw SQL queries Database transactions Multiple databases Tablespaces Database access optimization Database instrumentation Examples of model relationship API usage Handling HTTP requests automatically set a field’s value to the user who last edited the object in the admin? How do I limit admin access so that objects can only be edited by the users who created them? My admin-site CSS and images showed Functions Other: Supported databases | Legacy databases | Providing initial data | Optimize database access | PostgreSQL specific features The view layer Django has the concept of “views” to encapsulate0 码力 | 2790 页 | 2.71 MB | 1 年前3 Django 2.1.x DocumentationManagers Performing raw SQL queries Database transactions Multiple databases Tablespaces Database access optimization Database instrumentation Examples of model relationship API usage Handling HTTP requests automatically set a field’s value to the user who last edited the object in the admin? How do I limit admin access so that objects can only be edited by the users who created them? My admin-site CSS and images showed Functions Other: Supported databases | Legacy databases | Providing initial data | Optimize database access | PostgreSQL specific features The view layer Django has the concept of “views” to encapsulate0 码力 | 2790 页 | 2.71 MB | 1 年前3
 Django 2.1.x DocumentationFunctions • Other: Supported databases | Legacy databases | Providing initial data | Optimize database access | PostgreSQL specific features 1.5 The view layer Django has the concept of “views” to encapsulate schema control. 2.1.3 Enjoy the free API With that, you’ve got a free, and rich, Python API to access your data. The API is created on the fly, no code generation necessary: # Import the models we created cool>]> # Article objects get API access to related Reporter objects. >>> r = a.reporter >>> r.full_name 'John Smith' # And vice versa: Reporter objects get API access to Article objects. >>> r.article_set0 码力 | 1910 页 | 6.49 MB | 1 年前3 Django 2.1.x DocumentationFunctions • Other: Supported databases | Legacy databases | Providing initial data | Optimize database access | PostgreSQL specific features 1.5 The view layer Django has the concept of “views” to encapsulate schema control. 2.1.3 Enjoy the free API With that, you’ve got a free, and rich, Python API to access your data. The API is created on the fly, no code generation necessary: # Import the models we created cool>]> # Article objects get API access to related Reporter objects. >>> r = a.reporter >>> r.full_name 'John Smith' # And vice versa: Reporter objects get API access to Article objects. >>> r.article_set0 码力 | 1910 页 | 6.49 MB | 1 年前3
 Django 4.1.x DocumentationManagers Performing raw SQL queries Database transactions Multiple databases Tablespaces Database access optimization Database instrumentation Examples of model relationship API usage Handling HTTP requests automatically set a field’s value to the user who last edited the object in the admin? How do I limit admin access so that objects can only be edited by the users who created them? My admin-site CSS and images showed Functions Other: Supported databases | Legacy databases | Providing initial data | Optimize database access | PostgreSQL specific features The view layer Django has the concept of “views” to encapsulate0 码力 | 3240 页 | 3.13 MB | 1 年前3 Django 4.1.x DocumentationManagers Performing raw SQL queries Database transactions Multiple databases Tablespaces Database access optimization Database instrumentation Examples of model relationship API usage Handling HTTP requests automatically set a field’s value to the user who last edited the object in the admin? How do I limit admin access so that objects can only be edited by the users who created them? My admin-site CSS and images showed Functions Other: Supported databases | Legacy databases | Providing initial data | Optimize database access | PostgreSQL specific features The view layer Django has the concept of “views” to encapsulate0 码力 | 3240 页 | 3.13 MB | 1 年前3
 Django 4.0.x DocumentationManagers Performing raw SQL queries Database transactions Multiple databases Tablespaces Database access optimization Database instrumentation Examples of model relationship API usage Handling HTTP requests automatically set a field’s value to the user who last edited the object in the admin? How do I limit admin access so that objects can only be edited by the users who created them? My admin-site CSS and images showed Functions Other: Supported databases | Legacy databases | Providing initial data | Optimize database access | PostgreSQL specific features The view layer Django has the concept of “views” to encapsulate0 码力 | 3184 页 | 3.14 MB | 1 年前3 Django 4.0.x DocumentationManagers Performing raw SQL queries Database transactions Multiple databases Tablespaces Database access optimization Database instrumentation Examples of model relationship API usage Handling HTTP requests automatically set a field’s value to the user who last edited the object in the admin? How do I limit admin access so that objects can only be edited by the users who created them? My admin-site CSS and images showed Functions Other: Supported databases | Legacy databases | Providing initial data | Optimize database access | PostgreSQL specific features The view layer Django has the concept of “views” to encapsulate0 码力 | 3184 页 | 3.14 MB | 1 年前3
 Django 1.11.x DocumentationManagers Performing raw SQL queries Database transactions Multiple databases Tablespaces Database access optimization Examples of model relationship API usage Handling HTTP requests URL dispatcher Writing automatically set a field’s value to the user who last edited the object in the admin? How do I limit admin access so that objects can only be edited by the users who created them? My admin-site CSS and images showed Functions Other: Supported databases | Legacy databases | Providing initial data | Optimize database access | PostgreSQL specific features The view layer Django has the concept of “views” to encapsulate0 码力 | 2747 页 | 2.67 MB | 1 年前3 Django 1.11.x DocumentationManagers Performing raw SQL queries Database transactions Multiple databases Tablespaces Database access optimization Examples of model relationship API usage Handling HTTP requests URL dispatcher Writing automatically set a field’s value to the user who last edited the object in the admin? How do I limit admin access so that objects can only be edited by the users who created them? My admin-site CSS and images showed Functions Other: Supported databases | Legacy databases | Providing initial data | Optimize database access | PostgreSQL specific features The view layer Django has the concept of “views” to encapsulate0 码力 | 2747 页 | 2.67 MB | 1 年前3
 Django 1.10.x DocumentationManagers Performing raw SQL queries Database transactions Multiple databases Tablespaces Database access optimization Examples of model relationship API usage Handling HTTP requests URL dispatcher Writing automatically set a field’s value to the user who last edited the object in the admin? How do I limit admin access so that objects can only be edited by the users who created them? My admin-site CSS and images showed Functions Other: Supported databases | Legacy databases | Providing initial data | Optimize database access | PostgreSQL specific features The view layer Django has the concept of “views” to encapsulate0 码力 | 2538 页 | 2.59 MB | 1 年前3 Django 1.10.x DocumentationManagers Performing raw SQL queries Database transactions Multiple databases Tablespaces Database access optimization Examples of model relationship API usage Handling HTTP requests URL dispatcher Writing automatically set a field’s value to the user who last edited the object in the admin? How do I limit admin access so that objects can only be edited by the users who created them? My admin-site CSS and images showed Functions Other: Supported databases | Legacy databases | Providing initial data | Optimize database access | PostgreSQL specific features The view layer Django has the concept of “views” to encapsulate0 码力 | 2538 页 | 2.59 MB | 1 年前3
共 91 条
- 1
- 2
- 3
- 4
- 5
- 6
- 10














