- Language: en
14 results for Concurrency in the development version
-
Database migration operations
- … Concurrent index operations PostgreSQL supports the CONCURRENTLY option to CREATE INDEX and DROP INDEX statements …
-
Databases
- … concurrency. OperationalError: database is locked errors indicate that your application is experiencing more concurrency than …
-
Asynchronous support
- … concurrent async HTTP requests, without any issues, but you will not get the benefits of an async …
-
QuerySet API reference
- … concurrent requests, multiple attempts to save a Person with the same parameters may be made …
-
Django 1.5 release notes
- … concurrency operations, and can improve performance. Better support for streaming responses via the new StreamingHttpResponse …
-
Signals
- … concurrently using asyncio.gather() . All built-in signals, except those in the async request-response cycle …
-
Django 3.2 release notes
- … concurrent request. The django.db.models.Field equality operator now correctly distinguishes inherited field instances across models. Additionally …
-
Django 1.10.3 release notes
- … concurrent request with a SuspiciousOperation to indicate that the request can’t be completed ( #27363 ). …
-
Django 1.4 release notes
- … Concurrency behavior is defined by the underlying backend implementation. Check their documentation for details. COMMENTS …
-
Django 3.0 release notes
- … CONCURRENTLY on PostgreSQL. django.contrib.sessions The new get_session_cookie_age() method allows dynamically specifying the session …