anon

(anon)

Most Active Role

N/A

Most Active Component

Contrib.Admin

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (412) Reporter (1) Owner (0) Commenter (632) Summary Component
897 897 4 Bi-Directional ManyToMany in Admin contrib.admin
373 373 15 Add support for multi-column primary keys. Database layer (models, ORM)
470 470 1 Add Field.db_default for defining database defaults Database layer (models, ORM)
27645 27645 Move Settings.__init__ checks to system checks Core (Other)
14974 14974 1 Add support for translation backends other than gettext Internationalization
14831 14831 1 Django Template Style Guide Documentation
14810 14810 2 Admin inline templates need blocks contrib.admin
14761 14761 1 URL resolving / reversing design doesn't allow alternate specs Core (URLs)
34823 34823 assertTemplateUsed() context manager crashes for templates without names. Testing framework
34727 34727 1 Error in CharField with TextChoices and missing max_length parameter Testing framework
14832 14832 1 Impossible to create inline objects if form validates but is unchanged contrib.admin
34323 34323 Django form request is always response with "GET" instead of "POST" even when I use <form action="" method="post"> Forms
891 891 2 customize table name prefixes Database layer (models, ORM)
34032 34032 Base authentication Backend should raise NotImplemented on needed methods contrib.auth
14411 14411 1 Inline delete not prompting cascade delete warning contrib.admin
27147 27147 Add support for defining bounds in postgres range fields contrib.postgres
14586 14586 1 Make interpolate JS function not require the named parameter. Internationalization
14844 14844 1 i18n blocktrans tag pluralization feature limited by gettext constraints and shared local tag context Internationalization
19 19 4 Automatically generate JavaScript form validation Validators
56 56 3 Primary key columns should be UNSIGNED Database layer (models, ORM)
14645 14645 2 Exclude query with multiple conditions for the same multi-value relation not correct Database layer (models, ORM)
14660 14660 1 Using a CheckboxSelectMultiple widget on a M to M field in Admin causes 'SelectBox is not defined' JS error in RelatedObjectLookups.js contrib.admin
14317 14317 1 numberformat.format produces wrong results Internationalization
27686 27686 calls to request.user.is_authenticated returns vary by cookie header for all users contrib.sessions
17 17 7 Metasystem optimization: Share select_related in memory Database layer (models, ORM)
14129 14129 1 Slovenian translation plural-forms Internationalization
14808 14808 1 i18n is not safe. Documentation
820 820 3 Add "view" permission to compliment add/change/delete contrib.admin
14642 14642 1 save_as=True and generic inline in admin gives IndexError contrib.contenttypes
14370 14370 3 Adding support for Autocomplete in contrib.admin contrib.admin
14606 14606 2 Application module imported twice when running development server Core (Other)
14297 14297 1 Accessing settings.FOO in hot spots cause performance problems Core (Other)
27406 27406 Signals pre_delete and post_delete break logical relationship of models and behave in diffrently with different backends Database layer (models, ORM)
27444 27444 Django StaticLiveServerTestCase: view cannot query test-database properly Testing framework
14904 14904 1 TextField with unique (or in unique_together) constraint breaks for large inputs in Postgres Database layer (models, ORM)
14284 14284 1 Support for Google Maps version 3 GIS
27033 27033 static tag causes AppRegistryNotReady errors on 1.10 contrib.staticfiles
14030 14030 2 Use F() objects in aggregates(), annotates() and values() Database layer (models, ORM)
14891 14891 7 use_for_related_fields=False is not honored by reverse FK or M2M related managers Database layer (models, ORM)
14402 14402 1 help_text is not displayed for ManyToMany raw_id fields contrib.admin
494 494 7 Collapse in admin interface for inline related objects contrib.admin
14286 14286 1 Support for BigAutoField Database layer (models, ORM)
29 29 1 Fix usability issue with limit_choices_to and "Add another" in admin contrib.admin
14716 14716 1 filter_horizontal and filter_vertical don't work on mobile Safari contrib.admin
14968 14968 1 handle BaseExceptions with middleware, or at least KeyboardInterrupt Core (Other)
14601 14601 2 ValuesQuerySet join types not being promoted Database layer (models, ORM)
14772 14772 1 Reversing a URL with optional arguments fails Core (URLs)
14952 14952 1 New find_commands(management_dir) to support .pyc and .pyo Core (Other)
14087 14087 1 django.core.management.get_commands only sees commands in the last package of a namespace package Core (Other)
14497 14497 2 ModelAdmin.readonly_fields isn't graceful with filefields. contrib.admin
14881 14881 1 [nonrel] Do not assume ``User.id`` to be an integer in django.contrib.auth's pasword reset feature contrib.auth
14748 14748 1 Missing documentation for FormPreview methods Documentation
901 901 6 Reload method for models Database layer (models, ORM)
14930 14930 3 `values_list()` fails on queryset ordered by extra column Database layer (models, ORM)
14787 14787 1 Upload handler should pass errors on to forms.FileField File uploads/storage
14932 14932 1 Tests failing with SQLite3 on Linux systems; Sites object causing failures. Uncategorized
27 27 3 Single form field for multiple database fields Forms
14136 14136 1 Show how to specify schemas for Oracle databases Documentation
14916 14916 1 No proper initialization of models/signals/etc.... Core (Other)
14760 14760 1 Admin inlines with file/image field fails to save_as contrib.admin
14051 14051 3 Signals for transaction commit/rollback Database layer (models, ORM)
14950 14950 1 Javascript errors when building CHM file from django docs using Sphinx Documentation
14825 14825 1 LocaleMiddleware should store language preferences if possible Internationalization
14800 14800 3 Development server should NOT elide favicon from the logs Core (Management commands)
937 937 4 Autoreload reloads for every request. Core (Management commands)
14658 14658 1 DateField initial does not honor locale, against documentation Forms
23 23 4 Add support for ValidationWarning Forms
14786 14786 1 get_db_prep_lookup call get_prep_value twice for each value if prepared == False Database layer (models, ORM)
14765 14765 2 Unnecessary usage of NodeList in ForNode (template rendering) Template system
14056 14056 1 Wrong query generated when using reverse foreign key Database layer (models, ORM)
14043 14043 1 Incorrect and/or confusing behaviour with nullable OneToOneField Database layer (models, ORM)
14817 14817 1 ...models.sql.where.WhereNode.as_sql docstring is outdated Database layer (models, ORM)
694 694 1 [patch] TEMPLATE_DIRS should allow project root relative paths Template system
14580 14580 1 Clean up duplicate code in admin formset handling contrib.admin
14238 14238 1 admin-interface and formsets: ordered_forms are not returned in case of errors contrib.admin
14958 14958 1 FastCGI socket permission Core (Management commands)
14945 14945 3 ContentType.objects.get_for_model doesn't allow using multiple databases Database layer (models, ORM)
25 25 3 Filtering interface on ForeignKey <select> boxes contrib.admin
14018 14018 1 Introduce class_plural %-substitution placeholder for related_name of ForeignKey/ManyToManyField Database layer (models, ORM)
14802 14802 1 feature request: add a method to Fields that is used to render the field as read-only contrib.admin
14451 14451 1 add related_name to contrib.auth.models.User for 'groups' contrib.auth
14705 14705 1 Model Field Order not influenced by MRO of superclasses Database layer (models, ORM)
852 852 2 psycopg.ProgrammingError exceptions leave the connection to the DB in an unusable state Database layer (models, ORM)
14646 14646 django.contrib.comments is missing default template for comment_notification_email.txt, and has no documentation of template context contrib.comments
14970 14970 1 Inconsistency in handling of managed/unmanaged transactions Database layer (models, ORM)
14139 14139 2 Feature Request: distinct() should support field names Database layer (models, ORM)
218 218 1 changing column sort order in admin interface doesn't change sort order contrib.admin
14571 14571 1 Update jQuery contrib.admin
14976 14976 1 Add is_html flag to contrib.messages contrib.messages
14684 14684 1 RESTful Model View Generic views
14089 14089 1 Username validation allows '@' character, while auth backend explicitly prevents this. contrib.auth
154 154 1 Can't delete object with ManytoMany Relationship contrib.admin
14678 14678 1 Users are able to add more than one page to the same url contrib.flatpages
72 72 1 Django should add charset info to output HTTP headers Core (Other)
361 361 7 Some Basic Math Filters Template system
14615 14615 1 Related objects manager returns related objects with null FKs for unsaved instances Database layer (models, ORM)
14967 14967 1 django.contrib.auth.admin.UserAdmin.response_add changed in 1.2.4 Documentation
14861 14861 1 Importing settings in a module that contains a logging Handler causes circular import. Core (Other)
14829 14829 1 URL dispatcher documentation with class-based generic views Documentation
14757 14757 1 Add An Example For .extra(tables=[]) Documentation
14769 14769 1 Voting example from tutorial - use of forms API - suggestion Documentation
14885 14885 1 is_valid for ModelForm changes instance if instance is provided Documentation
18662 18662 Urlize fails with Markdown url string Template system
14502 14502 1 Feature: escape hatch for colliding template syntax in Django templates Template system
14827 14827 1 Authentication Backends should be responsible for checking and setting passwords contrib.auth
1 1 3 Create architecture for anonymous sessions Core (Other)
409 409 1 Add support for sqlrelay backend, to pool DB connections Database layer (models, ORM)
14822 14822 1 contrib.auth docs should reference to new generic views. Documentation
596 596 3 Allow Django to be packaged as a Python egg Core (Other)
26 26 2 Admin validation errors cause FileUploadFields to be reset contrib.admin
14964 14964 2 create_attachment support for unicode symbols in filename Core (Mail)
14806 14806 1 No template tag to support contextual translations Internationalization
632 632 2 database stored templates Template system
640 640 7 order_with_respect_to option fails Documentation
702 702 1 document that ManyToMany fields can't be in unique_together Documentation
14792 14792 1 error in the default for TEMPLATE_CONTEXT_PROCESSORS Documentation
14496 14496 1 Conflict between ModelForm.Meta.exclude and ModelAdmin.readonly attributes contrib.admin
14292 14292 4 User.objects.create_user does not give object with id field populated in svn release. contrib.auth
14202 14202 3 Rss201rev2Feed bug contrib.syndication
14648 14648 1 Annotated date querysets fail if spatial backend is used GIS
14066 14066 1 Shouldn't ModelFormMetaclass be public for inheritance issues? Core (Other)
14774 14774 1 assertNumQueries is buggy with views and the test client if used more than once in a test Testing framework
14290 14290 Rendering is very inefficient when USE_L10N. Caching format values gives 2-7 times improvement Internationalization
14405 14405 1 problem in login view contrib.auth
14232 14232 1 date_list context variable incorrectly documented Documentation
14249 14249 1 Inactive users have less permissions then anonymous users with custom backend contrib.auth
14663 14663 1 L10N of dates in Norwegian. Translations
14771 14771 1 Typo in docs, "vistor" Documentation
14640 14640 1 Add elapsed request time to the development server log HTTP handling
14533 14533 1 django signals not thread-safe Core (Other)
14355 14355 1 "readonly" fields don't display their "help_text" in admin contrib.admin
14703 14703 1 memcached.set_many() should not special case unicode data Core (Cache system)
14708 14708 1 Document available mapping keys for form field error messages. Documentation
14965 14965 1 {% include %} tag changes should be mentioned in release notes Documentation
14471 14471 1 db.models.Manager regression - can't override some methods Database layer (models, ORM)
14924 14924 I18N looks for translations in the reverse order of the apps Internationalization
14563 14563 1 Add Turkey to localflavors contrib.localflavor
14819 14819 1 Superfluous quote in docstring Core (Serialization)
14816 14816 1 Error in documentation of InlineModelAdmin options Documentation
14811 14811 1 Link render_to_response to template loader API Documentation
14948 14948 1 Broken routers in 1.2.4: type object 'ModelBase' has no attribute '_meta' Database layer (models, ORM)
14543 14543 2 ContentTypes tests fails if auth app is not installed contrib.contenttypes
14301 14301 1 django crashes on email address that passed validate_email() (utf8-tld) Core (Mail)
14795 14795 Empty Superuser Permissions contrib.auth
14954 14954 1 AttributeError: 'dict' object has no attribute 'status_code' Uncategorized
14221 14221 1 Mashed Sentences in Doc Documentation
342 342 6 Add a way for fields to be displayed in the admin without being editable contrib.admin
399 399 3 Bigint field object needed Database layer (models, ORM)
689 689 4 Honor Web server provided authentication Core (Other)
730 730 4 more explicit middlware ordering Core (Other)
528 528 3 Add a documentation generator that creates a PDF or HTML files locally Documentation
285 285 4 WSGIRequest should set request.path to full uri path HTTP handling
749 749 2 Middleware should work as a 'stack' or allow custom orderings Core (Other)
13 13 25 Related objects interface should be tighter (edit_inline) contrib.admin
14610 14610 1 fixtures should be able to specify their database Testing framework
289 289 2 [patch] more details with "Please correct the errors below." contrib.admin
14390 14390 set_password functionality outside of the User model contrib.auth
811 811 4 IPv6 address field support Core (Other)
14020 14020 1 Make HttpResponse.get work like dict.get HTTP handling
14893 14893 2 TypeError when accessing deferred (defer(..)) geometry field when using proxy geographic model GIS
14766 14766 1 ordering by a field that does not exists returns an empty QuerySet Database layer (models, ORM)
14854 14854 1 Follow PEP 8 -- Style Guide for Python Code Core (Other)
14251 14251 1 app-labels (still) not translated contrib.admin
14237 14237 1 Old version string on the download page + auto checker proposal *.djangoproject.com
14240 14240 2 filesizeformat should localize number Template system
14080 14080 1 Flatpages pt-br translation Translations
14491 14491 1 ability to place inlines between fieldsets in admin contrib.admin
14595 14595 DATABASE DeprecationWarning includes new syntax. Database layer (models, ORM)
14839 14839 django admin and user model inheritance Uncategorized
14655 14655 1 formsets should be iterable Forms
14899 14899 2 'ModelFormOptions' object has no attribute 'many_to_many' Forms
14838 14838 2 django admin: a staff memeber can delete itself Contrib apps
14311 14311 Improve django.template.defaultfilters.title Template system
14075 14075 1 ManyToMany relationships create circular references Database layer (models, ORM)
14169 14169 Improve TemplateSyntaxError for invalid block tags Template system
14763 14763 1 Documentation doesn't provide any information about blocktrans tag in the Internazionalization section Documentation
14424 14424 1 rel_to undefined in init scope of RelatedFieldWidgetWrapper contrib.admin
14584 14584 PASSWORD_RESET_TIMEOUT_DAYS is not documented Documentation
14530 14530 1 specify if new translations to django core can be made in project directory Documentation
14307 14307 1 Document form ChoiceField tuple Documentation
14393 14393 2 'Add Another' link appears next to ForeignKey field when user has no permission. contrib.admin
14313 14313 1 wrong display of field title in admin contrib.admin
14321 14321 1 IPAddressField inserted as empty string although null=True Database layer (models, ORM)
14302 14302 1 models.BooleanField returns integer Database layer (models, ORM)
14245 14245 1 django/contrib/flatpages/fixtures not included in the 1.2.2 release tarball Uncategorized
14242 14242 1 UserChangeForm Causes KeyError in 1.2.2 and Trunk Forms
607 607 3 Admin option to show/hide fields contrib.admin
714 714 1 access to id of current user on admin contrib.admin
313 313 2 PhoneNumberField should accept international format numbers Internationalization
552 552 2 [patch] SOAP support for django Tools
172 172 1 Twisted (twisted.web2) support for Django Tools
903 903 change login_required contrib.auth
106 106 1 [patch] Problem with some js/select box on IE contrib.admin
22 22 3 [patch] FileUploadField should allow for clearing the field contrib.admin
725 725 1 missing robots.txt on django websites? *.djangoproject.com
376 376 1 Add a handler for mod_python v. 2 (Django requires v. 3) Core (Other)
987 987 1 HttpResponseRedirect uses/allows relative URIs for the HTTP Location header, which is forbidden by HTTP Core (Other)
24 24 2 edit_inline support for OneToOne relationships Metasystem
565 565 4 Unique fields don't work on edit_inline models contrib.admin
575 575 1 edit_inline don't save child data when a "blank=True" field is not set contrib.admin
651 651 1 Allow directories in filename argument to save_<fieldname>_file Core (Other)
619 619 1 documentation page should point to new IRC log *.djangoproject.com
245 245 Remove old ordering syntax Metasystem
653 653 1 setup.py doesn't create django/contrib/admin/templates/ contrib.admin
14 14 1 PIE-IN-THE-SKY: Add spell-check capability to admin textareas contrib.admin
718 718 4 svn co behind stupid proxy *.djangoproject.com
685 685 2 [patch] list_detail and archive_* generic views should default allow_empty to True Generic views
785 785 1 many2many table and legacy databases. Database layer (models, ORM)
265 265 2 Patch: RequiredIfOtherField and friends don't work with edit_inline Core (Other)
115 115 14 Models CRUD via web services Core (Other)
899 899 1 Formfield doesn't display default value Forms
31 31 2 Spelling corrections from Template Guide page. Documentation
616 616 1 [patch] process_exception middleware extension Core (Other)
231 231 1 [patch] Make appropriate model fields honor max_length param Metasystem
546 546 1 [patch] make render_to_string and render_to_response use select_template Template system
208 208 3 Allow the strings the cycle tag uses to contain spaces Template system
526 526 2 Error when edit_inline model have unique_together constraint Database layer (models, ORM)
139 139 7 edit_inline should grow some Javascript magic to increase usability contrib.admin
871 871 1 ImageField doesn''t honor blank=True argument contrib.admin
744 744 1 `NullBooleanField` should show an icon in the admin listing rather than &#34;None&#34; Generic views
236 236 1 Add support for deleting cookies easily Core (Other)
127 127 1 Documentation how to setup djangoproject.com Documentation
456 456 1 [patch] minor typo in overview.txt Documentation
264 264 1 None Contrib apps
956 956 1 Updated Galician (gl) translation Internationalization
812 812 1 [Syndication doc example] - Templates and associated extension Documentation
881 881 update slovak (sk) translation Translations
776 776 3 smart+question *.djangoproject.com
851 851 2 New SQL query API Database layer (models, ORM)
371 371 2 random filter in template throws an error Template system
601 601 2 Unique_together documentation update Documentation
536 536 1 Wrap load_and_render in HttpResponse in the calling function Tools
509 509 1 We need a &#34;Powered by Django&#34; button Database layer (models, ORM)
475 475 1 Recursive function calling not working properly in template tags Template system
504 504 1 mailing lists don't work without a @gmail email address *.djangoproject.com
103 103 1 "Get current version: 1.0" is misleading *.djangoproject.com
380 380 2 Tutorial 1, missing specific directory information Documentation
351 351 1 Make list_detail.object_list respect allow_empty when paginating Generic views
359 359 1 Simplified assignment and lookup for related fields contrib.admin
333 333 1 HttpResponse should get a default charset Core (Other)
273 273 4 [patch] Password salt and other algorithms support Core (Other)
120 120 1 djang-admin.py called without argument Tools
91 91 1 A (possible) cleaner ORM fields description Core (Other)
134 134 1 Template for password change not included in source dist contrib.admin
222 222 1 r335 - sqlite database wrapper produces numeric (none,none) for a float field Database layer (models, ORM)
223 223 1 [PATCH] Breadcrumb navigation broken in admin documentation contrib.admin
225 225 2 MS SQL Server via ADO Database layer (models, ORM)
215 215 1 Need to generate postgresql tables WITHOUT OIDS by default Database layer (models, ORM)
295 295 1 [patch] Add reverse counter variables to template &#34;for loops&#34; Core (Management commands)
168 168 1 history() in django/views/admin/main.py makes assumptions about the object's key name contrib.admin
177 177 2 Logout from Admin leaves you in /admin/logout contrib.admin
121 121 1 [patch] Names in SQL should be quoted Metasystem
198 198 1 istartswith doesn't work Contrib apps
2 2 1 Calendar popup - next/previous month links close the popup in Safari contrib.admin
163 163 1 Option to leave off __exact Template system
109 109 7 Patch: Customizing Date(Time)Field displays contrib.admin
20 20 2 "Add another" for many-to-many relationships contrib.admin
33 33 1 frontpage typo *.djangoproject.com
12 12 2 Add metasystem database-check functionality Metasystem
90 90 1 Add "django-admin.py inspectdb" option Tools
94 94 1 Mysterious error contrib.admin
43 43 1 link to icon_searchbox.png is broken contrib.admin
88 88 1 Configuration should be more forgiving to users who forget the trailing comma. Core (Other)
171 171 1 Bug, I think, in foreign keys and SQLite Database layer (models, ORM)
611 611 1 fields with editable=False do not render contrib.admin
16 16 1 Create some form of "edit many at once" feature for the admin contrib.admin
572 572 1 When i have an ImageField and a auto_now DateTimeField in the same model it doesnt get saved contrib.admin
200 200 3 Add a Decimal type and a Currency type Database layer (models, ORM)
952 952 6 [patch] Allow for database client encoding configuration from project settings Database layer (models, ORM)
652 652 1 An option to upload files into database would be a great alternative to filesystem uploads. Database layer (models, ORM)
863 863 1 Atom Feeds should pick up "updated" and "published" elements automatically from auto_now and auto_now_add fields contrib.syndication
482 482 1 ForeignKey inline editing drops records in the Admin application Core (Cache system)
760 760 5 Error reason not seen when 500 template is missing contrib.admin
639 639 2 Model FileFields empty on first pass through save() Core (Other)
317 317 1 [Patch] slugify delimits words by hyphens, but its validator doesn't like them Generic views
5 5 3 Add a cache=NUM_SECONDS argument to QuerySet Metasystem
393 393 2 [patch] Filters don't take the str() value of a var Core (Other)
547 547 1 [patch] XMLRPC support for django Tools
688 688 2 [patch] Error handlers lack context. Translations
10 10 2 Ordered objects should have API access to their order number Validators
872 872 2 fields.TextField should pass 'rows' argument to its formfields.LargeTextField contrib.admin
389 389 1 [patch] admin interface only sorts by first ordering field contrib.admin
65 65 3 [i18n] Internationalization and localisation contrib.admin
337 337 1 DateTime fields don't work in the generic views Generic views
501 501 1 {{ block.super }} returns value of the most remote ancestor contrib.syndication
510 510 3 [patch] Defend admin against CSRF attacks contrib.admin
529 529 3 Add support for GenericForeignKey Contrib apps
61 61 5 [patch] auth.User admin form shouldn't require people to edit hashes contrib.admin
463 463 2 [patch] new mysql.DatabaseWrapper - solving multiple MySQL problems Core (Other)
451 451 1 There should be OneToManyField support Database layer (models, ORM)
573 573 [patch] add plus sign to ManyToMany fields in admin contrib.admin
440 440 3 [patch] maxlength incorrectly checked for international characters in utf-8 contrib.admin
435 435 1 Exception thrown out when doing do_html2python Core (Other)
122 122 1 [patch] Build models using fieldname=FieldClass Core (Other)
669 669 1 site table Metasystem
381 381 2 Tutorial 1, the name of the file to modify is missing Documentation
338 338 2 ManyToMany fields don''t work in the generic views Generic views
739 739 1 tutorial and docs translations Documentation
329 329 RSS framework needs an easier interface contrib.syndication
327 327 1 Metasystem should support more than one ManyToMany relationship Metasystem
813 813 1 we need spam protection for the ticket system :-( *.djangoproject.com
767 767 updated cs translation Translations
167 167 1 ForeignKey should also take string arg instead of class name Metasystem
395 395 1 [patch] New session middleware for browser-session length cookies Core (Other)
489 489 [patch] MySQL: TextField => longtext Database layer (models, ORM)
420 420 2 [patch] exclude_fields in AddManipulator and ChangeManipulator Metasystem
981 981 1 SQL insert files located in every app should be documented Documentation
783 783 Add ¨id¨ field to anonymous user object Core (Other)
798 798 1 Specifying username, email, and password on as arguments to &#34;django-admin.py createsuperuser&#34; Translations
595 595 Allow custom 'select' arguments sorted descending to work Metasystem
365 365 1 [patch] Change template.resolve_variable() to resolve hard-coded strings Template system
170 170 1 Unicode field names cause UnicodeEncodeError in main admin handler contrib.admin
927 927 3 non-integer primary keys are broken since new-admin merge Metasystem
416 416 4 Automate site introspection for url pattern modules, view methods, template directories, and applications contrib.admin
890 890 1 database tables should be imported directly, not thru django.models.[app_name].[table_name.lower()]s Database layer (models, ORM)
500 500 2 [patch] Templates files extensions other than '.html' should be possible Template system
828 828 1 Same function used for GET and POST Database layer (models, ORM)
201 201 1 ImageField validation error contrib.admin
664 664 1 Document 'singular' argument for ManyToMany fields Documentation
574 574 [patch] fix small CSS bug in admin interface contrib.admin
913 913 [patch] incorrect `list_filter` field error message a bit stranger than necessary contrib.admin
135 135 1 Document mod_python behavior with more than one SETTINGS in a vhost Documentation
174 174 1 Tutorial01 translated to brazilian portuguese Documentation
707 707 1 Add support for optional filter arguments Template system
733 733 2 small addition to i18n.txt with regard to caching Core (Other)
119 119 3 Serving media Core (Other)
686 686 1 sqlreset references django_admin_log Generic views
796 796 Return no permission rather than a traceback for anonymous users Core (Other)
925 925 1 [patch] Refactor functionality of DjangoContext into 'processors' which can be replaced or added to Core (Other)
62 62 1 Change tutorial to use easy development server, not mod_python Documentation
622 622 Added a isnull filter Template system
768 768 tests errors on winxp Core (Other)
288 288 1 Document custom template tags systyem Documentation
132 132 REMOTE_ADDR not in WSGI-environ Core (Other)
961 961 1 [patch] Add automatic thumbnail generation to ImageFields Core (Other)
750 750 2 i18n should ideally respect the languages supported on a per-application basis Tools
582 582 1 [patch] Load templates from application eggs Template system
746 746 1 refactor models/__init__.py so fields themselves add their own get_XXXX_count/list functions Core (Other)
849 849 2 login_required redirects to pages without parameters and so loses them Core (Other)
603 603 Improved template error messages Template system
657 657 1 validator - characters without numbers Validators
879 879 1 Error when loading malformed MIDDLEWARE_CLASSES path Core (Other)
930 930 3 [patch] Leaving out ¨ordering¨ in OneToOne relationship causes bad SQL statement Metasystem
577 577 1 Dynamic attribute lookup in templates Template system
732 732 1 slightly update de-translation Translations
252 252 1 Update shared hosting FAQ *.djangoproject.com
826 826 1 Development server kills itself to reload, causing browser GET failures contrib.admin
411 411 1 CursorDebugWrapper does not support pyformat paramstyle. Database layer (models, ORM)
535 535 6 Refactor admin code to clean it up contrib.admin
908 908 1 writing Null instead of the default value to the database in default object manipulator Metasystem
256 256 1 (patch) add ifequal template tag to set of default tags Template system
620 620 1 [patch] make limit_choices_to work with raw_id_admin contrib.admin
114 114 DeprecationWarning when creating a new project (see patch) Core (Other)
497 497 1 Request DB API access to the validation information in the model Database layer (models, ORM)
300 300 1 ImportError in simple setup Core (Other)
593 593 1 [patch] Fulltext search support in Django Database layer (models, ORM)
658 658 [patch] javascript calendar widget layout broken in IE contrib.admin
635 635 A small tipo in docs Documentation
305 305 1 sql code was not white space safe? Database layer (models, ORM)
804 804 update slovak(sk) translate Translations
833 833 cs trans new_admin updated Translations
366 366 2 Document meta.LazyDate() technique Documentation
775 775 1 Updated Bengali (bn) translations Translations
695 695 2 sqlupdate, creates sql to update the database based on an updated model file Database layer (models, ORM)
309 309 1 tables with 'class' in them translate to 'classs' messing up inserts contrib.admin
110 110 1 Documentation on pagination needed Documentation
184 184 2 Add django architecture documentation Documentation
672 672 3 get_absolute_url isn't nice contrib.syndication
283 283 templatetags/log.py breaks on AnonymousUser Core (Other)
449 449 1 [patch] variable selection for templates should allow negative list indexes Template system
704 704 1 AttributeError with non-standard primary key name contrib.admin
542 542 1 [patch] Add an "or cancel" link to add, edit, and delete admin views. contrib.admin
980 980 1 Database Querying Database layer (models, ORM)
696 696 1 add newline-suppression to {% and {{ Template system
996 996 1 django-admin startproject myproject still create myproject\settings Core (Management commands)
945 945 1 not translated parts in admin Javascript Translations
816 816 [Patch]FileField doesn't work in generic view Generic views
709 709 1 The MultiValueDict in datastructures.py should have a "__contains__" method defined Core (Other)
705 705 1 Patch to allow ssi tag to try templates first, then absolute url Template system
909 909 update slovak (sk) translation Translations
916 916 1 New admin change_list should be looked up in the app templates To switch your existing trunk checkout to the new-admin branch: {{{ svn switch http://code.djangoproject.com/svn/django/branches/new-admin/ New admin change_list should get looked up in contrib.admin
629 629 1 [patch] ChangeManipulator does not correctly display <select> when the data is an id type Core (Other)
766 766 1 [patch, new-admin] Allow html tags if "allow_tags" model's method attribute is present contrib.admin
859 859 2 CharField shouldn't require a maxlength Database layer (models, ORM)
869 869 update slovak (sk) translation Translations
860 860 update slovak (sk) translation Translations
831 831 1 Update slovak(sk) translation for new-admin Translations
815 815 [patch] select keyword to lookup_kwargs are being quoted incorrectly in query Core (Other)
781 781 Icelandic translation Translations
777 777 1 update slovak(sk) translation Translations
771 771 1 update slovak(sk) translation Translations
735 735 1 Trac report on how long ago tickets have been touched *.djangoproject.com
675 675 1 [Patch] PasswordField does not respect length and maxlength parameters Core (Other)
691 691 1 Model allowed me to 'hide' a required field, which produced unuseable error messages. contrib.admin
678 678 2 I would like to see a tutorial describing how to edit One-To-Many relationships Documentation
479 479 1 [patch] Implement timezone-formats in date-formatting Database layer (models, ORM)
663 663 1 [patch] app_templates-loader broken for testapp contrib.admin
655 655 1 [doc] model_api - validator_list is incomplete Documentation
623 623 1 [patch] Allow ssi tag to use template dirs, making apps that use this feature much more portable Template system
591 591 1 [patch] Docs: Subclassing wrong object Documentation
568 568 the JING setting and the EMAIL_IDENT setting Core (Other)
559 559 1 Tutorials should use different project name Documentation
543 543 1 [patch] Django under mod_python broken Core (Other)
434 434 1 Does runserver takes 2 arguments? Core (Other)
433 433 1 Add ability to delete multiple objects in a single call Metasystem
331 331 1 Unexpected model attributes crash install Tools
444 444 FileField returns error when updating contrib.admin
422 422 1 define a default charset for web pages Core (Other)
375 375 1 Naming inconsistency in date_based.py Generic views
352 352 1 django-admin MySQLdb error Tools
307 307 1 Use unicode strings u"bla-bla" in SQL-queries for compatibility with national languages Metasystem
80 80 1 Browsing to http://127.0.0.1:8000 fails when running django-admin.py runserver contrib.admin