static

(static)

Most Active Role

N/A

Most Active Component

N/A

Activity Timeline

[No data in this time period]

Components

[No data in this time period]

Tickets

Trac Ticket (146) Reporter (2) Owner (0) Commenter (4) Summary Component
34619 34619 Ensure FilteredSelectMultiple select elements are associated with their label contrib.admin
470 470 Add Field.db_default for defining database defaults Database layer (models, ORM)
34624 34624 RelatedFieldWidgetWrapper links toggling isn’t working for radio widgets contrib.admin
27452 27452 Add Postgres serial field to contrib.postgres contrib.postgres
34846 34846 Add "Copy" button to the code snippets in docs. Documentation
34789 34789 `filter_horizontal` duplicates entries in "Chosen" column after instance is added via in another field using the "plus" JS action contrib.admin
14974 14974 Add support for translation backends other than gettext Internationalization
27325 27325 Offer a solution for static file serving suitable for production use Core (Other)
14831 14831 Django Template Style Guide Documentation
27201 27201 Django 1.10 with STATICFILES_STORAGE breaks on absolute path in CSS with double slash contrib.staticfiles
34670 34670 Django Admin light theme flickers on dark system contrib.admin
27055 27055 Model form with geometry widgets has invalid html GIS
35001 35001 Add related object icon (green plus sign) is not fully visible in some screens contrib.admin
34984 34984 Adding a field with default crashes for models with GeneratedField on SQLite. Database layer (models, ORM)
34966 34966 Add a check for ModelAdmin.actions functions not taking three arguments contrib.admin
34919 34919 Missing scope attribute in admin doc table headers. contrib.admindocs
34967 34967 Queries not generating GROUP BY clause with static annotation crashes on SQLite Database layer (models, ORM)
34813 34813 Docs miss note about invalid integrity with ManifestStaticFilesStorage contrib.staticfiles
34929 34929 Issue with Django 3.2 and Django-storage 1.14.2 after Upgrading from Django 2.2.28 Utilities
27403 27403 Document that prefetch_related doesn't guarantee transactional consistency Documentation
34892 34892 Static files aren't served correctly on dev server when DEBUG and FORCE_SCRIPT_NAME are enabled contrib.staticfiles
27929 27929 Add ManifestStaticFilesStorage option to remove original (non-hashed) files after processing contrib.staticfiles
34885 34885 Not removing original (non-hashed) files after processing contrib.staticfiles
34878 34878 Autoreload crashes with FORM_RENDERER="django.forms.renderers.TemplatesSetting". Template system
34499 34499 In tutorial part08, Django debug toolbar shows up in admin site but not in public site Documentation
34233 34233 Drop support for Python 3.8 & 3.9. Core (Other)
34829 34829 Django reports the “mutually exclusive” error for settings that do not contain STATICFILES_STORAGE. File uploads/storage
34821 34821 Syncing DEFAULT_FILE_STORAGE/STATICFILES_STORAGE settings with STORAGES can mutate user settings. contrib.staticfiles
34712 34712 Prevent misconfiguration of `STORAGES` setting contrib.staticfiles
34792 34792 Creating and saving a model using a custom primary key field can yield a bad "id" value on the instance Database layer (models, ORM)
34773 34773 settings.STATICFILES_STORAGE does not return correct value when STORAGES are defined contrib.staticfiles
34780 34780 Tests don't pass on Python 3.11.4. Core (Other)
34751 34751 FilteredSelectMultiple ignores select optgroup contrib.admin
34679 34679 Cannot run collectstatic with existing unsupported manifest file contrib.staticfiles
34697 34697 Migration serializer for sets results in non-deterministic order. Migrations
34702 34702 Runserver serving static files from STATICFILES_DIRS instead of STATIC_ROOT contrib.staticfiles
34625 34625 FilteredSelectMultiple widget’s elements aren’t labelled contrib.admin
34539 34539 `get_prep_value` no longer called for JSONField Database layer (models, ORM)
34322 34322 ManifestStaticFilesStorage crashes on commented JavaScript import statements contrib.staticfiles
34496 34496 ManifestStaticFilesStorage.patterns for sourceMappingURL does not retrieve matched for data URI contrib.staticfiles
34028 34028 Django 'static' template tag fails to generate URLs with SCRIPT_NAME prefix Template system
34383 34383 Layout error in Admin when using help_text Template system
34433 34433 OneToOneField can only be saved one way Database layer (models, ORM)
34428 34428 ASGIStaticFilesHandler raises warning. contrib.staticfiles
34407 34407 Report faulty file when some static file has non-utf-8 encoding contrib.staticfiles
34341 34341 FileSystemFinder harsh regarding its input on Windows contrib.staticfiles
27572 27572 Static files served in development should prevent caching contrib.staticfiles
34235 34235 ManifestStaticFilesStorage should expose a "hash" of the manifest file. contrib.staticfiles
34204 34204 Django cannot load when Python is compiled with --without-doc-strings enabled Core (Other)
34185 34185 Serving static/media files during development can't work when use SCRIPT_NAME Documentation
28000 28000 Avoid SET/DROP DEFAULT unless a field changes from null to non-null Migrations
34033 34033 Admin light/dark theme switch needs to convey its state for screen reader users contrib.admin
27590 27590 Allow configuration of where to save staticfiles manifest. contrib.staticfiles
27541 27541 Provide hooks to override manifest file storage in ManifestFilesMixin contrib.staticfiles
27854 27854 Make `collectstatic` warn (rather than blow up) on missing directories contrib.staticfiles
27996 27996 Add pgcrypto extension and GEN_RANDOM_UUID function to contrib.postgres contrib.postgres
27661 27661 Move FileSystemFinder ImproperlyConfigured errors to system checks contrib.staticfiles
27795 27795 Audit force_text invocations Utilities
27801 27801 Make createsuperuser inspect environment variables for username and password contrib.auth
27994 27994 Document contrib.staticfiles.storage.ManifestFilesMixin Documentation
14370 14370 Adding support for Autocomplete in contrib.admin contrib.admin
27701 27701 Document that runserver bypasses middleware for static files Documentation
27796 27796 Middlewares load twice due to StaticFilesHandler(WSGIHandler) contrib.staticfiles
27359 27359 Make it possible to specify a default template engine Template system
27958 27958 CSRF_COOKIE reset while requesting a broken relative URL over HTTPS CSRF
27948 27948 Static serving views do incorrect unquote()ing of path contrib.staticfiles
27913 27913 Admin calendar failed contrib.admin
27475 27475 Bug in admin with date_hierarchy and Daylight savings contrib.admin
27885 27885 Migration creates index of a deleted table Migrations
27741 27741 staticfiles_tests test_corrupt_intermediate_files fails intermittently when run in parallel contrib.staticfiles
498 498 Atom support, not just RSS contrib.syndication
27658 27658 collectstatic overwrites newer files in remote storage contrib.staticfiles
27522 27522 ./manage runserver --nostatic doesn't return a traceback Core (Management commands)
14297 14297 Accessing settings.FOO in hot spots cause performance problems Core (Other)
27626 27626 Move MEDIA_URL/STATIC_URL ends with traling slash validation to system checks Core (System checks)
27444 27444 Django StaticLiveServerTestCase: view cannot query test-database properly Testing framework
27400 27400 Changed in 1.10: {% static %} tag now encodes "#" Documentation
27410 27410 Clarify staticfiles "is enabled (default)" in ref Documentation
27213 27213 ArrayField with null throws ProgrammingError but not ValidationError on Psycopg < 2.6.1 contrib.postgres
27273 27273 Make usage of construct_change_message easier outside of admin contrib.admin
27193 27193 ORDER BY clause not included in subqueries using select_for_update() Database layer (models, ORM)
14904 14904 TextField with unique (or in unique_together) constraint breaks for large inputs in Postgres Database layer (models, ORM)
27265 27265 Using @admin.register causes failure when AdminModel constructor is overriden contrib.admin
27212 27212 fix document in `Managing static files` doumentation page Uncategorized
27108 27108 Remove collectstatic warning about overwriting existing files when STATIC_ROOT directory doesn't exist contrib.staticfiles
27112 27112 django.test.client.Client doesn't support timeouts Testing framework
27117 27117 The force_login() does not work in a testing if using more one a test Testing framework
27061 27061 Support creating the TEST PostgreSQL database from a custom template Testing framework
27093 27093 ORM error on apache + wsgi Database layer (models, ORM)
27033 27033 static tag causes AppRegistryNotReady errors on 1.10 contrib.staticfiles
27011 27011 Django Middleware 1.10 does not run template_context_processors for exceptions thrown from middleware HTTP handling
27005 27005 request.body raises an exception if 'CONTENT_LENGTH' = '' HTTP handling
14800 14800 Development server should NOT elide favicon from the logs Core (Management commands)
20933 20933 3 manage.py loaddata stopped working on Django 1.6b2 Database layer (models, ORM)
14580 14580 Clean up duplicate code in admin formset handling contrib.admin
14850 14850 1.3 release notes typo STATICFILES_ROOT should be STATIC_ROOT Documentation
25 25 Filtering interface on ForeignKey <select> boxes contrib.admin
20149 20149 1 Forgot password email not being correctly translated contrib.admin
14633 14633 Reorganize settings reference docs Documentation
596 596 Allow Django to be packaged as a Python egg Core (Other)
14555 14555 Session loss with psycopg2 db backend contrib.sessions
14792 14792 error in the default for TEMPLATE_CONTEXT_PROCESSORS Documentation
14910 14910 I18N locale per app resolving - documentation incorrect and bug Internationalization
14793 14793 staticfiles documentation example overwrites urlpatterns Documentation
14863 14863 default INSTALLED_APPS out of date Documentation
14693 14693 staticfiles app doesn't work with form media framework and 3rd party asset managers Contrib apps
14670 14670 GenericTabularInline broken as of r13708 Contrib apps
14667 14667 Link MEDIA_* settings to file management docs Documentation
14665 14665 collectstatic will recollect some files all the time. Contrib apps
14812 14812 Wrong processing of If-Modified-Since header Contrib apps
14617 14617 Docs should mention runserver's automatic serving of static files Documentation
14600 14600 No mentioning of addition of staticfiles to TEMPLATE_CONTEXT_PROCESSORS after 1.2 in settings documentation Documentation
14582 14582 django.contrib.staticfiles development file serving is backward-incompatible if MEDIA_URL was pointing to /static/ folder Contrib apps
14954 14954 AttributeError: 'dict' object has no attribute 'status_code' Uncategorized
14562 14562 Typo streightforward Documentation
14961 14961 Cannot load admin interface static files when doing tutorial Contrib apps
14544 14544 Running the findstatic command with --first returns a weird output Contrib apps
14538 14538 STATICFILES_DIRS must be set for dev, docs could be improved Contrib apps
14528 14528 django.contrib.staticfiles documentation issues Documentation
14524 14524 Accessing /static/ in a new project shows simplistic 404 error page Contrib apps
14514 14514 Typo in staticfiles docs Documentation
14507 14507 Static file serving is broken after rev 14293 Core (Other)
14303 14303 admin inline form id attribute numbering order and uniqueness is lost contrib.admin
14290 14290 Rendering is very inefficient when USE_L10N. Caching format values gives 2-7 times improvement Internationalization
14998 14998 '/'.join should use os.path.join Contrib apps
14709 14709 staticfiles app seems forced upon me Contrib apps
14733 14733 Allow Manager.raw() execute not only "Pure selects" Database layer (models, ORM)
717 717 If-Modified-Since checked for exact match HTTP handling
14747 14747 parse error on HTTP_IF_MODIFIED_SINCE header Core (Other)
14607 14607 Settings.py: A blank ADMIN_MEDIA_PREFIX fails annoyingly Uncategorized
14173 14173 Reference documentation for changepassword django-admin command added in 1.2 Documentation
14344 14344 Duplicate view name does not raise an error Core (Other)
172 172 Twisted (twisted.web2) support for Django Tools
428 428 [patch] view for serving static files Generic views
611 611 fields with editable=False do not render contrib.admin
474 474 Better method of serving admin media files needed Documentation
65 65 [i18n] Internationalization and localisation contrib.admin
463 463 [patch] new mysql.DatabaseWrapper - solving multiple MySQL problems Core (Other)
167 167 ForeignKey should also take string arg instead of class name Metasystem
346 346 Template tag for the media_root variable Template system
119 119 Serving media Core (Other)
598 598 [patch] Include tag contrib.admin
746 746 refactor models/__init__.py so fields themselves add their own get_XXXX_count/list functions Core (Other)
356 356 [patch]: simple XML-RPC support for Django Core (Other)
810 810 serving static files documentation Documentation
866 866 [patch] django.views.static.serve opens files in text mode Core (Other)