django icon indicating copy to clipboard operation
django copied to clipboard

The Web framework for perfectionists with deadlines.

Results 294 django issues
Sort by recently updated
recently updated
newest added

Fixes [ticket-34613](https://code.djangoproject.com/ticket/34613) This PR depends on https://github.com/python/cpython/pull/112714 and needs to be merged when `Partitioned` flag is supported in python's `http.cookies` . Since Google starting [phasing out third party cookies](https://developers.google.com/privacy-sandbox/blog/cookie-countdown-2023oct) in...

ticket : https://code.djangoproject.com/ticket/26001 [reference](https://code.djangoproject.com/ticket/26001#comment:5)

# Trac ticket number ticket-35420 (duplicate) ticket-12978 (the actual original ticket) # Branch description To simplify the implementation I decided to restrict the types of stylesheets to XSL (it lets...

# Trac ticket number N/A # Branch description Following the latest Django release done in the context of mentoring the new Fellow, I'm updating the Django release process docs including...

# Trac ticket number ticket-27452 # Branch description Added `SmallSerialField`, `SerialField`, `BigSerialField` to `contrib.postgres`. [Previous PR](https://github.com/django/django/pull/12989) # Checklist - [x] This PR targets the `main` branch. - [x] The commit...

# Trac ticket number [ticket-35438](https://code.djangoproject.com/ticket/35438#ticket) # Branch description I have defined a model that employs a UUIDField as its primary key, accompanied by a JSONField and several GeneratedFields, which are...

# Trac ticket number [ticket-35429](https://code.djangoproject.com/ticket/35429) # Branch description Provide a concise overview of the issue or rationale behind the proposed changes. # Checklist - [x] This PR targets the `main`...

# Trac ticket number ticket-35430 # Branch description This branch addresses an inconsistency in the Django documentation regarding how time zones are handled in templates and forms. The existing documentation...

To be merged AFTER `stable/5.1.x` is branched. # Branch description Following [the new stable branch docs](https://docs.djangoproject.com/en/dev/internals/howto-release-django/#new-stable-branch-tasks), this work performs necessary cleanup for bootstrap Django 5.2. # Checklist - [X] This...

# Trac ticket number [Ticket #34417](https://code.djangoproject.com/ticket/34417) Follow up to : https://github.com/django/django/pull/16922 # Branch description Provide a concise overview of the issue or rationale behind the proposed changes. # Checklist -...