Link

(Link)

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 (346) Reporter (0) Owner (0) Commenter (23) Summary Component
34917 34917 Links in the Django admin should be underlined. contrib.admin
34262 34262 Queryset grouped by annotation with aggregates on another annotated expression crashes on MySQL with sql_mode=only_full_group_by. Database layer (models, ORM)
34041 34041 Accessibility improvements for admin breadcrumbs contrib.admin
373 373 Add support for multi-column primary keys. Database layer (models, ORM)
27466 27466 Use a datepicker widget for Date[Time]RangeField in admin contrib.admin
34856 34856 Running tests with historical migrations that contain index together fails with TypeError. Migrations
27236 27236 Deprecate Model.Meta.index_together in favour of Model.Meta.indexes Database layer (models, ORM)
34533 34533 OuterRef not resolved as part of ORDER BY clause Database layer (models, ORM)
34624 34624 RelatedFieldWidgetWrapper links toggling isn’t working for radio widgets contrib.admin
27409 27409 Issues with admindocs docstring links generation contrib.admindocs
34406 34406 Add support for curved geometries in GeoDjango GIS
34555 34555 ModelBase metaclass implementation prevents addition of model fields via __init_subclass__ Database layer (models, ORM)
27106 27106 Document which template filters can be used in Python code (and how) Documentation
34746 34746 High CPU/memory consumption when a 5XX is raised with large local variables Error reporting
34013 34013 Support ordering by annotation transforms (e.g JSONObject/ArrayAgg transforms). Database layer (models, ORM)
34881 34881 migrate crashes when renaming model referenced twice by ManyToManyField.through model on SQLite. Migrations
34538 34538 Incorrect query generated with on subquery WHERE depending on the order of the Q() objects Database layer (models, ORM)
34977 34977 Turn link to change password form in admin user change form into a button contrib.auth
34853 34853 Accept-Language Header takes precedence over cookie for format localization Internationalization
14831 14831 Django Template Style Guide Documentation
34151 34151 Adding explicit primary key with different type doesn't update related ManyToManyFields. Migrations
34200 34200 Allow setting postgres role during connection setup Database layer (models, ORM)
34038 34038 Low text contrast and no visual cues for links within body text in admin UI contrib.admin
34910 34910 Color Contrast Admin Plus Icon contrib.admin
34036 34036 Low text contrast over light blue backgrounds in admin light theme contrib.admin
34044 34044 Admin app search filter appears in nav sidebar but not on admin homepage contrib.admin
34989 34989 Set Content-Length where possible for HttpResponses. HTTP handling
34909 34909 Accessible names for Add / Change buttons in Django Admin contrib.admin
34742 34742 calling a DELETE endpoint without a trailing slash does not thow RuntimeError in DEBUG mode HTTP handling
35001 35001 Add related object icon (green plus sign) is not fully visible in some screens contrib.admin
34995 34995 Add link for admin's related widget is in the wrong place contrib.admin
34907 34907 loaddata crashes on objects with natural keys when don't exist on passed database. Core (Serialization)
34991 34991 Wrong layout of pagination buttons with editable list in the admin. contrib.admin
14611 14611 Added dedicated option to test.Client methods (other than get()) for passing query parameters. Testing framework
34990 34990 Change external link for CSRF reference docs to OWASP Documentation
34966 34966 Add a check for ModelAdmin.actions functions not taking three arguments contrib.admin
34963 34963 Recursive and other "combinator" queries broken in django-cte Uncategorized
34962 34962 Support for overriding result of model field values Database layer (models, ORM)
34953 34953 CSRF verification fails even with CSRF middleware commented out CSRF
34929 34929 Issue with Django 3.2 and Django-storage 1.14.2 after Upgrading from Django 2.2.28 Utilities
34912 34912 Admindocs back-links and bookmarklet help text is too small contrib.admindocs
34043 34043 Doc "Writing your first patch for Django" doesn't explain how to contribute to the admin UI Documentation
34808 34808 Some aggregation functions may return None; this isn't well documented Documentation
34891 34891 force_str(urlsafe_base64_decode(uidb64)) returns object not value Utilities
34657 34657 Testing assertions `assertContains` and `assertInHTML` should output the haystack on failure Testing framework
34870 34870 Memory leak when using psycopg-c with django hstore Database layer (models, ORM)
34499 34499 In tutorial part08, Django debug toolbar shows up in admin site but not in public site Documentation
34837 34837 CheckboxSelectMultiple.attrs should accept more than "id" and "class" Template system
34816 34816 GenericForeignKey crashes if content_type_id is changed and object_id is type incompatible with old object contrib.contenttypes
34811 34811 Queryset filter Q order changed Database layer (models, ORM)
34799 34799 inspectdb fails on tables with cross-schema relations on MySQL. Database layer (models, ORM)
34802 34802 2 django.contrib.admin.actions.delete_selected() should return number of rows deleted via ModelAdmin.delete_queryset() contrib.admin
34796 34796 Deleting child table does not delete rows in parent table when using multi-table inheritance Database layer (models, ORM)
34776 34776 Issue with maintaining condition order and join promotion in add_q method Database layer (models, ORM)
34767 34767 AdminReadonlyField may not show links to related models when the related model has been downcasted contrib.admin
34765 34765 call_command reuses already loaded command causing stale class variable value usage Core (Management commands)
34728 34728 OR operator on queryset does not work as expected Database layer (models, ORM)
34725 34725 get_containing_app_config does not find an object in a module imported with an absolute path from project root Uncategorized
34726 34726 Backslash replaced by forwardslash in queries Uncategorized
34721 34721 ChoiceField/TypedChoiceField: .value() has inconsistent behaviour, coercion not applied. Forms
34711 34711 Make ChoiceField auto-detect and coerce values. Forms
34679 34679 Cannot run collectstatic with existing unsupported manifest file contrib.staticfiles
34677 34677 Django Admin built-in password reset feature has UI issues contrib.admin
34697 34697 Migration serializer for sets results in non-deterministic order. Migrations
34696 34696 Actions selection counter gets cleared when using Chrome's back button contrib.admin
34682 34682 System check for CSRF_TRUSTED_ORIGINS raises errors for http://localhost:port. Core (System checks)
34674 34674 Updating the file contents of a Django FileField during upload results in I/O error File uploads/storage
34634 34634 Creating objects with nested MTI crashes. Database layer (models, ORM)
34651 34651 'list' object has no attribute '_committed' Uncategorized
34628 34628 RelatedFieldWidgetWrapper link icons are very hard to see contrib.admin
34638 34638 Rows are selected if BooleanField is in list_editable contrib.admin
34602 34602 Fail gettext when no translation file is found or when no msgid is found in the given translation file Internationalization
27925 27925 Document how to deploy using pip installed mod_wsgi Documentation
34592 34592 admin css font does not need explicit apple fonts contrib.admin
34591 34591 Django ORM replace INNER JOIN with STRAIGHT_JOIN Database layer (models, ORM)
34579 34579 Documentation points to `django-developers` mailing list as primary point of contact for discussion Documentation
34322 34322 ManifestStaticFilesStorage crashes on commented JavaScript import statements contrib.staticfiles
34571 34571 Request with invalid session after concurrent logout or session timeout is considered a BadRequest contrib.sessions
34556 34556 StreamingHttpResponse documentation inaccuracy Documentation
34552 34552 Delaying get_from_clause call as much as possible. Database layer (models, ORM)
34546 34546 Failed migration yields to unmigratable app: "OperationalError: (1050, "Table '<name>' already exists")" Migrations
34543 34543 Thousand separator breaking templates Internationalization
34531 34531 Rendering form throws deprecation warning Forms
34515 34515 Translatable URL patterns raise 404 for non-English default language when prefix_default_language=False is used. Internationalization
34504 34504 SSLCertVerificationError on outgoing emails for some mailboxes Core (Mail)
34512 34512 Admin missing breadcrumbs in app index contrib.admin
34516 34516 request.post is null Uncategorized
34510 34510 sqlmigrate does not follows replaces in squashed migrations Core (Management commands)
34440 34440 AND operator on queryset with joins gives wrong results Documentation
34490 34490 Tests with mirror database not working as expected Testing framework
34454 34454 Connection failed with error message "FATAL: password authentication failed for user 'user'" Database layer (models, ORM)
34431 34431 DateTimeField.input_formats change from Django 3.1 is documented improperly Documentation
34444 34444 Summing through a One-to-Many relationship on the property of a JSONField fails Database layer (models, ORM)
34316 34316 Visual regressions in admin's change password form contrib.admin
34404 34404 Incorrect documentation about content type set by FileResponse object Documentation
34333 34333 Migrations tries to add constraint before adding a foreign key. Migrations
27559 27559 Admin changelist turns GET QueryDict into dict which may lose parameters contrib.admin
34379 34379 Invalid regex pattern for password reset token in 4.2b1 contrib.auth
34356 34356 Memory leak when generating PDFs Core (Other)
34323 34323 Django form request is always response with "GET" instead of "POST" even when I use <form action="" method="post"> Forms
34146 34146 Add tutorial step for installing third party package(s) Documentation
34286 34286 Mixed-case views/templates names causes 404 on :view:/:template: directive. contrib.admindocs
34307 34307 Issue with min_num logic in InlineFormsets Forms
34207 34207 Incorrect SQL query when adding a ManyToMany related object with a "through" table prevents adding a new relationship if the new relationship is identical except for a different value for "through_defaults" Database layer (models, ORM)
34204 34204 Django cannot load when Python is compiled with --without-doc-strings enabled Core (Other)
34184 34184 Improve tutorial by mentioning User Interaction testing like django-webtest Documentation
34150 34150 Add "View on site" links to generic common model URL and also to common url for app. contrib.admin
34143 34143 Multiple file upload docs Documentation
34080 34080 __exact lookup on nested arrays with None values fails on PostgreSQL. contrib.postgres
34054 34054 Create a topic about fixtures Documentation
34035 34035 ImageField doesn't consider EXIF rotation when storing width and height Database layer (models, ORM)
34066 34066 Accessing UserAdmin via to_field leads to link to PasswordResetForm being broken (404) contrib.auth
34085 34085 Black shouldn't format non-Python files Core (Management commands)
34078 34078 1 Add Postgres range_merge aggregate function to postgres.contrib contrib.postgres
34071 34071 Unclear validator messages for Range(Min/Max)ValueValidator compared to docs. contrib.postgres
34068 34068 `runserver 0`'s "Starting development server at <address>" doesn't work Core (Management commands)
34055 34055 InlineModelAdmin and permissions on the instances shown in the in-line contrib.admin
34049 34049 Admin - Scrollbar appears without overflowing content contrib.admin
34032 34032 Base authentication Backend should raise NotImplemented on needed methods contrib.auth
34009 34009 migrations.RunPython runs queries against wrong database Uncategorized
14411 14411 Inline delete not prompting cascade delete warning contrib.admin
27961 27961 Misconfigured SECURE_PROXY_SSL_HEADER setting is ignored HTTP handling
27936 27936 Add some clarifications to "Spanning multi-valued relationships" Documentation
27877 27877 Management command exceptions should be logged Core (Management commands)
27694 27694 Improve documentation of supported lookups on HStore & JSON fields Documentation
27534 27534 Add CSRF_COOKIE_HTTPONLY note to CSRF AJAX docs Documentation
14645 14645 Exclude query with multiple conditions for the same multi-value relation not correct Database layer (models, ORM)
14628 14628 Document which settings can be changed at runtime Documentation
27395 27395 Allow generating '<link rel="alternate ... hreflang=...>" for sitemaps' contrib.sitemaps
27888 27888 Add a button to clear all admin filters contrib.admin
27164 27164 Database routers examples could be more realistic Documentation
27921 27921 Documentation of make_aware() with is_dst is misleading Documentation
14129 14129 Slovenian translation plural-forms Internationalization
27685 27685 Allow autoreloader to use watchman Utilities
14204 14204 Take advantage of SQLite support for FK constraints Database layer (models, ORM)
27899 27899 Phrase search query for Postgres full text search contrib.postgres
27090 27090 pg_get_serial_sequence is broken on postgres, use a lookup in information_schema.columns instead Database layer (models, ORM)
27335 27335 Avoid object save during QuerySet.update_or_create() when there were no changes Database layer (models, ORM)
27334 27334 File uploads could rename temporary files rather than copying them File uploads/storage
27768 27768 makemigrations uses unnecessary AddField for ForeignKey depending on model name Migrations
27560 27560 Formset.save() crashes for model with foreign key to concrete base model Forms
27629 27629 Inconsistent check of allow_relation in ForwardManyToOneDescriptor.__set__ Database layer (models, ORM)
27018 27018 Admin views in admindocs crash with AttributeError contrib.admindocs
27846 27846 refresh_from_db() doesn't clear reverse OneToOneFields Database layer (models, ORM)
14370 14370 Adding support for Autocomplete in contrib.admin contrib.admin
27326 27326 Overriding queryset deletion from ModelAdmin contrib.admin
27303 27303 Selecting multiple admin list_filters across relations return results that don't match both filters contrib.admin
27554 27554 Queryset evaluation fails with mix of nested and flattened prefetches (AttributeError on RelatedManager) Database layer (models, ORM)
27730 27730 Document that template tags with "as" variable assignment don't propogate variables across blocks Documentation
27359 27359 Make it possible to specify a default template engine Template system
27992 27992 Cleaned form values does not save to model Forms
27984 27984 Broken link in LANGUAGE_CODE settings Documentation
27958 27958 CSRF_COOKIE reset while requesting a broken relative URL over HTTPS CSRF
27622 27622 2 Test client should accept vendor tree json variants Testing framework
27879 27879 Writing Atom1Feed crashes if enclosures argument isn't provided to add_item() Utilities
27825 27825 Document that models don't cast field values to the same type that's retrieved from the database Documentation
27683 27683 Change default transaction isolation level to READ COMMITTED on MySQL Database layer (models, ORM)
498 498 Atom support, not just RSS contrib.syndication
27764 27764 Running migration that deletes child model (in multi-table inheritance) backwards results in an error Migrations
27757 27757 The link of the "view_on_site" button is not formed according to the returning result of the "get_absolute_url" method. contrib.admin
27765 27765 Migration to delete child model (multi-table inheritance) results in an error when using SQLite Migrations
27387 27387 Rendering "required" as HTML attribute is not documented under Field.required Documentation
27518 27518 HTTP Referer leaks password reset link contrib.auth
27725 27725 requests.post fail inside of django shell but not python shell Uncategorized
27680 27680 Recommend ccbv.co.uk in class-based views docs Documentation
27658 27658 collectstatic overwrites newer files in remote storage contrib.staticfiles
27641 27641 Document limitations of the Locmem cache backend Documentation
27647 27647 runserver segfaults with autoreload enabled on Windows 10 Core (Management commands)
27182 27182 Some import statement use backslashes instead of parentheses Core (Other)
27610 27610 Unexpected behavior on chained filters Database layer (models, ORM)
27596 27596 LiveServerTestCase in 1.10.4 doesnt close server ports properly Testing framework
27569 27569 Resolve reverse url with named groups regular expression to sprintf output formatters not specifying kwargs key / value pairs. Core (URLs)
27567 27567 Technical exception page/emails crash when the database is down Error reporting
27535 27535 RFE: Exclude pk from queries Database layer (models, ORM)
27406 27406 Signals pre_delete and post_delete break logical relationship of models and behave in diffrently with different backends Database layer (models, ORM)
27455 27455 When use "zh-HANT" locale,the URL of "reset user password" page in Django Admin is not correct. Internationalization
27444 27444 Django StaticLiveServerTestCase: view cannot query test-database properly Testing framework
27425 27425 Outdated FAQ, developers to hire Documentation
27415 27415 Add request.JSON or request.get_json() HTTP handling
27388 27388 Filter chaining results in unnecessary joins (and degenerate performance) Database layer (models, ORM)
27323 27323 Optimize Oracle introspection by using USER_SEQUENCES instead of USER_CATALOG Database layer (models, ORM)
27213 27213 ArrayField with null throws ProgrammingError but not ValidationError on Psycopg < 2.6.1 contrib.postgres
27301 27301 Better handling of errors that are not pickleable when testing in parallel Testing framework
27262 27262 Delegate URL resolver checks to URL classes Core (URLs)
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)
14284 14284 Support for Google Maps version 3 GIS
27081 27081 Allow migrations to serialize methods on pypy Migrations
27144 27144 annotating across a ManyToManyField returns duplicate results Database layer (models, ORM)
27112 27112 django.test.client.Client doesn't support timeouts 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)
27013 27013 Docs - Using Argon2 with Django - more appropriate pip command Documentation
27002 27002 Redundant database query rendering a ModelChoiceField with RadioSelect or CheckboxSelectMultiple Forms
27012 27012 test_nested_requests wipes out pre-test settings Testing framework
14030 14030 Use F() objects in aggregates(), annotates() and values() Database layer (models, ORM)
14131 14131 2 The pagination module should have some limit, or a warning should be given in the documentation Documentation
14368 14368 Reverse relation attribute for OneToOneField fails when set to None Database layer (models, ORM)
14497 14497 ModelAdmin.readonly_fields isn't graceful with filefields. contrib.admin
14881 14881 [nonrel] Do not assume ``User.id`` to be an integer in django.contrib.auth's pasword reset feature contrib.auth
14638 14638 to_python howto documentation improvement Documentation
14800 14800 Development server should NOT elide favicon from the logs Core (Management commands)
14512 14512 Documentation & tools for decorating class-based-views. Generic views
14765 14765 Unnecessary usage of NodeList in ForNode (template rendering) Template system
14043 14043 Incorrect and/or confusing behaviour with nullable OneToOneField Database layer (models, ORM)
14868 14868 admin: prevent long text from overflowing recent actions box contrib.admin
14300 14300 manage.py sqlcustom fails if models are in a submodule Core (Management commands)
14261 14261 Add clickjacking protection (X-Frame-Options header) HTTP handling
14253 14253 TIME_ZONE not respected by Today and Now widgets in admin contrib.admin
680 680 get_absolute_url not being used correctly in admin interface? contrib.admin
14019 14019 SQLInsertCompiler.as_sql() failure Database layer (models, ORM)
852 852 psycopg.ProgrammingError exceptions leave the connection to the DB in an unusable state Database layer (models, ORM)
14571 14571 Update jQuery contrib.admin
14633 14633 Reorganize settings reference docs Documentation
14976 14976 Add is_html flag to contrib.messages contrib.messages
154 154 Can't delete object with ManytoMany Relationship contrib.admin
14615 14615 Related objects manager returns related objects with null FKs for unsaved instances Database layer (models, ORM)
14967 14967 django.contrib.auth.admin.UserAdmin.response_add changed in 1.2.4 Documentation
14282 14282 Add Guatemala to Localflavors contrib.localflavor
14400 14400 Latvian localflavor contrib.localflavor
14885 14885 is_valid for ModelForm changes instance if instance is provided Documentation
14026 14026 Setting for TRANSACTION_LEVEL on db backends Database layer (models, ORM)
14886 14886 1 GeoModelAdmin forms cannot be used with WMS in formats other than image/jpeg GIS
26 26 1 Admin validation errors cause FileUploadFields to be reset contrib.admin
632 632 database stored templates Template system
14202 14202 Rss201rev2Feed bug contrib.syndication
14405 14405 problem in login view contrib.auth
14997 14997 Confusing wording on the note "Overriding Delete" Documentation
14959 14959 model fields docs should link to local flavor Documentation
14941 14941 URLField (in django.contrib.admin) rejects IDN domain Core (Other)
14905 14905 models.FileField links to url attribute, which is undocumented. Documentation
14862 14862 bad links *.djangoproject.com
14820 14820 Use `TextField` instead of `PositiveIntegerField` in docs and examples for generic relations. Documentation
14811 14811 Link render_to_response to template loader API Documentation
14758 14758 QuerySet method docs headings contain entire method signatures Documentation
14746 14746 Update request/response docs Documentation
14745 14745 Update shortcuts docs Documentation
14744 14744 Update views docs Documentation
14743 14743 Clean up "urls" documentation Documentation
14738 14738 Link settings in cache doc to settings reference, for consistency. Documentation
14670 14670 GenericTabularInline broken as of r13708 Contrib apps
14604 14604 Ubuntu documentation for geospatial/Postgres is out of date GIS
14558 14558 Generic View http_method bug Generic views
14543 14543 ContentTypes tests fails if auth app is not installed contrib.contenttypes
14534 14534 Incorrect link in ORM Queries docs Documentation
14431 14431 Add a X-Powered-By header by default Core (Other)
14403 14403 Missing/incomplete documentation for FloatField? Documentation
14360 14360 Clarify documentation of triage states Documentation
14249 14249 Inactive users have less permissions then anonymous users with custom backend contrib.auth
399 399 Bigint field object needed Database layer (models, ORM)
285 285 WSGIRequest should set request.path to full uri path HTTP handling
528 528 Add a documentation generator that creates a PDF or HTML files locally Documentation
14718 14718 1 Different attributes for DateInput and TimeInput in SplitDateTimeWidget Forms
13 13 Related objects interface should be tighter (edit_inline) contrib.admin
14695 14695 Field's `name` kwarg gets paved over Database layer (models, ORM)
14201 14201 Add a "security overview" page to the docs Documentation
14206 14206 contrib:admin dynamic list_display support contrib.admin
14766 14766 ordering by a field that does not exists returns an empty QuerySet Database layer (models, ORM)
14267 14267 Trac Upgrade Tracking Ticket *.djangoproject.com
14012 14012 Adding an User object in a popup fails contrib.admin
14013 14013 'django.db.backends.postgresql_psycopg2' isn't an available database backend. (?!?!?) Database layer (models, ORM)
14986 14986 TestCase: increase verbosity for TestCase.fixtures usage Testing framework
14491 14491 ability to place inlines between fieldsets in admin contrib.admin
14989 14989 Allow serializers to non ovewrite fixtures objects if they are marked as non overridable Core (Serialization)
14842 14842 Indent the Model Meta Options Documentation
14840 14840 Add class links to related object referfence Documentation
14120 14120 [patch] Document ``get()`` in Making Queries Documentation
14804 14804 Update "humanize" docs Documentation
14794 14794 Modify python path link broken Documentation
14789 14789 Remove unused link from install docs Documentation
14784 14784 Fixes to the files documentation Documentation
14783 14783 Fixes to the email documentation Documentation
14782 14782 Fixes to the cache documentation Documentation
14767 14767 Formatting tweaks to DB optimization doc Documentation
14283 14283 AttributeError on admin detail page after r13708 Contrib apps
14636 14636 Bad link on localization page Uncategorized
14047 14047 CommonMiddleware documentation tweak Documentation
14547 14547 Get Involved via IRC: Mibbit/Freenode not friendly with each other *.djangoproject.com
14463 14463 "See allowed date format strings" Is not linked Documentation
14085 14085 DATE_FORMAT, TIME_FORMAT etc. docs should have a link to allowed formatting strings Documentation
14477 14477 minor typo in the examples of m2m_changed signal Documentation
14307 14307 Document form ChoiceField tuple Documentation
14227 14227 Modify contributing docs to mention the 'easy-pickings' keyword in triage Documentation
14058 14058 Add a link to db-specific options Documentation
14010 14010 mention DYLD_LIBRARY_PATH in macosx installation instructions Documentation
14416 14416 ImageField forms require an enctype, not documented Documentation
14225 14225 Documentation website showing "dev" documentation instead of "1.2" Documentation
14316 14316 1 GeoModelAdmin forms have error on GeometryField GIS
14242 14242 UserChangeForm Causes KeyError in 1.2.2 and Trunk Forms
14189 14189 permalink docs import mistake Documentation
14143 14143 Database problems and import error of django.contrib.messages Uncategorized
14141 14141 Use :doc: crossref Sphinx role for inter document links Documentation
552 552 [patch] SOAP support for django Tools
172 172 Twisted (twisted.web2) support for Django Tools
106 106 [patch] Problem with some js/select box on IE contrib.admin
24 24 1 edit_inline support for OneToOne relationships Metasystem
893 893 "change password" and "log out" on admin site doesn't work on apache2 contrib.admin
776 776 smart+question *.djangoproject.com
649 649 [enhacement] Navigation in model instances contrib.admin
436 436 1 Create an API to update and delete multiple objects in a single call Metasystem
509 509 We need a &#34;Powered by Django&#34; button Database layer (models, ORM)
442 442 1 Admin interface throws errors that aren't displayed contrib.admin
7 7 Patch: Changelist date range filters don't maintain state as expected contrib.admin
2 2 Calendar popup - next/previous month links close the popup in Safari contrib.admin
158 158 Base admin template changes contrib.admin
59 59 Hard-coded references to password_change and logout contrib.admin
611 611 fields with editable=False do not render contrib.admin
572 572 When i have an ImageField and a auto_now DateTimeField in the same model it doesnt get saved contrib.admin
474 474 Better method of serving admin media files needed Documentation
639 639 Model FileFields empty on first pass through save() Core (Other)
547 547 1 [patch] XMLRPC support for django Tools
65 65 [i18n] Internationalization and localisation contrib.admin
573 573 [patch] add plus sign to ManyToMany fields in admin contrib.admin
61 61 [patch] auth.User admin form shouldn't require people to edit hashes contrib.admin
510 510 [patch] Defend admin against CSRF attacks contrib.admin
87 87 [patch] Oracle database support Database layer (models, ORM)
105 105 Make collapse class to work in two ways contrib.admin
739 739 tutorial and docs translations Documentation
329 329 1 RSS framework needs an easier interface contrib.syndication
81 81 Setting primary_key=True on an non-integer field isn't yet supported contrib.admin
813 813 1 we need spam protection for the ticket system :-( *.djangoproject.com
239 239 1 Initializing a model instance should not require fields with blank Metasystem
423 423 Admin filters broken with [549] contrib.admin
424 424 Timeline page doesn't display link to RSS feed *.djangoproject.com
201 201 ImageField validation error contrib.admin
464 464 1 [patch] Modification of django.core.mail: more fields, using dicts to pass arguments Core (Other)
782 782 "Django at a glance" has wrong download link *.djangoproject.com
774 774 Typo in 'User authentication in Django' documentation article? *.djangoproject.com
303 303 1 Error: got unexpected keyword argument when deleting object in admin interface contrib.admin
751 751 1 Swedish translation Translations
746 746 1 refactor models/__init__.py so fields themselves add their own get_XXXX_count/list functions Core (Other)
786 786 Atom Entry "link" elements broken (should use "href" attr) contrib.syndication
290 290 1 Typo in tutorial 4? Documentation
237 237 get_absolute_url doesn't show up right in admin contrib.admin
672 672 get_absolute_url isn't nice contrib.syndication
151 151 javascript clock not dismissed by clicking "cancel"; several references to ljworld.com in the src code contrib.admin
948 948 Documentation on the built-in-reference needs to be more prominent Documentation
676 676 [patch] a _post_init hook for model classes to initialize fields from outside content Metasystem
542 542 [patch] Add an "or cancel" link to add, edit, and delete admin views. contrib.admin
945 945 not translated parts in admin Javascript Translations
915 915 Admin breadcrumb links assume app is rooted at /admin/ contrib.admin
766 766 [patch, new-admin] Allow html tags if "allow_tags" model's method attribute is present contrib.admin
902 902 Small documentation update Documentation
838 838 [DOC] - tutorial01.txt contains a spurious external hyperlink target Documentation
511 511 django-admin.py init fails at rev 641 Core (Management commands)
369 369 put the D back in CRUD for FileField contrib.admin