yn

(yn)

Most Active Role

N/A

Most Active Component

Contrib.Admin

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (331) Reporter (3) Owner (0) Commenter (75) Summary Component
27029 27029 Make EmailValidator accept non-ASCII characters in local part Core (Other)
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)
34865 34865 DatabaseWrapper are not GC and connections are not closed Database layer (models, ORM)
897 897 1 Bi-Directional ManyToMany in Admin contrib.admin
373 373 Add support for multi-column primary keys. Database layer (models, ORM)
470 470 Add Field.db_default for defining database defaults Database layer (models, ORM)
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)
34013 34013 Support ordering by annotation transforms (e.g JSONObject/ArrayAgg transforms). Database layer (models, ORM)
34118 34118 Python 3.12 compatibility Core (Other)
34613 34613 add support for Partitioned cookies HTTP handling
14974 14974 Add support for translation backends other than gettext Internationalization
27747 27747 Add signals for Django management commands Core (Management commands)
34901 34901 Add async interface to contrib.sessions contrib.sessions
14831 14831 Django Template Style Guide Documentation
27465 27465 Allow EmailMessage to load attachments from the Storage API Core (Mail)
34852 34852 7 Django Unit Tests break when using replicated MySQL Cluster v8.0.28 Testing framework
27201 27201 Django 1.10 with STATICFILES_STORAGE breaks on absolute path in CSS with double slash contrib.staticfiles
34597 34597 Queryset (split) exclude's usage of Exists is significantly slower than subquery Database layer (models, ORM)
27055 27055 Model form with geometry widgets has invalid html GIS
34305 34305 Refactor the GeoIP2 tests to use MaxMind test data GIS
34998 34998 Raising a StopIteration in asynchronous mode hangs the request Core (Other)
34985 34985 Migrations raise AppRegistryNotReady when GeneratedField references incorrect fields. Database layer (models, ORM)
34965 34965 @sensitive_variables for coroutine func are not recursive Core (Other)
34944 34944 Missing or misinferred attributes in output fields of generated fields Database layer (models, ORM)
34966 34966 Add a check for ModelAdmin.actions functions not taking three arguments contrib.admin
34930 34930 Parallel tests fail on Python 3.11+ when IsolatedAsyncioTestCase is used Testing framework
34902 34902 django.test.client.Client.head request fails on AttributeError as_sync is missing Testing framework
34870 34870 Memory leak when using psycopg-c with django hstore Database layer (models, ORM)
34860 34860 Order_by is broken when sorting on an annotated postgres window function value Database layer (models, ORM)
34752 34752 ASGI http.disconnect not handled for streaming responses HTTP handling
34451 34451 Incorrect exception handling within the django exception handler Error reporting
34757 34757 AsyncClient should follow redirects Testing framework
34781 34781 Clarify documentation of `request` objects in the `django.server` logging namespace. Core (Other)
34790 34790 loading old migration file Migrations
34785 34785 Contribution guide comes out non successful Error reporting
34773 34773 settings.STATICFILES_STORAGE does not return correct value when STORAGES are defined contrib.staticfiles
34771 34771 QuerySet.order_by() crashes on constants that cannot be cast on MySQL. Database layer (models, ORM)
34686 34686 Confirm/Add support for GEOS 3.12. GIS
34477 34477 Asyncio send mail backend Core (Mail)
34747 34747 Django hangs on async views with asycio.gather and an async ORM call Database layer (models, ORM)
14845 14845 Document connection-creation process Documentation
34737 34737 SynchronousOnlyOperation is raised for non-running event loops on Python 3.7+. Utilities
34714 34714 Async support for get_object_or_404()/get_list_or_404(). Database layer (models, ORM)
34729 34729 Add explicit option to enable IF EXISTS / IF NOT EXISTS in PostgresQL index operations contrib.postgres
34711 34711 Make ChoiceField auto-detect and coerce values. Forms
34696 34696 Actions selection counter gets cleared when using Chrome's back button contrib.admin
34391 34391 Add async interface to contrib.auth contrib.auth
34652 34652 Async support in admin view contrib.admin
34392 34392 Allow using test client response.json() with StreamingHttpResponse Testing framework
34535 34535 dbshell management command can crash if DATABASES["name"] is a PosixPath Core (Management commands)
34322 34322 ManifestStaticFilesStorage crashes on commented JavaScript import statements contrib.staticfiles
34565 34565 Add acheck_password() async method. contrib.auth
34521 34521 Use __slots__ for template Node classes Template system
34556 34556 StreamingHttpResponse documentation inaccuracy Documentation
34552 34552 Delaying get_from_clause call as much as possible. Database layer (models, ORM)
34540 34540 [feature request] Run FileField storage callable during runtime and not during buildtime File uploads/storage
34541 34541 StorageRouter File uploads/storage
34510 34510 sqlmigrate does not follows replaces in squashed migrations Core (Management commands)
34489 34489 feature: Support for PostgreSQL table partitioning Database layer (models, ORM)
34492 34492 I get an error when using BinaryField in sqllite3. Database layer (models, ORM)
34449 34449 ProgrammingError: non-integer constant in GROUP BY with Case When and annotate Count Database layer (models, ORM)
34428 34428 ASGIStaticFilesHandler raises warning. contrib.staticfiles
34359 34359 Add setting to disable global thread_sensitive flag for Async ORM and Async cache Database layer (models, ORM)
34342 34342 The test async_client is not consuming async StreamingResponse generators properly Testing framework
34328 34328 Class-based async-only middleware not detected as coroutine in MiddlewareMixin Documentation
34329 34329 django-formset new app - i am facing the issue Uncaught (in promise) SyntaxError: JSON.parse Forms
34300 34300 Support async generators in StreamingHttpResponse HTTP handling
34254 34254 Exists annotations can return non-boolean results (i.e. None) if used with an empty QuerySet. Database layer (models, ORM)
34261 34261 Use {% url model_object %} to work with get_absolute_url Template system
34241 34241 Django admin not showing seconds for list_display nor readonly DateTimeField contrib.admin
34063 34063 request.POST not populated for multipart/form-data via AsyncClient Testing framework
14094 14094 Cannot define CharField with unlimited length Database layer (models, ORM)
34174 34174 async process_exception being called as sync from async view/middleware Documentation
34149 34149 Postgres "ExclusionConstraint with conditions cannot be deferred." seems wrong contrib.postgres
34135 34135 Add async interface to ManyRelatedManager & RelatedManager Database layer (models, ORM)
27849 27849 Add SQL 2003 FILTER syntax support with Case(When()) fallback to aggregates Database layer (models, ORM)
34137 34137 model.refresh_from_db() doesn't clear cached generic foreign keys contrib.contenttypes
34080 34080 __exact lookup on nested arrays with None values fails on PostgreSQL. contrib.postgres
34112 34112 Add async interface to Model Database layer (models, ORM)
34122 34122 models.ForeignObject is missing documentation Documentation
34121 34121 Multi Databases documenation example doesn't work Database layer (models, ORM)
34107 34107 Django ORM queries do not pick up indexes made on a key in JSONField in Postgres Database layer (models, ORM)
34068 34068 `runserver 0`'s "Starting development server at <address>" doesn't work Core (Management commands)
34062 34062 object HttpResponseNotAllowed can't be used in 'await' expression Generic views
34009 34009 migrations.RunPython runs queries against wrong database Uncategorized
27451 27451 syndication feed may crash with AmbiguousTimeError contrib.syndication
27624 27624 Optimize ORM by using more immutable data structures Database layer (models, ORM)
27936 27936 Add some clarifications to "Spanning multi-valued relationships" Documentation
14844 14844 i18n blocktrans tag pluralization feature limited by gettext constraints and shared local tag context Internationalization
27871 27871 Django keeps making the same migration over and over again Migrations
14317 14317 numberformat.format produces wrong results Internationalization
27719 27719 2 Add queryset.alias() to mimic .annotate() for aggregations without loading data Database layer (models, ORM)
27996 27996 1 Add pgcrypto extension and GEN_RANDOM_UUID function to contrib.postgres contrib.postgres
27430 27430 1 `manage.py test` does not support unittest `-b` buffer option Testing framework
27331 27331 Proposed opt_group argument for ModelChoiceField and ModelMultipleChoiceField Forms
27708 27708 Relation between tables in different schemas with big names Migrations
27399 27399 Segfault when running GDALBandTests on OSX 10.11.6 GIS
27804 27804 Use unittest.subTest() in Django's test suite Core (Other)
27585 27585 ManyToMany relationship is cascading delete after being detached Database layer (models, ORM)
27408 27408 Make QuerySet.bulk_create() populate fields on related models Database layer (models, ORM)
27755 27755 add ModelAdmin.get_inlines() hook to allow set inlines based on the request or model instance. contrib.admin
27360 27360 Make it easier to track down the offending models for AlreadyRegistered exceptions contrib.admin
14675 14675 1 Update docs and project template to avoid "import *" for url patterns Core (Other)
27595 27595 4 Database converters are not run for related fields referencing related fields Database layer (models, ORM)
27335 27335 Avoid object save during QuerySet.update_or_create() when there were no changes Database layer (models, ORM)
27863 27863 Implement "SameSite" flag for session and CSRF cookies HTTP handling
27317 27317 Make Form subclasses combine Form.Media from all parents Forms
27267 27267 8 Renaming a primary key fails with "cannot drop constraint on table because other objects depend on it" Migrations
14370 14370 Adding support for Autocomplete in contrib.admin contrib.admin
27818 27818 Use contextlib.suppress to suppress exceptions. Core (Other)
27326 27326 Overriding queryset deletion from ModelAdmin contrib.admin
27563 27563 Move "Apply limit_choices_to" code from BaseModelForm to fields_for_model() Forms
27792 27792 Extended category support for Atom and RSS feeds contrib.syndication
27732 27732 1 django.contrib.postgres.search SearchRank doesn't handle SearchVectorField references contrib.postgres
27730 27730 Document that template tags with "as" variable assignment don't propogate variables across blocks Documentation
27926 27926 Allow squashmigrations to create a fresh set of migrations and delete the old ones Migrations
27751 27751 Teardown of a PG test database fails if it is an autogenerated test_MYDB database Testing framework
27365 27365 Fields suddenly not found. Database layer (models, ORM)
27956 27956 Template error raised in an {% extends %} parent template shows incorrect source location on debug page Template system
27675 27675 Django postgres JSONField encoding contrib.postgres
27882 27882 Allow template fragment caching for unlimited time Template system
27940 27940 Migrations fail when when a model's parent class is changed to abstract -- Wrong SQL being generated Migrations
27932 27932 EmailValidator fails on "a.@example.com" Core (Mail)
27886 27886 Django contrib.postgres JSONField adds additonal quotes to a dictionary. contrib.postgres
27885 27885 Migration creates index of a deleted table Migrations
27851 27851 include(admin.site.urls) doesn't work on master yet contrib.admin
27825 27825 Document that models don't cast field values to the same type that's retrieved from the database Documentation
27806 27806 Allow for more dynamic ALLOWED_HOSTS configuration Core (Other)
14606 14606 1 Application module imported twice when running development server Core (Other)
498 498 Atom support, not just RSS contrib.syndication
27501 27501 ModelChoiceField.queryset documentation isn't clear that this is lazily evaluated Documentation
27765 27765 Migration to delete child model (multi-table inheritance) results in an error when using SQLite Migrations
27729 27729 Add a method to evaluate QuerySets. Database layer (models, ORM)
27680 27680 Recommend ccbv.co.uk in class-based views docs Documentation
27054 27054 makemigrations tries to create django_migrations in external database Migrations
27522 27522 ./manage runserver --nostatic doesn't return a traceback Core (Management commands)
27485 27485 Allow ALLOWED_HOSTS to accept an IP-range / wildcard HTTP handling
27582 27582 1 Allow HStoreField to store null values in key: value pairs contrib.postgres
27507 27507 use SchemaEditor.execute() to run deferred_sql in migration sync_apps Core (Management commands)
27321 27321 ignores_quoted_identifier_case broken on MySQL on OS X/Windows Database layer (models, ORM)
27482 27482 Conditional Expressions documentation should have an example for filter() methods Documentation
27448 27448 GIS distance queries use deprecated ST_distance_sphere GIS
27414 27414 Document that aliasing ForeignKey fields in F expressions returns pk values, not model instances Documentation
27419 27419 Model that worked before 1.10 causes "Cannot force an update in save() with no primary key." in 1.10. Database layer (models, ORM)
27411 27411 Django namespaced reverse not working in test environment Testing framework
27328 27328 return `Set-Cookie` if sessionid= None value contrib.sessions
27401 27401 Add Transifex config to build translated docs Documentation
27298 27298 Unclear "after each test" wording in the documentation Documentation
27217 27217 2 makemigrations crashes with "'SpatialRefSysMixin' has no attribute '_meta'" on PostGIS GIS
27227 27227 2 Full text search by UUIDField returns DataError Database layer (models, ORM)
27256 27256 Change the selected attribute of select form tags to use HTML5 boolean syntax Forms
27142 27142 makemigrations fails on special database connections Migrations
27136 27136 Change auth forms' autofocus attribute to HTML5 boolean syntax contrib.auth
27126 27126 Use `namedtuple` in result of `{% regroup %}` Template system
27044 27044 5 `apps` passed to post_migrate_signal should contain migrated appconfigs even when no migration has been applied to them Migrations
27061 27061 Support creating the TEST PostgreSQL database from a custom template Testing framework
27013 27013 Docs - Using Argon2 with Django - more appropriate pip command Documentation
27065 27065 Deferred fields not passed to inherited models' __class__.__dict__ Database layer (models, ORM)
27033 27033 static tag causes AppRegistryNotReady errors on 1.10 contrib.staticfiles
14030 14030 1 Use F() objects in aggregates(), annotates() and values() Database layer (models, ORM)
14891 14891 use_for_related_fields=False is not honored by reverse FK or M2M related managers Database layer (models, ORM)
14368 14368 Reverse relation attribute for OneToOneField fails when set to None Database layer (models, ORM)
14096 14096 Insert code generated by models using multiple inheritance is incorrect and fails in postgresql Database layer (models, ORM)
14518 14518 Field.to_python not called on foreign key IDs Database layer (models, ORM)
14442 14442 During tests parse fixtures using setUpClass Testing framework
14952 14952 New find_commands(management_dir) to support .pyc and .pyo Core (Other)
14087 14087 2 django.core.management.get_commands only sees commands in the last package of a namespace package Core (Other)
14497 14497 1 ModelAdmin.readonly_fields isn't graceful with filefields. contrib.admin
14834 14834 Colour issues in CSS - particularly documentation Documentation
14462 14462 1 Aggregates default to the database type instead of the field type Database layer (models, ORM)
27 27 Single form field for multiple database fields Forms
22614 22614 What does the "Select a valid choice. That choice is not one of the available choices" error msg mean? Uncategorized
22480 22480 2 "django-admin.py dumpdata" - unable to serialize Core (Serialization)
22472 22472 2 Unclear what 3 dots mean in tutorial 4 code block Documentation
14007 14007 Automatically discover models within a package without using the app_label Meta attribute Database layer (models, ORM)
14800 14800 Development server should NOT elide favicon from the logs Core (Management commands)
23 23 1 Add support for ValidationWarning Forms
14512 14512 Documentation & tools for decorating class-based-views. Generic views
14396 14396 Admin generates a query burst on ForeignKey with null = True contrib.admin
14261 14261 Add clickjacking protection (X-Frame-Options header) HTTP handling
14332 14332 manage testserver and manage runserver should have similiar address:port options Core (Management commands)
14287 14287 TEST_MIRROR is not respected in routers 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 1 Update jQuery contrib.admin
14633 14633 1 Reorganize settings reference docs Documentation
14040 14040 Python syntax errors in module loading propagate up Core (Other)
14615 14615 Related objects manager returns related objects with null FKs for unsaved instances Database layer (models, ORM)
14093 14093 Confusing error when failing to create a session key because the cache is unavailable contrib.sessions
14885 14885 is_valid for ModelForm changes instance if instance is provided Documentation
14827 14827 2 Authentication Backends should be responsible for checking and setting passwords contrib.auth
409 409 Add support for sqlrelay backend, to pool DB connections Database layer (models, ORM)
14593 14593 CZBirthNumberField expects two arguments to clean() contrib.localflavor
14806 14806 No template tag to support contextual translations Internationalization
632 632 database stored templates Template system
640 640 order_with_respect_to option fails Documentation
14438 14438 Deserializer raises ValidationError if natural key is given as string Core (Serialization)
14292 14292 User.objects.create_user does not give object with id field populated in svn release. contrib.auth
14138 14138 Apache setup using sqlite3 breaks when performing a field__regex filter Database layer (models, ORM)
14270 14270 ManyToMany manager classes should be cached Database layer (models, ORM)
14548 14548 Docs and implementation don't match regading return values of certain QuerySet aggregate functions Documentation
14910 14910 I18N locale per app resolving - documentation incorrect and bug Internationalization
14905 14905 1 models.FileField links to url attribute, which is undocumented. Documentation
14897 14897 Formset examples lack syntax highlighting Documentation
14821 14821 Document the differences of formatting syntax in formats.py Internationalization
14820 14820 Use `TextField` instead of `PositiveIntegerField` in docs and examples for generic relations. Documentation
14799 14799 Test database creation order problem after r14696 Testing framework
14755 14755 3 Wsgi Error HTTP handling
14662 14662 auth and contenttypes post-syncdb handlers ignore 'db' option Contrib apps
14661 14661 A couple of MySQL/MyISAM test failures Testing framework
14594 14594 Django/CherryPy problem with POST data HTTP handling
14570 14570 New format character to represent locale-specifc alternative month names Internationalization
14550 14550 commit_on_success no longer sets back to autocommit mode Database layer (models, ORM)
14543 14543 ContentTypes tests fails if auth app is not installed contrib.contenttypes
14529 14529 Save messages for proxy models show a crazy verbose_name contrib.admin
14389 14389 Future url replacement Template system
14290 14290 Rendering is very inefficient when USE_L10N. Caching format values gives 2-7 times improvement Internationalization
14181 14181 Template tag needed to disable/force L10N formatting on a per-variable basis Internationalization
14176 14176 Error raised when using django.contrib.comments.feeds.LatestCommentsFeed contrib.comments
14924 14924 I18N looks for translations in the reverse order of the apps Internationalization
342 342 Add a way for fields to be displayed in the admin without being editable contrib.admin
730 730 more explicit middlware ordering Core (Other)
528 528 Add a documentation generator that creates a PDF or HTML files locally Documentation
13 13 Related objects interface should be tighter (edit_inline) contrib.admin
14610 14610 fixtures should be able to specify their database Testing framework
14608 14608 Adding a INPhoneNumberField to indian localflavor contrib.localflavor
811 811 IPv6 address field support Core (Other)
14206 14206 contrib:admin dynamic list_display support contrib.admin
14082 14082 modelform_factory should use the form's metaclass Forms
14262 14262 Helper for "get_something as varname" template tag pattern Template system
14766 14766 ordering by a field that does not exists returns an empty QuerySet Database layer (models, ORM)
14012 14012 1 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)
14635 14635 Documentation improvement on setting up django with OpenBSD Documentation
14712 14712 Example for post_syncdb signal. Documentation
14347 14347 Add required_if field to model fields Database layer (models, ORM)
14918 14918 1 Password reset with e-mail OR username contrib.auth
14859 14859 Various IT localflavor fields don't handle EMPTY_VALUES correctly contrib.localflavor
14499 14499 ATSocialSecurityNumberField doesn't handle EMPTY_VALUES correctly contrib.localflavor
14852 14852 1 django.utils.log is incompatible with Python <= 2.5 Uncategorized
14169 14169 Improve TemplateSyntaxError for invalid block tags Template system
14417 14417 UnicodeDecodeError exception in recent actions contrib.admin
14234 14234 1 Validation bug when using ModelForms Forms
14696 14696 Wrong code colouring Documentation
14630 14630 Oracle test tablespace disk datafile not big enough for running full Django test suite Testing framework
14271 14271 Admin media tests assume absolute path from module.__file__ Testing framework
14244 14244 5 In clause with 1000 or more items fails in Oracle Database layer (models, ORM)
14278 14278 sqlite3 backend and django 1.2.3, bug: «no such table» Database layer (models, ORM)
14235 14235 UnicodeDecodeError in CSRF middleware Forms
14203 14203 Manual schema specification for tables is not compatible with index creation statements Database layer (models, ORM)
14194 14194 MIssing comma in tutorial code Uncategorized
14159 14159 Forms tests are dependent on module.__file__ returning an absolute path Testing framework
14155 14155 Remove doctests (and flush calls) from tests Testing framework
14148 14148 Django assumes that module.__file__ is an absolute path Testing framework
14068 14068 Fixture loading issue with multi database setting Core (Serialization)
14143 14143 Database problems and import error of django.contrib.messages Uncategorized
14079 14079 Update of Norwegian nynorsk (nn) translation Translations
14086 14086 Tests don't pass on Python 2.4 because of a try/except/finally contrib.sessions
14088 14088 Possible typo in Tutorial page #4 Documentation
14025 14025 Flush command not fully supporting multi database support Uncategorized
607 607 Admin option to show/hide fields contrib.admin
172 172 Twisted (twisted.web2) support for Django Tools
376 376 Add a handler for mod_python v. 2 (Django requires v. 3) Core (Other)
24 24 edit_inline support for OneToOne relationships Metasystem
245 245 Remove old ordering syntax Metasystem
785 785 many2many table and legacy databases. Database layer (models, ORM)
616 616 [patch] process_exception middleware extension Core (Other)
208 208 Allow the strings the cycle tag uses to contain spaces Template system
139 139 edit_inline should grow some Javascript magic to increase usability contrib.admin
851 851 New SQL query API Database layer (models, ORM)
787 787 High-level feeds ('Feed' subclasses) don't pick up author details contrib.syndication
436 436 Create an API to update and delete multiple objects in a single call Metasystem
398 398 1 [patch] {%define VAR as%}VALUE{%in%} tag Template system
442 442 Admin interface throws errors that aren't displayed contrib.admin
259 259 Admin errors with edit_inline and foreign keys. contrib.admin
196 196 Patch: Allow integer months in views.generic.date_based Core (Other)
146 146 Change order_by and ordering parameters to be less verbose Database layer (models, ORM)
251 251 [patch] Add "AND" and "OR" clauses to the SQL query syntax Metasystem
168 168 history() in django/views/admin/main.py makes assumptions about the object's key name contrib.admin
163 163 Option to leave off __exact Template system
153 153 Change docs to use new ordering syntax Documentation
12 12 Add metasystem database-check functionality Metasystem
555 555 DateTimeFields with auto_now and auto_now_add don't change in place Core (Other)
200 200 Add a Decimal type and a Currency type Database layer (models, ORM)
474 474 Better method of serving admin media files needed Documentation
688 688 3 [patch] Error handlers lack context. Translations
65 65 [i18n] Internationalization and localisation contrib.admin
327 327 Metasystem should support more than one ManyToMany relationship Metasystem
61 61 [patch] auth.User admin form shouldn't require people to edit hashes contrib.admin
573 573 [patch] add plus sign to ManyToMany fields in admin contrib.admin
87 87 1 [patch] Oracle database support Database layer (models, ORM)
527 527 OneToOne relations are broken since new model style released Metasystem
122 122 [patch] Build models using fieldname=FieldClass Core (Other)
463 463 [patch] new mysql.DatabaseWrapper - solving multiple MySQL problems Core (Other)
329 329 RSS framework needs an easier interface contrib.syndication
167 167 ForeignKey should also take string arg instead of class name Metasystem
241 241 Add a django.contrib.markup app Core (Other)
423 423 Admin filters broken with [549] contrib.admin
846 846 Syndication feed framework documentation references rss.Feed from the old framework Documentation
515 515 [patch] additional set of cache backends Core (Cache system)
424 424 Timeline page doesn't display link to RSS feed *.djangoproject.com
170 170 Unicode field names cause UnicodeEncodeError in main admin handler contrib.admin
648 648 [patch] Add a comment tag like {# commented #} Template system
698 698 Exceptions thrown after CONTROL-C typed to stop test web server. Core (Management commands)
574 574 2 [patch] fix small CSS bug in admin interface contrib.admin
644 644 SQL Server DB backend: Rev 940 test results Database layer (models, ORM)
350 350 "offset" keyword does not work on MySQL 3.x Database layer (models, ORM)
876 876 Typo in trunk/docs/forms.txt Documentation
502 502 [patch] added category to feed items contrib.syndication
625 625 [patch] Add template decorators Template system
576 576 1 [patch] don't show 'add another' button in popup contrib.admin
603 603 Improved template error messages Template system
554 554 RSS feeds are not valid due to missing timezone in pubdates contrib.syndication
949 949 [patch] include template tag should support select_template type list Template system
305 305 sql code was not white space safe? Database layer (models, ORM)
667 667 [patch] extra_lookup_kwargs and extra_context in infodicts should accept callbacks Generic views
727 727 [patch]: leftover %() syntax in password_reset_email.html contrib.admin
156 156 changeset 293 breaks tutorial polls app contrib.admin
209 209 errors from tutorial 1 Documentation
450 450 [patch] Give generic views support for dynamic lookup keywords Generic views
696 696 add newline-suppression to {% and {{ Template system
945 945 not translated parts in admin Javascript Translations
503 503 Field objects with required arguments shouldn't be keyword arguments. Core (Other)
585 585 [Document] - Render your Django's data with specialized applications Documentation
623 623 [patch] Allow ssi tag to use template dirs, making apps that use this feature much more portable Template system
578 578 2 [patch] automatically do MD5 in admin backend contrib.admin
4 4 Add a db cache backend Core (Cache system)
511 511 django-admin.py init fails at rev 641 Core (Management commands)
387 387 1 Date field does not render, saving object fails with invisible error contrib.admin
341 341 unique option contrib.admin
324 324 IPAddressField fails Database layer (models, ORM)