Jacob

(jacob)

Most Active Role

Reporter

Most Active Component

Database Layer (Models, Orm)

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (1815) Reporter (36) Owner (1212) Commenter (1511) Summary Component
27029 27029 1 Make EmailValidator accept non-ASCII characters in local part Core (Other)
34917 34917 1 Links in the Django admin should be underlined. contrib.admin
897 897 1 Bi-Directional ManyToMany in Admin contrib.admin
373 373 2 Add support for multi-column primary keys. Database layer (models, ORM)
27021 27021 1 Add explicit support for Q object annotations Database layer (models, ORM)
470 470 3 Add Field.db_default for defining database defaults Database layer (models, ORM)
34898 34898 1 Adding non-deterministic collations to unique CharFields crashes on PostgreSQL. Migrations
34533 34533 2 OuterRef not resolved as part of ORDER BY clause Database layer (models, ORM)
27587 27587 1 Document str(QuerySet.query) Documentation
34900 34900 1 Python 3.13 compatibility. Core (Other)
8307 8307 3 ImageFile use of width_field and height_field is slow with remote storage backends File uploads/storage
34964 34964 4 Reversing the order of Q objects in a CheckConstraint generates a migration Migrations
34051 34051 2 makemigrations --check generating migrations is inconsistent with other uses of --check Migrations
34036 34036 1 Low text contrast over light blue backgrounds in admin light theme contrib.admin
34974 34974 1 makemigrations --check does not show diff as documented Uncategorized
34967 34967 Queries not generating GROUP BY clause with static annotation crashes on SQLite Database layer (models, ORM)
34958 34958 1 Intermittent `messages_tests.tests.TestLevelTags.test_lazy` test failure Core (Other)
34457 34457 4 makemigrations --check no longer prints the changes Migrations
34935 34935 1 makemigrations --check no longer reports pending migrations Migrations
34825 34825 1 SQLite database files are not destroyed after tests Testing framework
34233 34233 1 Drop support for Python 3.8 & 3.9. Core (Other)
34821 34821 3 Syncing DEFAULT_FILE_STORAGE/STATICFILES_STORAGE settings with STORAGES can mutate user settings. contrib.staticfiles
34820 34820 1 Migrations crashes when changing ForeignObject properties. Database layer (models, ORM)
34810 34810 3 Calculate coverage on subprocesses such as django-admin commands Core (Other)
34778 34778 5 startproject could use find_spec() rather than import_module() to check for conflicts Core (Management commands)
34655 34655 1 Tests for RadioSelect and Select have diverged considerably, potentially leaving RadioSelect undertested Forms
34674 34674 3 Updating the file contents of a Django FileField during upload results in I/O error File uploads/storage
34632 34632 Let makemigrations output an error message with --check Migrations
27079 27079 6 Refactor LiveServerPort tests to not make extra calls to setUpClass() and tearDownClass() Testing framework
34473 34473 StepValueValidator does not take into account min_value Forms
27925 27925 1 Document how to deploy using pip installed mod_wsgi Documentation
34480 34480 2 Annotating with Chr raises ValueError Database layer (models, ORM)
34217 34217 1 Migration removing a CheckConstraint results in ProgrammingError using MySQL < 8.0.16. Migrations
34259 34259 1 Management command subparsers don’t retain error formatting Core (Management commands)
14094 14094 1 Cannot define CharField with unlimited length Database layer (models, ORM)
891 891 1 customize table name prefixes Database layer (models, ORM)
34052 34052 1 migrate --check still emits signals if database is up to date Migrations
34050 34050 Generated migration file is not detected by django because of the name of newly generated migration file Migrations
34040 34040 1 Autofocus on model list views can be problematic for screen reader users contrib.admin
14411 14411 1 Inline delete not prompting cascade delete warning contrib.admin
27147 27147 1 Add support for defining bounds in postgres range fields contrib.postgres
27961 27961 2 Misconfigured SECURE_PROXY_SSL_HEADER setting is ignored HTTP handling
14296 14296 1 'manage.py test' failing for apps that access read-only databases Testing framework
27936 27936 2 Add some clarifications to "Spanning multi-valued relationships" Documentation
27141 27141 2 makemigrations fails with PermissionDenied on django_migrations Migrations
27694 27694 3 Improve documentation of supported lookups on HStore & JSON fields Documentation
27590 27590 2 Allow configuration of where to save staticfiles manifest. contrib.staticfiles
27697 27697 3 JSONField with blank=True is rendered as non-required field in a ModelForm Documentation
19 19 1 Automatically generate JavaScript form validation Validators
27854 27854 3 Make `collectstatic` warn (rather than blow up) on missing directories contrib.staticfiles
27827 27827 1 Raising InvalidTemplateLibrary completely masks out real exception in get_package_libraries Template system
27807 27807 4 Overriding username validators doesn't work as documented contrib.auth
27917 27917 1 Allow ModelAdmin.radio_fields to work with NullBooleanField contrib.admin
27445 27445 RadioSelect widget does not work for NullBooleanField Documentation
27906 27906 3 assertInHTML('<a/><b/>', '<a/><b/><c/>') fails Testing framework
14628 14628 1 Document which settings can be changed at runtime Documentation
11022 11022 2 Document that the admin bulk delete doesn't call Model.delete() Documentation
14317 14317 1 numberformat.format produces wrong results Internationalization
20081 20081 Minimize the risk of SECRET_KEY leaks Core (Other)
13570 13570 1 SMTP backend should try harder to figure out the local host name Core (Mail)
17 17 2 Metasystem optimization: Share select_related in memory Database layer (models, ORM)
14129 14129 1 Slovenian translation plural-forms Internationalization
14365 14365 Make template-rendering signals available also in DEBUG mode Testing framework
14091 14091 3 Fix incorrect quoting in connection.queries Database layer (models, ORM)
820 820 1 Add "view" permission to compliment add/change/delete contrib.admin
14807 14807 1 django.utils.formats localize_input inserts thousands_separator into boolean values Internationalization
14149 14149 1 LIKE clauses fail in Oracle 9.2.0.7 Database layer (models, ORM)
9071 9071 Can't disable "add" popup links in the admin contrib.admin
27073 27073 Overridden model managers shouldn't appear in _meta.managers Database layer (models, ORM)
5133 5133 1 Memcached connections get left open (in certain circumstances). Core (Cache system)
2070 2070 13 Large streaming uploads HTTP handling
14415 14415 1 Multiple aliases for one database: testing problems Testing framework
4356 4356 Problem with Template library django.template.loader_tag - SVN Version 5311 Uncategorized
14402 14402 1 help_text is not displayed for ManyToMany raw_id fields contrib.admin
494 494 3 Collapse in admin interface for inline related objects contrib.admin
14286 14286 1 Support for BigAutoField Database layer (models, ORM)
6095 6095 3 Add the ability to manually create M2M intermediary models Database layer (models, ORM)
29 29 1 Fix usability issue with limit_choices_to and "Add another" in admin contrib.admin
14368 14368 1 Reverse relation attribute for OneToOneField fails when set to None Database layer (models, ORM)
16867 16867 Validate GenericForeignKey's object_id_field/content_type_field options contrib.contenttypes
14909 14909 1 Adding custom command requires code duplication from Command.handle() if one want to use options like verbosity. Core (Management commands)
235 235 1 meta.HashField() Metasystem
14394 14394 1 Assigning bad data to an m2m attribute should not clear existing data Database layer (models, ORM)
901 901 2 Reload method for models Database layer (models, ORM)
27 27 1 Single form field for multiple database fields Forms
6066 6066 Post-syncdb signal should include a list of done/to-be-done apps. Core (Management commands)
14226 14226 1 Bug in dumpdata dependency calculation involving ManyToManyFields Core (Serialization)
14305 14305 1 inspectdb should output unmanaged model definitions Core (Management commands)
14549 14549 1 Disambiguation of target/source fields for intermediary models when using ManyToManyField Database layer (models, ORM)
14319 14319 1 Add signals test_setup and test_teardown to Django test suite runner Options Testing framework
3575 3575 4 postgres backend should optimize iexact searches Database layer (models, ORM)
14007 14007 1 Automatically discover models within a package without using the app_label Meta attribute Database layer (models, ORM)
937 937 2 Autoreload reloads for every request. Core (Management commands)
14512 14512 2 Documentation & tools for decorating class-based-views. Generic views
20077 20077 Document that Ubuntu can occassionally require installing sqlite Documentation
14043 14043 1 Incorrect and/or confusing behaviour with nullable OneToOneField Database layer (models, ORM)
14056 14056 1 Wrong query generated when using reverse foreign key Database layer (models, ORM)
14492 14492 1 Model proxy instance does not equal the respective model instance Database layer (models, ORM)
10613 10613 2 Doc search page links should go to first occurence of search term *.djangoproject.com
20082 20082 Document where the list of people who get security pre-notifications lives Documentation
14868 14868 1 admin: prevent long text from overflowing recent actions box contrib.admin
14580 14580 1 Clean up duplicate code in admin formset handling contrib.admin
14850 14850 1 1.3 release notes typo STATICFILES_ROOT should be STATIC_ROOT Documentation
14300 14300 manage.py sqlcustom fails if models are in a submodule Core (Management commands)
15867 15867 1 Document which Python versions show subtle QuerySet bugs Documentation
20079 20079 2 Improve security of password reset tokens contrib.auth
14150 14150 1 [patch] a get_objects_or_404 ? Core (Other)
20065 20065 1 Warning when running the test suite contrib.comments
25 25 2 Filtering interface on ForeignKey <select> boxes contrib.admin
20080 20080 Recommend use of PYTHONHASHSEED Documentation
14019 14019 1 SQLInsertCompiler.as_sql() failure Database layer (models, ORM)
14018 14018 1 Introduce class_plural %-substitution placeholder for related_name of ForeignKey/ManyToManyField Database layer (models, ORM)
14322 14322 1 Please set default values for required and error css classes Forms
14802 14802 1 feature request: add a method to Fields that is used to render the field as read-only contrib.admin
8649 8649 Document caveats about dynamically adjusting formsets. Documentation
20078 20078 4 Users with change-user permission in the admin can use filtering to reveal password hash contrib.auth
14186 14186 1 Adding GDirections wrapper to overlays.py GIS
14451 14451 1 add related_name to contrib.auth.models.User for 'groups' contrib.auth
20084 20084 Formsets should sign/verify max_num Forms
852 852 2 psycopg.ProgrammingError exceptions leave the connection to the DB in an unusable state Database layer (models, ORM)
14646 14646 1 django.contrib.comments is missing default template for comment_notification_email.txt, and has no documentation of template context contrib.comments
14175 14175 2 Comment object's user_name field too short for User.get_full_name contrib.comments
14707 14707 1 Allow an annotation to match a field name when using .values on a query set. Database layer (models, ORM)
14373 14373 1 annotate() will gladly delete your data Database layer (models, ORM)
8940 8940 1 A mechanism for managing official translations of the documentation Documentation
17416 17416 inlineformset_factory doesn't allow the widgets argument Forms
14633 14633 1 Reorganize settings reference docs Documentation
154 154 1 Can't delete object with ManytoMany Relationship contrib.admin
4659 4659 Save my hair! Add doc about "no module named <blah>" Documentation
14315 14315 2 memcached doesn't support negative deltas for incr() and decr() Core (Cache system)
361 361 2 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)
14282 14282 1 Add Guatemala to Localflavors contrib.localflavor
14861 14861 1 Importing settings in a module that contains a logging Handler causes circular import. Core (Other)
14516 14516 1 Extract methods from removetags and slugify template filters Template system
1 1 3 Create architecture for anonymous sessions Core (Other)
14593 14593 1 CZBirthNumberField expects two arguments to clean() contrib.localflavor
14618 14618 1 unable to "inspectdb" on mysql4 database Core (Management commands)
14266 14266 1 Audit database backend support claims, particularly for MySQL Documentation
14527 14527 1 GeoDjango docs shouldn't recommend PostgreSQL 8.3 Documentation
10315 10315 3 objects.inv not available for intersphinx Documentation
14147 14147 1 django 1.2 documentation refer to assertQuerysetEqual which is only available in trunk Documentation
14973 14973 1 AdminEmailHandler doesn't include report.message Core (Other)
26 26 1 Admin validation errors cause FileUploadFields to be reset contrib.admin
9503 9503 4 "Model instance reference" docs don't really discuss delete. Documentation
632 632 database stored templates Template system
3195 3195 1 [patch] Documenting HIDDEN_SETTINGS Documentation
702 702 1 document that ManyToMany fields can't be in unique_together Documentation
14292 14292 1 User.objects.create_user does not give object with id field populated in svn release. contrib.auth
4837 4837 Django is in the current debian stable Documentation
4538 4538 "Installing the official version" should be broken into 2 parts Documentation
4863 4863 Link to language codes info in settings.py at Harvard.edu does not exist Documentation
3770 3770 OneToOneField cannot be a primary key Core (Serialization)
4869 4869 Provide large glaring warning that `syncdb` does not alter tables Documentation
4300 4300 views/debug.py: exc_value might contain unkown encodings Uncategorized
4764 4764 Locale middleware is missing from "Available middleware" list Documentation
3768 3768 NullBooleanField cannot be a primary key Core (Serialization)
4763 4763 Minor Cache documentation typo Documentation
4525 4525 Small error in FastCGI documentation Documentation
4627 4627 "Distributions" page should mention MacPorts Documentation
4842 4842 defaultfilter.pprint Unicode Error --> replace Uncategorized
4745 4745 SITE_ID cannot be 0 (zero), despite what the docs say Documentation
4484 4484 traceback in django/middleware/common.py caused by empty old_url Uncategorized
4722 4722 Possibly confusing/inaccurate line in modpython documentation Documentation
4502 4502 Tutorial 3, small change Documentation
4870 4870 Doc page / test imports a function it never uses; also has formatting error Documentation
3582 3582 1 Newforms tests fail under Python2.3 -- unicode related Forms
4522 4522 limitations of 'time' filter should be clarified Documentation
4817 4817 Documentation issue in named urls documentation Documentation
4615 4615 1 Part 4 of tutorial leaves "vote" view in broken state due to reverse lookup on deleted view Documentation
4640 4640 import path to "stringfilter" decorator is incorrect in the docs Documentation
14066 14066 1 Shouldn't ModelFormMetaclass be public for inheritance issues? Core (Other)
14382 14382 1 a few suggestions contrib.comments
14579 14579 1 Use built-in sessions middleware for entirely cookie-based sessions contrib.sessions
15688 15688 1 unique_for_date validation doesn't run with admin readonly_fields contrib.admin
14378 14378 1 Enable customization of the class for self.client in tests Testing framework
14303 14303 1 admin inline form id attribute numbering order and uniqueness is lost contrib.admin
14995 14995 1 from django.views.generic import FormView Generic views
14961 14961 1 Cannot load admin interface static files when doing tutorial Contrib apps
14546 14546 1 Queryset docs should drop some legacy Django 1.0 instructions Documentation
14538 14538 1 STATICFILES_DIRS must be set for dev, docs could be improved Contrib apps
14603 14603 1 Copy & paste-able unittest output Uncategorized
14750 14750 1 ILPostalCodeField doesn't handle EMPTY_VALUES correctly contrib.localflavor
14816 14816 1 Error in documentation of InlineModelAdmin options Documentation
14528 14528 1 django.contrib.staticfiles documentation issues Documentation
14990 14990 1 Custom sitemap unittests failing for contrib.sitemaps in 1.3 Beta 1 Contrib apps
14459 14459 1 Convert many_to_one_regress test to unit tests Testing framework
14938 14938 1 "Save as" does not save entries added with a Inline Forms
14176 14176 1 Error raised when using django.contrib.comments.feeds.LatestCommentsFeed contrib.comments
14301 14301 1 django crashes on email address that passed validate_email() (utf8-tld) Core (Mail)
14954 14954 1 AttributeError: 'dict' object has no attribute 'status_code' Uncategorized
14290 14290 1 Rendering is very inefficient when USE_L10N. Caching format values gives 2-7 times improvement Internationalization
14256 14256 1 Add support to testserver for the --skip-db-init option Testing framework
14529 14529 1 Save messages for proxy models show a crazy verbose_name contrib.admin
14395 14395 1 Error message typo Database layer (models, ORM)
14819 14819 1 Superfluous quote in docstring Core (Serialization)
14925 14925 1 test_permission_register_order raises IntegrityError when tests are run and INNODB storage engine is used for MySQL contrib.auth
10092 10092 4 Reference documentation lowest-level headings too small and lack indents Documentation
14388 14388 1 Logging documentation typos Documentation
14405 14405 1 problem in login view contrib.auth
14948 14948 1 Broken routers in 1.2.4: type object 'ModelBase' has no attribute '_meta' Database layer (models, ORM)
14667 14667 1 Link MEDIA_* settings to file management docs Documentation
14386 14386 1 Standardize Site/RequestSite access; looser coupling of sites framework in contrib Contrib apps
14873 14873 1 A paginated ListView with a List instead of queryset produces an error Generic views
14349 14349 1 Add Belgium (be) localflavor contrib.localflavor
14534 14534 1 Incorrect link in ORM Queries docs Documentation
14905 14905 1 models.FileField links to url attribute, which is undocumented. Documentation
14563 14563 1 Add Turkey to localflavors contrib.localflavor
14162 14162 1 Dumpdata needs an option to use the base manager instead of the default manager Core (Management commands)
14557 14557 1 Generic View improvment Generic views
14132 14132 1 Feedgenerator doesn't support dates before 1900 Contrib apps
14465 14465 1 TemplateSyntaxError in Django Admin search Uncategorized
14835 14835 1 Improper indentation for docs/ref/contrib/admin/index.txt Documentation
14589 14589 1 Changeset 14395 introduced two bugs Template system
14799 14799 3 Test database creation order problem after r14696 Testing framework
14731 14731 1 [Patch] Change 14413 breaks old fixtures with permissions contrib.auth
14758 14758 1 QuerySet method docs headings contain entire method signatures Documentation
14374 14374 1 Missing templates on contrib.auth makes tests in a new project fail (startproject) Contrib apps
14276 14276 1 Typo in the docstring to one of the unittests Testing framework
14685 14685 1 contrib.sessions.models has incompatible or extraneous code contrib.sessions
14600 14600 1 No mentioning of addition of staticfiles to TEMPLATE_CONTEXT_PROCESSORS after 1.2 in settings documentation Documentation
14514 14514 1 Typo in staticfiles docs Documentation
14448 14448 1 Docs for brazilian local flavor are outdated Documentation
14912 14912 1 urlize and urlizetrunc template filter docs need expansion Documentation
14221 14221 1 Mashed Sentences in Doc Documentation
14821 14821 1 Document the differences of formatting syntax in formats.py Internationalization
14956 14956 1 typo in messages documentation Documentation
14413 14413 1 Comment url redirection relies on a legacy url contrib.comments
14933 14933 1 SelectDateWidget doesn't render a month Forms
14704 14704 1 USE_THOUSAND_SEPARATOR poorly documented Documentation
14863 14863 1 default INSTALLED_APPS out of date Documentation
14504 14504 1 Generic ListView pagination broken Generic views
14596 14596 1 Cache backend initialization refactoring Core (Cache system)
14389 14389 1 Future url replacement Template system
14401 14401 1 Add a contributing HOWTO page for new contributors Documentation
14412 14412 1 Comment url redirection relies on a legacy url contrib.comments
14972 14972 1 AdminEmailHandler breaks when report is missing stack trace information Core (Other)
14456 14456 1 Convert inline_formsets doctests to unit tests Testing framework
14793 14793 1 staticfiles documentation example overwrites urlpatterns Documentation
14867 14867 1 TemplateResponse documentation uses the term "bake" instead of "render" Documentation
14770 14770 1 Should be able to set cookies from the request as well as the response. Core (Other)
14670 14670 1 GenericTabularInline broken as of r13708 Contrib apps
14752 14752 1 WeekArchiveView gives incorrect results when using weeks beginning with Monday Generic views
14708 14708 1 Document available mapping keys for form field error messages. Documentation
14470 14470 1 Convert model_admin doctests to unit tests Testing framework
14692 14692 1 Unclear mail error Uncategorized
14980 14980 1 1.2.4 release notes did not make it into trunk Documentation
14812 14812 1 Wrong processing of If-Modified-Since header Contrib apps
14232 14232 1 date_list context variable incorrectly documented Documentation
14985 14985 1 post_save signal should trigger after data persistence to database. Database layer (models, ORM)
14568 14568 1 FormMixin.get_form should use keyword arguments for data & files Generic views
14523 14523 1 Exceptions in response middleware aren't handled by main request's try .. except block Core (Other)
14444 14444 1 Convert pagination doctests to unittests Testing framework
14947 14947 1 regressiontests.fixtures_regress.tests.TestFixtures.test_dumpdata_uses_default_manager() fails with Python 2.7 Uncategorized
14330 14330 1 Test failure with get_image_dimensions since [13715] File uploads/storage
14060 14060 1 PostGISAdapter needs to properly cast input for comparisons on geography columns. GIS
14693 14693 1 staticfiles app doesn't work with form media framework and 3rd party asset managers Contrib apps
14640 14640 1 Add elapsed request time to the development server log HTTP handling
14737 14737 1 Move doc comment for "cache_page" to function. Core (Cache system)
14268 14268 1 reset and sqlreset management commands should raise PendingDeprecationWarning for 1.3 Core (Management commands)
14919 14919 1 1.2.X branch test failure: test_csrf_token_in_404 Uncategorized
14795 14795 1 Empty Superuser Permissions contrib.auth
14895 14895 1 USE_THOUSAND_SEPARATOR causes error on group admin operations contrib.admin
14833 14833 1 Sitemaps tests fail if run from your project and USE_I18N is False Contrib apps
14776 14776 1 Don't put radio and checkbox input widgets in <ul> lists Forms
14355 14355 1 "readonly" fields don't display their "help_text" in admin contrib.admin
14659 14659 1 Assigning floats to DecimalFields Database layer (models, ORM)
14830 14830 1 Default value for radio button not preserved when dynamically creating new inlines contrib.admin
14771 14771 1 Typo in docs, "vistor" Documentation
14612 14612 1 Password reset page leaks user count contrib.auth
14002 14002 1 filesizeformat filter only supports up to GB Template system
14384 14384 1 Installation documentation should avoid sys.path.append Documentation
14460 14460 1 Convert managers_regress doctests to unit tests Testing framework
14935 14935 1 admin_views regression test has one failure since r14992 contrib.admin
14897 14897 1 Formset examples lack syntax highlighting Documentation
14824 14824 1 django.utils.get_format_modules doesn't respect USE_L10N Internationalization
14004 14004 1 update() is not mention in the Queryset API Reference Documentation
14406 14406 1 Logging doesn't work under Python 2.4 Core (Other)
14753 14753 1 Accessing (Get)HttpRequest.raw_post_data in view results in exception during testing Testing framework
14921 14921 1 Cannot run tests against oracle db on trunk Uncategorized
14746 14746 1 Update request/response docs Documentation
14999 14999 1 Valid lookups are rejected after r15031 contrib.admin
14077 14077 1 Need an easy way to display model instance field names and values in templates Forms
14984 14984 1 ClearableFileInput generates invalid XHTML Forms
14103 14103 1 Have django.utils.cache.patch_response_headers honor settings.USE_ETAGS setting Core (Cache system)
14602 14602 1 bug in wsgi handler in trunk Core (Other)
14774 14774 1 assertNumQueries is buggy with views and the test client if used more than once in a test Testing framework
14803 14803 1 ModelFormMixing's handling of "success_url" is inconsistent with old generic view behaviour Generic views
14559 14559 1 Minor docstring corrections Uncategorized
14942 14942 1 .distinct() + ordering/order_by() is a problem even without related models Documentation
14749 14749 1 add __enter__ and __exit__ to django.core.files.File File uploads/storage
14041 14041 1 Templates in function calls for sitemap Contrib apps
14652 14652 1 Sessions seem to be improperly using Pickle to hash a dictionary contrib.sessions
14034 14034 1 admin inline formset with "extra" ignores last line when saving Contrib apps
14385 14385 1 Standardize Site/RequestSite access; looser coupling of sites framework in contrib Contrib apps
14744 14744 1 Update views docs Documentation
14358 14358 1 History changes in admin don't show verbose_name contrib.admin
14743 14743 1 Clean up "urls" documentation Documentation
14820 14820 1 Use `TextField` instead of `PositiveIntegerField` in docs and examples for generic relations. Documentation
14977 14977 4 contrib.admin ordering by two or more fields contrib.admin
14466 14466 1 "ORA-00918: column ambiguously defined error" has reappeared in 1.2.3 Database layer (models, ORM)
14486 14486 1 Change unittest / unittest2 import logic on trunk Testing framework
14560 14560 1 UpdateCacheMiddleware does not save responses for HEAD requests Core (Cache system)
14152 14152 1 Model validation: full_clean() should call clean() before clean_fields() Database layer (models, ORM)
14487 14487 1 Stop leaking unittest2 as 'unittest' from django.test.simple Testing framework
14756 14756 1 "Related objects reference" documentation needs copy-edit Documentation
14910 14910 1 I18N locale per app resolving - documentation incorrect and bug Internationalization
14663 14663 1 L10N of dates in Norwegian. Translations
14354 14354 1 Check password is not None in User.check_password contrib.auth
14697 14697 1 Speeding up queryset model instance creation Database layer (models, ORM)
14312 14312 1 list_editable causes 500s for ?p>maximum contrib.admin
14414 14414 1 Additional check in content-type view to prevent 500 Contrib apps
14544 14544 1 Running the findstatic command with --first returns a weird output Contrib apps
14653 14653 1 GeoDjango utils shouldn't include a Popen shortcut GIS
14436 14436 1 Bump PendingDeprecationWarnings to DeprecationWarnings Core (Other)
14248 14248 1 Date and DateTime fields, auto_now_add and PostgreSQL Database layer (models, ORM)
14604 14604 1 Ubuntu documentation for geospatial/Postgres is out of date GIS
14955 14955 1 URLField validation should use HEAD requet instead of GET Core (Other)
14679 14679 1 Change of behavior in add new user workflow when using "Save" button contrib.admin
14908 14908 1 Add takes_context parameter to simple_tag decorator Template system
14447 14447 1 Auth and Sitemap test failures from manage.py test Contrib apps
14279 14279 1 typo in tests for private flatpage not showing sitemaps Contrib apps
14736 14736 1 Typo in documentation Documentation
14878 14878 1 Issues in generic views (list) Generic views
14941 14941 1 URLField (in django.contrib.admin) rejects IDN domain Core (Other)
14102 14102 2 Model._get_unique_checks can return fields that are in the exclude list Database layer (models, ORM)
14768 14768 1 es-MX locale, formats.py contribution Translations
14391 14391 1 update man django-admin.1 to include missing commands Core (Management commands)
14570 14570 1 New format character to represent locale-specifc alternative month names Internationalization
14928 14928 1 manage runserver does not allow host name as address django-admin.py runserver
14703 14703 1 memcached.set_many() should not special case unicode data Core (Cache system)
14700 14700 1 Speed up RawQuerySet iterator Database layer (models, ORM)
14403 14403 1 Missing/incomplete documentation for FloatField? Documentation
14581 14581 1 __isnull=False not working for one to one relationships Database layer (models, ORM)
14219 14219 1 Incorrect empty field validation for DateTimeField with SplitDateTimeWidget Forms
14709 14709 1 staticfiles app seems forced upon me Contrib apps
14811 14811 1 Link render_to_response to template loader API Documentation
14594 14594 1 Django/CherryPy problem with POST data HTTP handling
14524 14524 1 Accessing /static/ in a new project shows simplistic 404 error page Contrib apps
14994 14994 1 Example in auth docs emits DeprecationWarning Documentation
14913 14913 1 Romanian translation, including E date format Translations
14702 14702 2 Add a "needs info" state to tickets *.djangoproject.com
14698 14698 1 django.utils.module_loading.module_has_submodule yields false positives Core (Other)
14533 14533 1 django signals not thread-safe Core (Other)
14634 14634 1 Sessions are unnecessarily complex contrib.sessions
14181 14181 1 Template tag needed to disable/force L10N formatting on a per-variable basis Internationalization
14911 14911 1 Custom Storage System not working properly File uploads/storage
14562 14562 1 Typo streightforward Documentation
14519 14519 1 Tutorial 4 uses wrong syntax for name Documentation
14464 14464 1 Docs should advise people to use the docs for their version Documentation
14550 14550 1 commit_on_success no longer sets back to autocommit mode Database layer (models, ORM)
14617 14617 1 Docs should mention runserver's automatic serving of static files Documentation
14055 14055 1 Wrong query generated when using reverse foreign key Database layer (models, ORM)
14996 14996 1 Incorrect persistent help_text for ModelMultipleChoiceField if widget is overridden in Modelform class Meta: Forms
14023 14023 1 Better example for the custom form template Documentation
14517 14517 1 _supports_stddev checks for wrong exception Database layer (models, ORM)
14711 14711 1 MonthMixin.get_previous_month incorrect under certain conditions Generic views
14259 14259 1 URL dispatcher does not reject duplicate URL names Core (Other)
14738 14738 1 Link settings in cache doc to settings reference, for consistency. Documentation
14906 14906 1 r14915 removed alternative month names from Polish translation added in r14000 Translations
14446 14446 1 auth.views.password_reset_confirm should never be cached contrib.auth
14661 14661 1 A couple of MySQL/MyISAM test failures Testing framework
14543 14543 1 ContentTypes tests fails if auth app is not installed contrib.contenttypes
14526 14526 1 Geodjango docs shouldn't talk about Python 2.4 so much Documentation
14998 14998 1 '/'.join should use os.path.join Contrib apps
14426 14426 1 Factor "mysite" out of all code example import statements Documentation
14558 14558 1 Generic View http_method bug Generic views
14682 14682 1 Class based views docs should be more explicit about template location Documentation
14431 14431 1 Add a X-Powered-By header by default Core (Other)
14745 14745 1 Update shortcuts docs Documentation
14044 14044 1 "required=False" dones't work when use DateTimeField with SplitDateTimeWidget Forms
14721 14721 1 USE_THOUSAND_SEPARATOR fails with UnicodeDecodeError in several locales Internationalization
14797 14797 1 ModelFormMixin's get_form_class() logic broken; fails with custom get_queryset() method Generic views
14299 14299 2 Add additional cache.*_many functions Core (Cache system)
14249 14249 1 Inactive users have less permissions then anonymous users with custom backend contrib.auth
14140 14140 1 There is no way to override admin templates to the project level Template system
14458 14458 1 Convert m2m_regress doctests to unit tests Testing framework
14662 14662 1 auth and contenttypes post-syncdb handlers ignore 'db' option Contrib apps
14501 14501 1 Django runserver + Chrome/Safari + AJAX POST quirk Uncategorized
14632 14632 1 Bug - testing framework fails when contrib.auth not in settings. Testing framework
14805 14805 1 Tweak sitemaps docs Documentation
14187 14187 1 Add support for bpython in django-admin.py shell Core (Management commands)
14576 14576 1 Regression in FormWizard contrib.formtools
14454 14454 1 Convert admin_widgets doctest to unit tests Testing framework
14490 14490 1 Typo or grammar problem in class based views docs Documentation
14130 14130 1 Catching ImportError in manage.py considered dangerous Core (Other)
14959 14959 1 model fields docs should link to local flavor Documentation
14489 14489 1 Typo in generic views docs Documentation
14445 14445 1 Use HMAC and constant-time comparison functions where needed in Django Uncategorized
14755 14755 1 Wsgi Error HTTP handling
14000 14000 1 Removal of obsolete "versionadded" tags Documentation
14582 14582 1 django.contrib.staticfiles development file serving is backward-incompatible if MEDIA_URL was pointing to /static/ folder Contrib apps
14858 14858 1 Bug in admin change_form template produces javascript error when adding new object with first_field of type DateTimeField. contrib.admin
14924 14924 1 I18N looks for translations in the reverse order of the apps Internationalization
14455 14455 1 Document possibly backwards-incompatible localflavor changes contrib.localflavor
14788 14788 2 Typos in the footer *.djangoproject.com
14193 14193 1 prepopulated_fields should concatenate fields in given order contrib.admin
14951 14951 1 Unique_for_[date|month|year] fails when the DateField is empty Database layer (models, ORM)
14329 14329 1 Seeing test failure in regressiontests.request since 13809 HTTP handling
14133 14133 1 update GeoDjango windows installer GIS
14118 14118 1 Serialization docs list the "python" serializer Documentation
14494 14494 1 Typo with generic view guide in tutorial 04 Documentation
14031 14031 1 NewPasswordForm Forms
14665 14665 1 collectstatic will recollect some files all the time. Contrib apps
14258 14258 1 Document that 1.3 has added an index to the session date field and a migration is recommended Documentation
14548 14548 1 Docs and implementation don't match regading return values of certain QuerySet aggregate functions Documentation
14773 14773 1 MultipleObjectMixin and subclasses should accept custom paginator class Generic views
14366 14366 1 Model.objects.none().values(...).anything() is broken Database layer (models, ORM)
14545 14545 1 ValidationError missing from Exceptions Reference docs Documentation
14978 14978 1 Add versionchanged note to ––adminmedia docs Documentation
14585 14585 1 Make interpolate JS function not require the named parameter. Translations
14982 14982 1 EMPTY_CHANGELIST_VALUE not honored whit a relation field in list_display Uncategorized
14507 14507 1 Static file serving is broken after rev 14293 Core (Other)
14592 14592 1 Class based generic views documentation typo Documentation
14988 14988 1 Tutorial part 4 - Renaming of templates should be removed Documentation
14641 14641 3 grammar and accuracy fixes for documentation Documentation
14920 14920 1 Many test failures running full suite with postgres backend Uncategorized
14965 14965 1 {% include %} tag changes should be mentioned in release notes Documentation
14356 14356 1 Unused import in django.core.management.sql Core (Other)
14171 14171 1 Python Module Index not available Documentation
14338 14338 1 Search bar on the docs should include 1.2, & 1.1 *.djangoproject.com
14471 14471 1 db.models.Manager regression - can't override some methods Database layer (models, ORM)
14997 14997 1 Confusing wording on the note "Overriding Delete" Documentation
14975 14975 1 TransactionTestCases are broken by django.contrib.auth in 1.2.4 Testing framework
14739 14739 1 Move contrib app translations out of core Internationalization
14943 14943 1 Meta attributes for Model refused to work with Mixin. Database layer (models, ORM)
14360 14360 1 Clarify documentation of triage states Documentation
14467 14467 1 AllValuesFilterSpec does not work with Null contrib.admin
14809 14809 1 Broken login related tests after r14733 contrib.auth
14623 14623 1 DateTimeField(auto_now=True) does not change when update is called Database layer (models, ORM)
14896 14896 1 Delete leads to IntegrityError : bad cascading rule when there's a ManyToManyField pointing to a class having subclasses. Database layer (models, ORM)
14433 14433 1 Thread safety problem in contrib.sitemaps Contrib apps
14862 14862 2 bad links *.djangoproject.com
14605 14605 1 method similar to HttpRequest.is_ajax() to detect flash HTTP handling
14735 14735 1 Wrong plural formulation in search_form.html contrib.admin
14573 14573 1 prepopulated_fields javascript error since r14123 contrib.admin
14572 14572 1 Minor fix for generic inline formsets contrib.contenttypes
399 399 4 Bigint field object needed Database layer (models, ORM)
6533 6533 5 Syndication Framework: Item titles and descriptions double-escaped contrib.syndication
9641 9641 3 Django shared hosting deployment documentation - chmod 755 Documentation
342 342 1 Add a way for fields to be displayed in the admin without being editable contrib.admin
11967 11967 3 [patch] Firefox 3.5/TinyMCE collision breaks DateTimeShortcuts.js in admin contrib.admin
12020 12020 3 Template tests fail if they take longer than 60 seconds Template system
9563 9563 4 displaying comments docs lack attributes description Documentation
9206 9206 2 Improve documentation on PostgreSQL transactions, exceptions and savepoints Documentation
8356 8356 5 The documentation for mod_python should state the permissions or ownership settings of the project files Documentation
8861 8861 3 Validation of Forms doesn't mention self.instance Documentation
10336 10336 3 Generic views documentation Documentation
8193 8193 4 `__import__(mod, {}, {}, [''])` causes double import of modules ('module' and 'module' + '.') Uncategorized
10528 10528 3 Admin documentation doesn't mention reverse names Documentation
10145 10145 4 correction to QuerySet.create doc Documentation
9683 9683 4 Authentication backends documentation doesn't mention that backends are stored in Sessions. Documentation
10055 10055 4 Documentation clarification to url lookups Documentation
9446 9446 4 Apparent discrepancy between online documentation and how the code works for custom File Storage system Documentation
10741 10741 2 Update GNU gettext on Windows note in i18n documentation Documentation
9733 9733 4 Ambiguity in the docs for django.db.model.ManyToManyField Documentation
10309 10309 4 pdflatex document generation fail due to 'gif' file format Documentation
10699 10699 4 Template API example typo Documentation
9518 9518 4 Wrong JSON snippet on fixture documentation Documentation
11046 11046 5 Documentation on ifchanged should use new cycle syntax Documentation
11063 11063 4 Suggested method of installation Documentation
10245 10245 4 All Authentication built in views assume that default templates and paths are used Documentation
10656 10656 4 Documentation correction for unicode character encoding typo Documentation
9835 9835 4 First app tutorial part 3 neglects mention of detail template Documentation
9128 9128 4 ObjectPaginator changed to Paginator in online documentation for v1.0 Documentation
9986 9986 4 CACHE_BACKEND argument name doesn't match code Documentation
8857 8857 4 Forms documentation doesn't describe how to handle uploads Documentation
9454 9454 4 Typos and suggestions regarding the porting howto Documentation
10122 10122 4 setting locales for a single HTTP context Documentation
6064 6064 4 Allow database connection initialization commands Database layer (models, ORM)
9533 9533 4 "empty_label" property not found in ModelChoiceField in Form fields documentation section Documentation
9945 9945 4 Suggestion on section "Use generic views: Less code is better" Documentation
9409 9409 4 "OperationalError: database is locked" with Python 2.6 multiprocessing and SQLite backend Documentation
10273 10273 5 document missing auth forms Documentation
10647 10647 2 Many-to-many tables are created even with managed=False Database layer (models, ORM)
10801 10801 3 tutorial part 4 vote view needs to redirect in the error case Documentation
11039 11039 3 Document that aggregation doesn't work with generic relations. Documentation
10424 10424 3 revised format for docs/misc/distributions.txt Documentation
10604 10604 2 Document that blocktrans fails if a defined expression is not used Documentation
9267 9267 4 Admin media setup should be referenced from the contrib admin docs. Documentation
10788 10788 3 Actual name of uploaded file available later than it was in 1.0 File uploads/storage
8992 8992 3 Documentation link in djangoproject.com should point to "stable" docs. *.djangoproject.com
10272 10272 6 document signatures and optional parameters for the contrib.auth views Documentation
8538 8538 4 Document when process_response and process_exception middleware is invoked Documentation
9992 9992 4 get_profile / get_model issue, capitalisation of AUTH_PROFILE_MODULE Documentation
9906 9906 4 Docs fail to mention that a callable is allowed as an initial form field value Documentation
10690 10690 4 Returns the given HTML with ampersands, quotes and carets encoded. Documentation
10091 10091 4 QuerySet documentation of slicing syntax misleading/incomplete Documentation
9247 9247 4 Add mention of "-adminmedia=" option for manage.py in "How to serve static files" Documentation
9464 9464 4 404 section of tutorial part 3 is unclear, and not complete Documentation
458 458 1 "View on site" doesn't link to model's get_absoulte_url() method contrib.admin
10508 10508 4 Missing syntax highlighting in view code snippets in formset documentation Documentation
10953 10953 3 Proxy model of a proxy model is of incorrect type. Database layer (models, ORM)
5096 5096 8 Doc: Model ref mentions sql-based initial data, should use fixtures Documentation
10358 10358 4 manage.py sqlall is not truncating long table names for ManyToManyField Documentation
10955 10955 2 `select_related()` doesn't work with proxy models. Database layer (models, ORM)
10084 10084 4 RadioSelect documentation leaves out a lot of details Documentation
10981 10981 3 Notes about using string for relationship target model name slightly unclear Documentation
9012 9012 2 In docs, "Using models" is under "Writing models" which isn't logical Documentation
10635 10635 4 list_editable: mention Meta class in ordering exception Documentation
10359 10359 4 Feed class reference contains false info Documentation
10658 10658 4 mistake in documentation Documentation
9375 9375 4 Minor Documentation Suggestion (Serialization Page) Documentation
9837 9837 4 minor change in statement as to which loaders are disabled by default Documentation
8724 8724 3 Sphinx WARNINGS when using a SVN checkout Documentation
7506 7506 4 Unable to pickle certain QuerySet objects due to use of curry function in RelatedField Database layer (models, ORM)
9675 9675 5 Docs about migrating from the old comment system: add note about urls.py Documentation
10795 10795 4 Add Link to modelformset_factory Documentation
9658 9658 4 Document `django.core.urlresolvers.resolve` Documentation
10426 10426 4 Add a description of language environment variales to "How to use Django with Apache and mod_python" doc page Documentation
10016 10016 4 Cache middleware with memcached can't handle long URLs Core (Cache system)
10637 10637 4 Documentation of fixture loading misleading Documentation
9836 9836 4 Small clarification on 404 views Documentation
9657 9657 4 Model field reference - optional first positional argument not explained Documentation
10257 10257 4 documentation for form creation parameters Documentation
10886 10886 2 "Reversing Admin URLs" section provides invalid examples Documentation
9912 9912 4 Docs: Adding info about other Webserver IPs than 127.0.0.1 Documentation
10531 10531 4 Choices template display example needed Documentation
10415 10415 3 Documentation missing for changesets 7627 and 7630 Documentation
10845 10845 3 The use of "Instance" in "Creating Forms from Models" is confusing. Documentation
9043 9043 4 "Related objects reference" ignores relations other than ForeignKey Documentation
10404 10404 4 ImageField: height_field and width_field option sometimes doesn't work File uploads/storage
9416 9416 4 fLatpages Setup Instructions ~ incomplete? Documentation
9897 9897 4 Misleading model formsets docs Documentation
10551 10551 4 tiny bug in doc - form Textarea Documentation
10505 10505 4 Integrate django-batchadmin contrib.admin
689 689 4 Honor Web server provided authentication Core (Other)
10194 10194 4 allow model instance as argument to HttpResponseRedirect constructor HTTP handling
7903 7903 2 Javascript errors with prepopulated_fields in admin contrib.admin
8590 8590 2 Add some information in comment upgrade guide Documentation
8604 8604 2 "Documentation" link on djangoproject.com should be changed Documentation
8583 8583 3 Comments upgrade SQL fails on FreeComment data Documentation
8744 8744 1 __init__() got an unexpected keyword argument 'min_value' Forms
7487 7487 2 Test Client's Response lacks context/template when using Doctests Testing framework
8530 8530 2 Errors in field options in topics/db/models.txt Documentation
8581 8581 2 Obsolete command in whatsnext docs Documentation
7317 7317 3 XViewMiddleware should not be enabled by default. Documentation
8236 8236 4 Signals Documentation Core (Other)
8822 8822 3 Missing links in 1.0 release notes Documentation
7110 7110 5 select_related returns incorrect results when one model has two ForeignKeys to the same model Uncategorized
7466 7466 5 newforms-admin: Handle relative paths in documentation templates contrib.admin
8651 8651 3 Deserializer does not allow for 0 based primary keys on a foreign keyed table Uncategorized
8262 8262 2 ADMINS setting referred to as ADMIN in settings.txt Documentation
3393 3393 4 login view assumes 'set_test_cookie' has been called Contrib apps
8242 8242 3 INSTALLED_APPS with "foo.*" not populated consistently Core (Other)
8126 8126 5 admin.autodiscover() fails on bogus INSTALLED_APPS entries contrib.admin
8047 8047 2 admin_scripts tests doesn't work on Jython Testing framework
8189 8189 2 FileField documentation still mentions get_<fieldname>_url Documentation
8253 8253 4 Regression: Atom feed lacks xmlns root attribute contrib.syndication
6967 6967 6 ModelForms doesn't validate CHOICES Forms
7460 7460 3 cache tag calculates invalid key for memcached Core (Cache system)
8267 8267 2 Default FileStore setting show wrong module Documentation
4860 4860 6 Labels missing for tags in newforms widgets Forms
4562 4562 4 unique_together uses 'iexact' instead of 'exact' contrib.admin
8244 8244 2 File storage tests fail intermittantly when run in parallel Testing framework
7272 7272 2 newforms-admin admin UI has incorrect button defaults contrib.admin
8027 8027 3 wrong fieldset validation? Forms
8326 8326 5 Basic Django/Jython documentation Documentation
8595 8595 2 Remove note about possible change of url template tag syntax Documentation
8802 8802 2 Document database-dependent behavior of BooleanField. Documentation
7820 7820 2 django.core.exceptions.MiddlewareNotUsed documentation is difficult to access Documentation
7027 7027 4 Translating string constans passed to template tags breaks if the string contains spaces Internationalization
7125 7125 5 Multiple ForeignKeys to the same model produces wrong SQL statements. Database layer (models, ORM)
8701 8701 6 Fix references to old doc Documentation
8795 8795 5 unique_together validation fails on model forms that exclude unique fields Forms
7246 7246 4 select_related doesn't join parent chain for ForeignKeys on inherited models Database layer (models, ORM)
7810 7810 4 Url to contrib.admindocs is still hardcoded in base template of contrib.admin contrib.admin
8847 8847 3 I18N docs tweaks Documentation
8210 8210 5 USStateField should be moved to django.contrib.localflavor.us Database layer (models, ORM)
8555 8555 3 comments documentation issues: get_comment_form raising argument errors in comments.py Documentation
7378 7378 3 Reverse relationship ignores to_field (in another setting) Database layer (models, ORM)
8664 8664 4 PhoneNumberField should be moved to django.contrib.localflavor.us Database layer (models, ORM)
8309 8309 4 GenericForeignKey fails when used in abstract base models Contrib apps
957 957 1 A SlugField with prepopulate_from does not work for stacked or tabular edit_inline objects. contrib.admin
8696 8696 3 Online docs using incorrect apostrophe character Documentation
7825 7825 1 modeltests/delete test fails after NFA merge Metasystem
749 749 1 Middleware should work as a 'stack' or allow custom orderings Core (Other)
528 528 2 Add a documentation generator that creates a PDF or HTML files locally Documentation
7414 7414 3 OS X 10.5: setup.py copies admin templates to incorrect location Tools
285 285 3 WSGIRequest should set request.path to full uri path HTTP handling
6002 6002 7 Better saving in newforms-admin ModelAdmin contrib.admin
7673 7673 3 ImageField validation problem Forms
7824 7824 4 Missing information about autodiscover and admin.py in the tutorial and backwards incompatible page Uncategorized
7864 7864 4 Forms documentation needs update, renaming from "newforms" Documentation
7666 7666 3 Default managers should not restrict access to single related objects Database layer (models, ORM)
730 730 6 more explicit middlware ordering Core (Other)
13 13 3 Related objects interface should be tighter (edit_inline) contrib.admin
811 811 1 IPv6 address field support Core (Other)
14045 14045 1 makemessage miss some gettext in javascript Internationalization
9937 9937 1 Enable SSL on DjangoProject.com *.djangoproject.com
15733 15733 1 Do not pre-select logged in user by default in Trac ticket query *.djangoproject.com
14766 14766 1 ordering by a field that does not exists returns an empty QuerySet Database layer (models, ORM)
14733 14733 1 Allow Manager.raw() execute not only "Pure selects" Database layer (models, ORM)
14012 14012 Adding an User object in a popup fails contrib.admin
10700 10700 1 Searching 1.0 docs -- results link to dev docs *.djangoproject.com
10178 10178 2 Bogus timezone listed in documentation *.djangoproject.com
14083 14083 1 Python module index on docs page is empty *.djangoproject.com
10068 10068 3 Search box at top of the page on doc site *.djangoproject.com
9281 9281 2 emails are displayed by django bug tracker and harvested by spam robots *.djangoproject.com
5217 5217 Settings are unable to be imported if project name is the same as the parent directory Documentation
9725 9725 1 See more sites... link in home page *.djangoproject.com
9771 9771 3 Wrong form action Documentation
14654 14654 Cannot make documentation in single HTML file format Documentation
14223 14223 Inconsistent exception raising on DB integrity errors Database layer (models, ORM)
14440 14440 2 Conversion of mail tests from doctest to unittests Testing framework
6092 6092 URL and email fields need to allow custom validators Core (Other)
14141 14141 1 Use :doc: crossref Sphinx role for inter document links Documentation
14001 14001 1 Can't use testing w/out having db creation privileges Testing framework
4032 4032 server restart necessary after compile-messages.py Documentation
920 920 [patch] patch_response_headers breaks when response.content is unicode Core (Cache system)
7204 7204 4 QuerySet cloning can sometimes fail Core (Other)
4679 4679 django-admin.py maybe not in system path after setup.py installation on OS X Core (Management commands)
11109 11109 1 Changeset 8224 broken in Trac *.djangoproject.com
12388 12388 2 Django's Trac e-mails come from the wrong IP address *.djangoproject.com
8616 8616 6 File-based sessions dropped with SESSION_SAVE_EVERY_REQUEST = True contrib.sessions
919 919 1 [patch] Implement `random` template tag Template system
9414 9414 3 Documentation on has_perm and the permission_required decorator is confusing Documentation
3134 3134 [patch] The archive_year date-based generic view should not override a model's default ordering Generic views
4985 4985 Documentation Bug: The HttpResponse class lives at django.http.HttpResponse. Documentation
9517 9517 2 Minor: HTML showing up on documentation page *.djangoproject.com
571 571 1 SQLite error with mod_python/Apche2 on Mac OS X 10.4.2 contrib.admin
3951 3951 3 Django's signal framework may register listeners more than once Core (Other)
552 552 1 [patch] SOAP support for django Tools
4329 4329 image generation by ReportLab Uncategorized
3338 3338 build_rpm problems Uncategorized
10668 10668 Django Pony Missing Uncategorized
172 172 1 Twisted (twisted.web2) support for Django Tools
580 580 [patch] caching needs to take more into account than just the URL Core (Cache system)
9378 9378 2 google index of django docs has from=olddocs *.djangoproject.com
9436 9436 version[added|changed] directives should understand released versions and unreleased ones. Documentation
8417 8417 1 Include the support of djangos within Archlinux Documentation
8508 8508 1 Design philosophies should become more visible in new docs site Documentation
903 903 1 change login_required contrib.auth
2553 2553 1 Generic views should support serialization Generic views
6791 6791 1 Cached DB Session Backend contrib.sessions
8800 8800 New docs search producing invalid HTML *.djangoproject.com
8502 8502 3 Trac reST parser is gone *.djangoproject.com
106 106 2 [patch] Problem with some js/select box on IE contrib.admin
22 22 3 [patch] FileUploadField should allow for clearing the field contrib.admin
541 541 3 [patch] Making generic views use other templates like Zope3 ZPT Generic views
725 725 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)
8271 8271 2 Typo in "Activate your djangoproject.com account" email body *.djangoproject.com
8723 8723 1 Search facility for the new documentation site Documentation
8503 8503 1 Improve legibility of targeted sections in web documentation *.djangoproject.com
24 24 1 edit_inline support for OneToOne relationships Metasystem
7593 7593 5 Temporary uploaded file API (TemporaryFile) is inadequate Uncategorized
6886 6886 3 Assigning a Model Instance to a Foreign Key Attribute Doesn't Cache the Instance Database layer (models, ORM)
7675 7675 3 TemporaryUploadedFile.temporary_file_path should return the path not self.name HTTP handling
7638 7638 2 Small typo in docs/upload_handling.txt Documentation
1000 1000 2 Ticket 1000 Core (Other)
7369 7369 2 ForeignKey non-null relationship after null relationship on select_related() generates invalid query Database layer (models, ORM)
7392 7392 Typo in old-style superuser creation Contrib apps
6820 6820 2 Error in django/core/management/commands/flush.py prevents runtests.py from running successfully under PostgreSQL 8.3 Core (Other)
619 619 documentation page should point to new IRC log *.djangoproject.com
5325 5325 max_length should be maxlength Documentation
659 659 2 Selecting by month with DateField is broken with sqlite3 backend Database layer (models, ORM)
4620 4620 5 Custom labels for choices in ModelChoiceField Forms
5107 5107 2 Replace Context with RequestContext in django.contrib.syndication.feeds Uncategorized
5894 5894 2 FilePathField needs to be updated to newforms Forms
6494 6494 1 Split off traceback HTML generation Uncategorized
5027 5027 2 cannot initial the selectdatewidget value in newforms Forms
5570 5570 3 Improve performance of generic relations Database layer (models, ORM)
6374 6374 3 Foreign key constraints not added across apps when creating tables Database layer (models, ORM)
2450 2450 1 Add ascending sort option to date_based generic views Generic views
708 708 4 search for meta.IPAddressField with postgresql backend is broken (admin) Database layer (models, ORM)
718 718 1 svn co behind stupid proxy *.djangoproject.com
4131 4131 2 addslashes isn't sufficient to protect literal strings in embedded JavaScript code Template system
590 590 1 Hinting cache from views (vary cache time by object age) Core (Cache system)
685 685 1 [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)
397 397 Can't checkout with svn *.djangoproject.com
3867 3867 1 favicon for djangoproject.com *.djangoproject.com
4199 4199 Keyword argument error in serializers Core (Serialization)
115 115 5 Models CRUD via web services Core (Other)
3893 3893 inspectdb correction(introspect) Documentation
31 31 Spelling corrections from Template Guide page. Documentation
566 566 1 No mention about using quotes to ignore variable resolution in templates. contrib.admin
5557 5557 2 The cache_page decorator fails on urls containing spaces Core (Cache system)
5047 5047 3 max-age set by cache_page is overwritten by cache_middleware Core (Cache system)
3453 3453 2 resolve_variable usage leads to redundant work Template system
231 231 1 [patch] Make appropriate model fields honor max_length param Metasystem
5513 5513 5 Last session refactoring vastly down Django performance Contrib apps
5457 5457 1 Move permissions checking to auth backend Contrib apps
4082 4082 build_py error: package directory '\django' does not exist Documentation
4635 4635 spam Uncategorized
2066 2066 3 [patch] Make session framework backends pluggable Contrib apps
5467 5467 Update localflavors to use the generic localflavor DateField from [6208] contrib.localflavor
5213 5213 [enhancement] Add an invitation option in authentification user module Uncategorized
546 546 1 [patch] make render_to_string and render_to_response use select_template Template system
5280 5280 modpython doc: typo in python path ? Documentation
4916 4916 feature request: add url to ticket description Documentation
5348 5348 Add djangoproject to freshmeat.net directory *.djangoproject.com
5360 5360 Typo on /accounts/register/ *.djangoproject.com
5346 5346 Typos in the model-api documentation Documentation
5363 5363 Fix markup test failure on line 63 Uncategorized
4922 4922 Add field types to python serializer Core (Serialization)
5356 5356 FloatField still remains in the documentation Documentation
5339 5339 Note to long for layout on main tutorial page 1 Documentation
5334 5334 Installation instructions for FreeBSD Documentation
4941 4941 Use only "import datetime" in tutorials to minimise confusion Documentation
4923 4923 poor wording in Authentication docs (create_user) Documentation
4767 4767 Link to the new /unicode/ documentation *.djangoproject.com
5303 5303 PythonImport (for handling eggs) can't be placed inside VirtualHost or Location Documentation
5290 5290 memcache doesn't support unicode cache-keys Core (Cache system)
5300 5300 The last url pattern in Tutorial 4 should be object_id not poll_id Documentation
5312 5312 URLField does not validate .it URLs Uncategorized
5305 5305 how to avoid resetting whole app after adding a new field to a model? Documentation
4889 4889 Help solve a potential deployment problem (mod_python) Documentation
5288 5288 (tiny) .96 documentation contains .95 reference Documentation
3327 3327 no way to reopen tickets *.djangoproject.com
5266 5266 for k in request.session gives me a key error Uncategorized
5262 5262 whore Uncategorized
5259 5259 Tutorial part 1 correction: change 'max_length' to 'maxlength' Documentation
5257 5257 Typo in tutorial01 added in [6006] Documentation
137 137 TypeError: can't compare datetime.datetime to datetime.date in date_based.py Generic views
5068 5068 Problem on db-api page - partial conversion of author ForeignKey to ManyToMany Documentation
5169 5169 Error reporting documentation incorrect Documentation
5170 5170 Make FileField a link in Model Reference Documentation
5195 5195 Add multiple glaring warnings about doing SVN tutorial with Django 0.96 Documentation
5209 5209 FAQ contains link to old, outdated screencast Documentation
5228 5228 Django SCGI Setup Link Dead Documentation
5229 5229 django.utils.version.get_svn_revision to work with on any path specified Uncategorized
5256 5256 Python Super and Inheritance is incorrectly written Documentation
5255 5255 DATABASE_ENGINE error when starting new site Uncategorized
5254 5254 Tutorial correction *.djangoproject.com
5252 5252 unexpected keyword argument max_length Documentation
5244 5244 test Uncategorized
5240 5240 error in tutorial Documentation
5235 5235 Error with "manag.py sql polls" Uncategorized
5221 5221 typo in testing documentation Documentation
4572 4572 How to use form_for_instance could benefit from more explanation Documentation
5210 5210 syntax error Documentation
5208 5208 mistake in the tutorial example Documentation
4908 4908 Error in tutorial part 4 Documentation
5180 5180 remaining man pages for installed binaries Documentation
5198 5198 url templatetag documentation has no example for views that take multiple arguments Documentation
5205 5205 Should be clean_data not cleaned_data Documentation
3341 3341 1 Man pages for executable scripts in django/bin/ Documentation
5154 5154 Minor docs wording issue: "latter" is only applicable when there are two choices. Documentation
5166 5166 Error in the newforms documentation, in the MultiEmailField code which extends forms.Field Documentation
5187 5187 Minor documentation fixes Documentation
5196 5196 Error since trunk-merge in newforms-admin @5918 Uncategorized
5190 5190 FAQ "and how do you pronounce it" is inconsistent Documentation
5194 5194 error in poll models Documentation
5185 5185 manage.py startapp gives stacktrace Documentation
5186 5186 in mysite/polls/models.py __unicode__() not working Documentation
5184 5184 in mysite/polls/models.py, manage.py syncdb we get max_lenght gives error but maxlenght woks ok Documentation
5181 5181 testing.txt: "passwd&secret" Documentation
5164 5164 escaped windows path Documentation
4296 4296 1 PYTHONPATH in mod_python documentation confuses almost everybody Documentation
5162 5162 error in code in documentation Documentation
4456 4456 hacked Documentation
4938 4938 SelectBox.js breaks in Firefox Uncategorized
5159 5159 'max_length=200' should be replaced by 'maxlength=200' in part 1 of django tutorial Documentation
5158 5158 TextArea vs Textarea in newforms.txt Documentation
3833 3833 1 FastCGI apache setup should mention using Pass Through in case of a proxied media server Documentation
2655 2655 [patch] Update to docs/templates_python.txt to include information on "resolve_variable" Documentation
3364 3364 1 install.txt states psycopg2 is in beta and recommends psycopg1 Documentation
149 149 Show latest comments on djangoproject.com Core (Cache system)
5151 5151 Model examples page doesn't seem to be working Documentation
5142 5142 http://www.djangoproject.com/documentation/models/ unavailable *.djangoproject.com
5143 5143 Model examples page missing *.djangoproject.com
5085 5085 Make the default value of slug_field be 'slug' Generic views
5111 5111 eol-style:native for *.py Uncategorized
4942 4942 Addition to the bug reporting guidelines Documentation
5137 5137 Updated the "Submitting and maintaining translations" chapter of the contributing.txt document Documentation
4914 4914 session.modified not documented Documentation
4909 4909 WSGIHandler is not threadsafe Uncategorized
4777 4777 Documentation detail pages should have a link back to the doc index *.djangoproject.com
5015 5015 Unicode Merge broken oldforms Uncategorized
5110 5110 model-api documentation clarification diff Documentation
4646 4646 spam Uncategorized
4762 4762 newforms documentation error Documentation
4611 4611 The permission_required decorator is in 0.96, not anymore in development version Documentation
4569 4569 Syndication links Documentation
5108 5108 incorrect example url in Documentation
5127 5127 Models example index missing Documentation
5117 5117 Error in the tutorial Documentation
5119 5119 Error in tutorial Uncategorized
5118 5118 __unicode__ does not work with latest official release Documentation
5077 5077 django.utils.encoding imports settings but never uses it Uncategorized
5078 5078 I followed the 0.96 syndication add-on documentation and it was a 404 *.djangoproject.com
3012 3012 1 Traceback when using locmem cache backend Core (Cache system)
5053 5053 newforms documentation - add an action attribute to <form> Documentation
4851 4851 Minor numbering error Documentation
4877 4877 typo in "Testing Django applications" documentation Documentation
5083 5083 Typo in newforms documentation Documentation
4898 4898 BaseHTTP delivers the date incorrectly Uncategorized
5097 5097 Various updates and corrections to documentation Documentation
4995 4995 ReST glitches in testing.txt Documentation
5089 5089 Wrong Template in vote() in Part 4 of Tutorial Documentation
4980 4980 API stability page needs update w.r.t newforms package Documentation
4884 4884 django.conf.settings doesn't work if setattr is used before getattr Uncategorized
4845 4845 Memcache and File-based caching don't work post-unicode Core (Cache system)
4310 4310 strip_entities bug Uncategorized
5037 5037 DB-API docs model example uses URLField for email adress Documentation
5064 5064 Possibly confusing line in auth docs Documentation
5105 5105 Small ReST fixes for newforms doc Documentation
5100 5100 bad link to 0.96 Syndication documentation Documentation
5098 5098 New FAQ question Documentation
5042 5042 misleading documentation Documentation
5091 5091 misleading example in groups documentation Documentation
4721 4721 Django Tutorial part 2 Polls Admin Documentation
5060 5060 inconsistent capitalization Documentation
5059 5059 Probably missing import in sample code Documentation
5051 5051 Models' example page in documentation raise a 500 Documentation
5040 5040 integrate django documentation Uncategorized
4577 4577 证券,股票,基金,债券,期货,投资,证券,股票,股票查询,基金查询, 证券,股票,基金,债券,期货,投资,证券,股票,证券,股票,证券,股票证券,股票,基金,理财,黄金,港股,期货,,股票,基金,理财,黄金,港股,期货,证券,股票,基金,债券,期货,投资. Uncategorized
5036 5036 wrong typefield for email field in models.py Documentation
5035 5035 Group documentation missing? Documentation
5021 5021 'cleaned_data' should be 'clean_data' in newforms documentation Documentation
5009 5009 favicon in django Uncategorized
5005 5005 Integration with mod_wsgi should be documented. Documentation
5016 5016 want Code for generating validation codes (in images) for django? Uncategorized
5004 5004 Keyword Devel collision Uncategorized
4999 4999 table prefix, debug query, pdb Uncategorized
4989 4989 Typo in code example for HttpRequest.method Documentation
4983 4983 Dreamweaver and Django *.djangoproject.com
4965 4965 Suggested clarificaion for page "How to use Django with mod_python " Documentation
4950 4950 sites.RequestSite incorrectly reports domain Uncategorized
48 48 1 Unit tests for MySQL support Database layer (models, ORM)
4929 4929 Page not found when using databrowse with localized date Documentation
4935 4935 code error Documentation
4934 4934 code error Documentation
4931 4931 Example model page in docs not working Documentation
4927 4927 Error in documentation for newforms Documentation
4925 4925 Keyword arguments make the resolver drop positional arguments Uncategorized
4911 4911 reverse not handling escape characters Uncategorized
4905 4905 __unicode__ Documentation
4900 4900 TypeError when models.form_for_instance is used on a model class that refers to self via a manyToManyField Uncategorized
4890 4890 /documentation/models/examples/ is missing *.djangoproject.com
4894 4894 link to model examples is broken Documentation
666 666 1 Admin should get 404 and 500 templates contrib.admin
4871 4871 def __str__(self): Documentation
4874 4874 Bugs in 'Writing your first Django app, part 4' Django version 0.96 Documentation
4873 4873 Bugs in 'Writing your first Django app, part 4' Django version 0.96 Documentation
4872 4872 Bugs in 'Writing your first Django app, part 4' Django version 0.96 Uncategorized
4876 4876 typo error Documentation
599 599 locmem cache should deepcopy values from the cache to prevent aliasing Core (Cache system)
4866 4866 The new unicode trunk version does not work with twisted Uncategorized
4859 4859 ImportError: MySQLdb-1.2.1p2 or newer is required; you have 1.2.2 Uncategorized
4856 4856 Error in tutorial Documentation
673 673 1 Final code example in Tutorial 3 is incorrect Documentation
779 779 [patch] Allow callables in extra_lookup_kwargs of generic views Generic views
889 889 1 [patch] `str()` should be used in admin interface popup-add contrib.admin
912 912 Documentation should be updated to reflect __repr__ / __str__ split for model objects Documentation
940 940 Trac RSS feed link should be visible from Django's Trac *.djangoproject.com
1033 1033 [patch] Generic view `list_detail` pagination should be one-indexed in URL Generic views
1330 1330 [magic-removal] edit_inline completely broken Core (Other)
1411 1411 Changeset [2428] merged to both [2426] and [2427] *.djangoproject.com
4551 4551 Documentation is wrong about PhoneNumberField subclass Documentation
4654 4654 Small amount of missing code in Tutorial 1 Documentation
3564 3564 flexible JSON serializing mechanism Core (Serialization)
127 127 Documentation how to setup djangoproject.com Documentation
4826 4826 str.upper() failed in _get_installed_models when syncdb Uncategorized
4757 4757 what db rights? Documentation
4735 4735 Bad Link in June 26th Status Update *.djangoproject.com
4730 4730 Django Tutorial Part 4 - Suggestion Documentation
4844 4844 Writing your first Django app, part 4: last part missing information on how to change "return HttpResponseRedirect...." Documentation
4847 4847 Missing Step in Flatpages installation Documentation
4840 4840 error: package directory '\django' does not exist Uncategorized
4838 4838 Error while installing Django. Documentation
4832 4832 Tutorial error Documentation
4816 4816 __str__ vs. __unicode__ in models.py Documentation
4828 4828 Error in tutorial Documentation
4811 4811 Different name conventions for models and newforms Uncategorized
4799 4799 Django book - http://www.djangobook.com/en/ -- shows debug page *.djangoproject.com
4792 4792 Serving Static Files Documentation Documentation
1388 1388 [magic-removal] [patch] Old-style DB API fixes (manipulators, generic views) Generic views
456 456 [patch] minor typo in overview.txt Documentation
3664 3664 UnicodeDecodeError in contrib/syndication/feeds.py Documentation
3717 3717 {% url %} for generic views "object_list" and "object_detail" Generic views
4410 4410 Clarification needed with the generic views in Tutorial 4 Documentation
548 548 missing steps at end of tutorial04.txt Documentation
1769 1769 Error on tutorial page #1 *.djangoproject.com
1782 1782 "Test framework" should be added to list of Components in Trac *.djangoproject.com
1693 1693 get_choice_list->choice_set.all in tutorial3.txt Documentation
1680 1680 docs for django.core.validators missing Documentation
1593 1593 use of accesskey for '1' and '2' and firefox tab switching. *.djangoproject.com
1486 1486 Incorrect Link in documentation Documentation
1247 1247 0.90 model examples 404 Documentation
1242 1242 New ClientIP Fieldtype? Generic views
1047 1047 bug in decorator_from_middleware function Core (Cache system)
1039 1039 [patch] file cache blows up time to time Core (Cache system)
812 812 1 [Syndication doc example] - Templates and associated extension Documentation
875 875 typo in docs Documentation
776 776 smart+question *.djangoproject.com
601 601 Unique_together documentation update Documentation
532 532 get_values doesn't work with the "select" lookup Database layer (models, ORM)
462 462 [patch] small typo in templates_python.txt Documentation
504 504 1 mailing lists don't work without a @gmail email address *.djangoproject.com
523 523 1 object_list sets current page number incorrectly Generic views
465 465 templates_python.txt: another typo Documentation
103 103 1 "Get current version: 1.0" is misleading *.djangoproject.com
408 408 1 raw_id_admin is broken in IE contrib.admin
396 396 1 djangoadmin.py runserver should be able to listen on all available IPs Tools
406 406 Typo in documentation Documentation
380 380 Tutorial 1, missing specific directory information Documentation
428 428 1 [patch] view for serving static files Generic views
351 351 1 Make list_detail.object_list respect allow_empty when paginating Generic views
224 224 1 AUTH_SESSION_COOKIE change contrib.admin
232 232 1 session example. Documentation
273 273 1 [patch] Password salt and other algorithms support Core (Other)
292 292 The page title in tutorial part 4 says "part 3" Documentation
91 91 1 A (possible) cleaner ORM fields description Core (Other)
332 332 It's datetime.datetime.now() Documentation
243 243 1 lack of ordering the get_list() params Metasystem
249 249 IRC nicks *.djangoproject.com
259 259 2 Admin errors with edit_inline and foreign keys. contrib.admin
240 240 4 get_callback() improvements Core (Other)
310 310 2 Auth bug in generic views Core (Other)
293 293 Typo in Tutorial 4 Documentation
254 254 1 can't download the files *.djangoproject.com
296 296 [patch] Typo in docs/model_api.txt Documentation
295 295 1 [patch] Add reverse counter variables to template &#34;for loops&#34; Core (Management commands)
247 247 1 Webpage to list web hosts *.djangoproject.com
227 227 1 sqlite and unicode problems Database layer (models, ORM)
220 220 1 List requirements Documentation
196 196 1 Patch: Allow integer months in views.generic.date_based Core (Other)
124 124 2 Better handling of raw POST data Core (Other)
183 183 1 TypeError: can't compare datetime.datetime to datetime.date Template system
197 197 3 Adding a flatfile causes a traceback in sqlite3.py contrib.admin
173 173 How do I start Django's in built webserver? Documentation
203 203 Tutorial 2 list_filter example needs another comma Documentation
136 136 1 Provide a path to read documentation files in docs/ (enhancement/trivial) Documentation
138 138 Error naming the "docs" directory in README Documentation
141 141 1 --settings option doesn't work as shown in the tutorial Core (Other)
198 198 1 istartswith doesn't work Contrib apps
166 166 1 [patch] Add "in" to the lookup types in the DB API Core (Other)
2 2 2 Calendar popup - next/previous month links close the popup in Safari contrib.admin
187 187 1 Uknown error with ordering in the admin interface contrib.admin
163 163 1 Option to leave off __exact Template system
133 133 1 Patch to improve DATABASE_ENGINE error message Core (Other)
130 130 2 Display comments in Trac timeline *.djangoproject.com
153 153 Change docs to use new ordering syntax Documentation
169 169 \\dt instead of \dt in Tutorial 1 Documentation
178 178 1 Wrong time zone usage Core (Other)
100 100 1 document ForeignKey('self') hack, please Documentation
117 117 2 Site search and/or Trac search for djangoproject.com *.djangoproject.com
71 71 Consider using "example.com" instead of "mysite.com" Documentation
70 70 Community link not there from within Code. *.djangoproject.com
30 30 django-admin shouldn't copy "." directories from the template. Tools
38 38 2 Create sqlite backend Database layer (models, ORM)
108 108 WikiFormatting page is not there *.djangoproject.com
142 142 tutorial 1 bug in init --settings Documentation
8 8 2 Date and time fields should accept multiple formats contrib.admin
128 128 1 IndexError when using invalid {% extends %} in template should be replaced with better error message. Template system
96 96 Coment counts on the djangoproject.com weblog *.djangoproject.com
45 45 Website should emphasize that MySQL support isn't thoroughly tested *.djangoproject.com
32 32 Really dead link at http://www.djangoproject.com/documentation/faq/ *.djangoproject.com
55 55 1 add a logger to django Tools
35 35 3 django-admin.py init problem for postgresql 8.0.3/win32 Database layer (models, ORM)
20 20 1 "Add another" for many-to-many relationships contrib.admin
33 33 frontpage typo *.djangoproject.com
47 47 Get rid of the Roadmap link in Trac *.djangoproject.com
64 64 Add cache middleware Core (Cache system)
73 73 Sample templates in the repository? *.djangoproject.com
44 44 Missing view templates for djangoproject.com in Subersion repos. Documentation
68 68 Tutorial 02 shows deprecated mod_python config Documentation
77 77 1 The PostgreSQL code should use schemas instead of prefixes for namespaces. Database layer (models, ORM)
37 37 1 Homepage link 'tutorial' is broken. Documentation
54 54 pattern in url_dispatch.txt maybe wrong Documentation
51 51 1 Create add_* methods for objects with a many-to many-relationship Metasystem
50 50 Tutorial#1 section Initial Setup directory listing is missing settings/urls folder Documentation
1628 1628 [patch] docs should explain that admin ignores all but first "ordering" argument in model Documentation
1626 1626 [patch] A bunch of typos in comments/docs Documentation
4751 4751 anonymous user cannot be converted to string Uncategorized
4744 4744 Broken link *.djangoproject.com
4690 4690 Various minor ReST fixes needed in documentation Documentation
4706 4706 html error in templates for authors doc *.djangoproject.com
4715 4715 syncdb attempt to create existing tables Uncategorized
4716 4716 Devserver crashes randomly, mostly in admin Uncategorized
4712 4712 1 Regex field lookup docs should mention that Oracle is supported, too. Documentation
4675 4675 Typo in view example in session.txt Documentation
4687 4687 typo Documentation
4686 4686 IPAddressField should have empty_strings_allowed = False Uncategorized
4684 4684 Fix install.txt to mention Oracle and distinguish servers from embedded databases Documentation
4668 4668 ReST markup correction to the Apple link. Documentation
4671 4671 ReST markup correction to templates_python.txt Documentation
4670 4670 ReST markup correction to generic_views.txt Documentation
4669 4669 ReST markup correction to authentication.txt Documentation
4662 4662 [unicode] truncate_html_words doesn't work for non-latin characters Uncategorized
4453 4453 url pattern name can contain dots, but reverse('pattern.name.with.dots') will always fail Uncategorized
4594 4594 django.core.urlresolvers.reverse_helper doesn't unescape characters that are escaped in URL regexes Uncategorized
4649 4649 "per-view cache" and decorator syntax. Documentation
2293 2293 Doc for Formfield & Manipulators contains incorrect examples Documentation
4421 4421 Caching documentation reports that cache_page takes two arguments. Documentation
4648 4648 Poor phrasing in newforms documentation Documentation
4645 4645 spam Uncategorized
4644 4644 spam Uncategorized
4643 4643 spam Uncategorized
4642 4642 spam Uncategorized
4647 4647 spam Uncategorized
4500 4500 Tutorial: What about the HttpResponseRedirect? Documentation
4637 4637 Broken link in Model reference documentation Documentation
4638 4638 Typo in Model reference documentation Documentation
4636 4636 spam Uncategorized
4634 4634 spam Uncategorized
4537 4537 use get_python_lib to find site-packages *.djangoproject.com
4575 4575 Link not found Uncategorized
4586 4586 Typo in docs/tutorial01.txt Documentation
4610 4610 docs/install.txt could do a better job telling people to skip the Apache step Documentation
4628 4628 wrong HttpResponseRedirect parameters Documentation
4582 4582 setup.py on windows Documentation
4581 4581 Typo - oldforms should be newforms Documentation
4559 4559 Newforms documentation mentions "widgets" - but never describes the list of widgets ... Documentation
4580 4580 证券,股票,基金,债券,期货,投资,证券,股票,股票查询,基金查询, 证券,股票,基金,债券,期货,投资,证券,股票,证券,股票,证券,股票证券,股票,基金,理财,黄金,港股,期货,,股票,基金,理财,黄金,港股,期货,证券,股票,基金,债券,期货,投资. Uncategorized
4579 4579 证券,股票,基金,债券,期货,投资,证券,股票,股票查询,基金查询, 证券,股票,基金,债券,期货,投资,证券,股票,证券,股票,证券,股票证券,股票,基金,理财,黄金,港股,期货,,股票,基金,理财,黄金,港股,期货,证券,股票,基金,债券,期货,投资. Uncategorized
4578 4578 证券,股票,基金,债券,期货,投资,证券,股票,股票查询,基金查询, 证券,股票,基金,债券,期货,投资,证券,股票,证券,股票,证券,股票证券,股票,基金,理财,黄金,港股,期货,,股票,基金,理财,黄金,港股,期货,证券,股票,基金,债券,期货,投资. Uncategorized
4547 4547 Small typos in newforms doc Documentation
4564 4564 install under windows. Path and mysqldb problems Documentation
4550 4550 Database protection: Table locking Uncategorized
4532 4532 Simply 2 letter typo on select-related example Documentation
4533 4533 install page - db support Documentation
4504 4504 Improper documentation regarding date filter Documentation
4520 4520 1 Allow Django to use event based caching Core (Cache system)
4473 4473 [PATCH] Update to newforms docs to include custom validation information Documentation
4406 4406 URLField outdated documentation Documentation
4488 4488 default permission documentation says "add, create, delete" - should be "add, change, delete" Documentation
4386 4386 docs/newforms.txt: Explain custom cleaning/validation Documentation
4508 4508 wed Documentation
4503 4503 1 Small document update needed. Documentation
4324 4324 1 Middleware order matters. Documentation
4218 4218 1 Transactions: Middleware hook at the top Documentation
4214 4214 1 Document how to update a foreign key in db-api Documentation
4145 4145 1 Add information on support for creating subclasses in the model Documentation
4023 4023 1 add a note about "get_foo_display" in template documentation Documentation
4000 4000 1 Documentation incorrectly states that filter arguments should be quoted Documentation
3880 3880 1 django.db.connection does not implement DB-API Documentation
3842 3842 1 Unclear wording in mod_python docs Documentation
4496 4496 1 parenthesis -> percent signs Documentation
4268 4268 1 Web design helpers page not found(0.96) *.djangoproject.com
4261 4261 1 the doc that descripes models does NOT exist *.djangoproject.com
4209 4209 1 install page has not been updated and still references old 0.95 installation files and versions *.djangoproject.com
3960 3960 1 dead links on http://www.djangoproject.com/community/ *.djangoproject.com
3359 3359 1 Add "Current server time" to the bottom of code.djangoproject.com *.djangoproject.com
3763 3763 1 duplicated sidebar content on /community *.djangoproject.com
3728 3728 1 Last updated date on documentation *.djangoproject.com
3626 3626 1 put note on the "Create New Ticket" page about how to format code *.djangoproject.com
3467 3467 1 "Search docs via Google" should search only the documentation directory, not the entire site. *.djangoproject.com
171 171 1 Bug, I think, in foreign keys and SQLite Database layer (models, ORM)
4483 4483 request/response docs don't mention that request.has_key() is deprecated Documentation
2380 2380 ChangeManipulator's and ManyToManyFields (do not show up in resulting FormWrapper) Documentation
2360 2360 user centric/object centric generic crud tools Generic views
4466 4466 Writing your first Django app, part2: you should tell the reader to restart the server Documentation
4455 4455 MEDIA_ROOT_URL does not exist Documentation
3466 3466 'fields' and 'stream' options not working for json serializer Core (Serialization)
4458 4458 wep Uncategorized
4454 4454 Tuorial code error ? Documentation
4401 4401 direct_to_template docs do not mention mimetype Documentation
4370 4370 initial_data must have an extension for syncdb to recognize it Documentation
4424 4424 Documentation typo on new media context processor Documentation
4423 4423 Python Templates Documentation Typo Documentation
4409 4409 Tutorial part 4 Documentation
4449 4449 NoReverseMatch in your tutorial example Documentation
4256 4256 typo on create new ticket page (../simpleticket/) *.djangoproject.com
4439 4439 typo on testing docs "given your modules" Documentation
4177 4177 1 broken link on /community *.djangoproject.com
21 21 1 FileUploadField should allow for manual filename entry contrib.admin
16 16 1 Create some form of "edit many at once" feature for the admin contrib.admin
4434 4434 The tutorial is not begginner friendly. Documentation
4419 4419 Wrong link in 0.95 documentation overview Uncategorized
4420 4420 Broken link from page "testing" to file "settings" Documentation
4342 4342 Addition information about apache authentication via cookies to mod_python/auth docs Documentation
4331 4331 Mac OS 10.4.x python site-packages location Documentation
4382 4382 specify in '{# ... #}' template doc section that this is only for single-line comments Documentation
4221 4221 tutorial 4 uses hardcoded, absolute URL instead of get_absolute_url() or permalink() Documentation
4366 4366 Typo "to to" in testing Documentation
4364 4364 suggestion to add a link to "continue" after the last tutorial page Documentation
4307 4307 Unclear location of ROOT_URLCONF in tutorial 3 Documentation
4025 4025 Add get_FIELD_filename to FileField docs Documentation
4150 4150 Add notes about using Python Eggs with mod_python Documentation
4103 4103 Add "reverse" to url_dispatch documentation for named url patterns Documentation
3487 3487 docs/models/generic_relations is orphaned and "does-not-exist" Documentation
3227 3227 settings.py for localhost should specify localhost for postgresql (at least in my case) Documentation
4395 4395 Error in the online documentation of newforms Documentation
4355 4355 Confusing example in documentation for url template tag Documentation
4375 4375 generic view archive_year is querying all objects, unexplained. Generic views
4392 4392 DjangoProject web site download section makes a semi false claim *.djangoproject.com
4095 4095 'Writing your first Django app, part 3' is incomplete Documentation
4388 4388 [patch] db-api shortcuts sections doesn't explicitly mention module Documentation
4372 4372 "Skipping validation" in manage.py missing newline Uncategorized
4353 4353 Example error in newforms section "Using forms in views and templates" Documentation
4351 4351 Blank char/text fields Documentation
4393 4393 DjangoProject web site download section makes a semi false claim *.djangoproject.com
4272 4272 instructions incomplete Documentation
4381 4381 Using caps in column/table names in postgresql requires those fields to be quoted in initial sql files Documentation
4379 4379 AUTH_PROFILE_MODULE missing from settings documentation Documentation
4368 4368 Timeline RSS feed fails with an exception *.djangoproject.com
4374 4374 manage.py custom sql fails with triggers and sqlite Uncategorized
3435 3435 Can't serialize to file stream Core (Serialization)
4277 4277 Django installation instructions should note that uninstalling old version of Django is unnecessary if Python has been updated Documentation
4325 4325 auto_id example contains an error Documentation
572 572 2 When i have an ImageField and a auto_now DateTimeField in the same model it doesnt get saved contrib.admin
4352 4352 How to distinguish hight quality Supplier Uncategorized
4344 4344 capatilization correction on tutorial 2 Documentation
200 200 1 Add a Decimal type and a Currency type Database layer (models, ORM)
3324 3324 1 FloatFields are converted to decimal and simplejson cannot serialize Core (Serialization)
4350 4350 Branch is out of sync (multiple-db-support) *.djangoproject.com
4349 4349 is_valid vs is_valid() in newforms.txt doc Uncategorized
1527 1527 Makefile for HTML documentation Documentation
4232 4232 Update to the newforms documentation Documentation
4327 4327 settings docs error with 404 errors Documentation
4334 4334 model api wording fix Documentation
4273 4273 Tutorial 2 has error about default template directory name Documentation
4309 4309 document prefix parameter for newforms Form Documentation
4303 4303 http://www.djangoproject.com/documentation/db-api/#get-list-or-404 Documentation
4298 4298 Community weblogs inclusion *.djangoproject.com
4265 4265 trailing slash for os.chdir? Documentation
952 952 1 [patch] Allow for database client encoding configuration from project settings Database layer (models, ORM)
3780 3780 document newforms fields Documentation
4217 4217 Databrowser: Add import to urls.py Documentation
4285 4285 "E-mail services" heading in testing documentation has too short underline Documentation
4243 4243 Badly needed link in newforms documentation Documentation
4281 4281 Error in the documentation example Documentation
4252 4252 Install Documentation missing quotation mark (rST typo) Documentation
4267 4267 a bug in "The Django template language: For Python programmers" Documentation
4274 4274 Spaces for indentation Uncategorized
4264 4264 Images in flatpages Uncategorized
4259 4259 Using sessions out of views Is Incomplete / Unusable Documentation
4262 4262 Translate Make App Names Uncategorized
4263 4263 Insert select item from a collection into templates Uncategorized
4257 4257 Easy to miss important instruction in Cross Site Request Forgery protection documentation Documentation
4253 4253 Problem with tutorial page 4 Documentation
4246 4246 Tutorial errata Documentation
4041 4041 cache backends should implement __contains__ so that the in operator may be used Core (Cache system)
3936 3936 Setting database for testing Documentation
4203 4203 Add "Default is False" information to model-api.txt Documentation
4042 4042 Serialization doc: usage of get_serializer() Documentation
4202 4202 easy documentation fix - exception namespace Documentation
4226 4226 Running Django unit tests requires DATABASE_NAME setting despite what the docs. say Documentation
4242 4242 pt-br is "Brazilian Portuguese" not "Brazilian" Documentation
4230 4230 oi Uncategorized
4225 4225 if table site is not created contrib.auth.views.login raise exception Contrib apps
4215 4215 Missing import in Oracle database base.py. Uncategorized
4208 4208 Tutorial Part2: admin depends on auth, content-type and sessions. Documentation
4211 4211 FloatFields are not actually Floats Uncategorized
4210 4210 s/absolute/relative Documentation
4201 4201 sessions example appears to be using pre-MR style Documentation
4068 4068 Incorrect docstring in RSS documentation example Documentation
4034 4034 build_documentation.py has been removed but is still mentioned in the 'How to read the Django documentation' page Documentation
4139 4139 Documentation mentions non-existent "add_message" method Documentation
3708 3708 possible incompatibility with edit inline and python 2.5.1rc1 Uncategorized
4194 4194 Django Documentation for 0.91 is missing Documentation
3744 3744 Warn that Generic Relations are a prototype feature (in the right places). Documentation
4188 4188 Language list is not up-to-date Documentation
3464 3464 Oracle representation of the IPAddressField Database layer (models, ORM)
4181 4181 Links to specific settings in email.txt not quite right Documentation
4175 4175 Formatting fix for db-api.txt Documentation
4180 4180 small fix for create_token docstring Documentation
3954 3954 [patch] Fixtures for postgresql and problems with colors. Core (Serialization)
4163 4163 EMAIL_HOST_PASSWORD doc says it's a Username Documentation
4013 4013 bad links on previous versions of tutorial pages *.djangoproject.com
4168 4168 Bad link to .96 tutorial #2 Documentation
4158 4158 Formatting fix to install docs Documentation
4160 4160 broken links in older versions of tutorial pages Documentation
4159 4159 0.96 Tutorial 1 has invalid link to Tutorial 2 *.djangoproject.com
4154 4154 The column of text is too narrow which causes code listings not to fit in the window. Documentation
4110 4110 import settings.py errors Documentation
3964 3964 SortedDict string representation not in order of keys Uncategorized
3857 3857 Table quick reference for FileField docs Documentation
2564 2564 urlresolvers.reverse broken when reversing decorated views Core (Cache system)
4149 4149 cache_page decorator documented incorrectly Documentation
4022 4022 Problem with select fields and foreign keys Uncategorized
3992 3992 bad link in old online docs *.djangoproject.com
4142 4142 Bad link *.djangoproject.com
4133 4133 documentation links using underscore instead of dash *.djangoproject.com
4135 4135 Dead links in Tutorial for 0.96 Documentation
4127 4127 broken link to QuerySet DB API in 0.96 documentation *.djangoproject.com
4112 4112 Broken Link on 0.96 Database API Reference Page contrib.admin
4033 4033 broken link to 0.96 db-api *.djangoproject.com
4118 4118 dead link Documentation
4104 4104 Webdesgin link from 0.96 docs is wrong Documentation
4116 4116 Bad cross-links in 0.95 tutorial Documentation
4109 4109 [unicode][patch] Convert contrib models to use __unicode__ for representation Uncategorized
4021 4021 [unicode][patch] initial sql with non-ascii strings not imported Uncategorized
4101 4101 Confusing URL match in generic views examples Documentation
4097 4097 a couple fixes for distributions.txt Documentation
4066 4066 0.96 tutorial cross-links broken Documentation
4100 4100 Page not found for 'part N' link at bottom of online tutorial ver 0.96 Documentation
4093 4093 Oracle BooleanFields display 1/0 instead of True/False Uncategorized
4083 4083 wrong link in docs Documentation
4079 4079 Broken link in 0.96 documentation. Documentation
4096 4096 No build_documentation.py at revision 5043 error Documentation
3786 3786 Misc small documentation fixes/suggestions Documentation
4087 4087 Decoupling the URLconfs is not complete Documentation
4078 4078 AUTH_PROFILE_MODULE setting documentation not present Documentation
4077 4077 databrowse templates not packed in MANIFEST.in Uncategorized
4073 4073 Installation docs should expand on command line usage and use of django-admin.py Documentation
4069 4069 databrowse link in 0.96 documentation page is bad *.djangoproject.com
3550 3550 1 Please update my entry in Authors Documentation
4011 4011 Bad link Documentation
4072 4072 Path making the simlink works only on Python 2.3 Documentation
4054 4054 FastCGI, SCGI and ajp in lighttpd 1.5 Documentation
4038 4038 django.contrib.webdesign should be mentioned in the template authors documentation Documentation
4047 4047 DB API link on Tutorial 1 page is broken on 0.96 tutorial *.djangoproject.com
4026 4026 Tyring to load a JSON dump fails with "Expecting property name" Core (Serialization)
4037 4037 need from / import Documentation
4029 4029 bad link on site *.djangoproject.com
3830 3830 0.95 to 0.96 upgrade glitch under Mac OS X (10.4.9) Documentation
4012 4012 "ProgrammingError: syntax error" when loading (JSON) serialized data Core (Serialization)
4017 4017 Typo in django sql commands Documentation
4016 4016 stale reference to sqlinitialdata in docs Documentation
3956 3956 Docs on Templates for Template Authors has Typo Documentation
3911 3911 Change wording on documentation overview (get old docs...) to reflect 0.96 release. *.djangoproject.com
3981 3981 naming-url-patterns Documentation
3975 3975 1 Documentation for 0.96 is not generated Documentation
3892 3892 Django should implement PEP-87082 and become self-aware. Core (Cache system)
3034 3034 Added "mimetype" param to django.views.generic.simple.direct_to_template Generic views
3916 3916 tutorial part 2 documentation for admin gives wrong guidance about content Documentation
3909 3909 Two little suggestions for the django-admin docs Documentation
3794 3794 a typo in the footer notice to use this ticket system if you see a mistake Documentation
3231 3231 No documentation for LazyDate Documentation
3933 3933 Update "How to read the documentation" page to reflect move from FreeComment to Trac Documentation
3942 3942 Trim leading slash from request.path on debug 404 page Uncategorized
3935 3935 typo in http://www.djangoproject.com/documentation/modpython/#serving-media-files Documentation
3939 3939 Spelling mistake in modpython doc Documentation
3968 3968 'customing' spelling mistake in request_response docs Documentation
2567 2567 cache_page works as wrapper function, not as decorator Core (Cache system)
3949 3949 Importing and displaying XML Feeds Uncategorized
3941 3941 tutorial 3 decoupling example seems dubious Documentation
3944 3944 django.core.urlresolvers.reverse_helper doesn't support full regex syntax Uncategorized
3536 3536 setup.py is broken in (at least) r4549 on (at least) Win32 Uncategorized
3710 3710 django won't test a views-only app Uncategorized
3917 3917 Blurb at bottom of doc pages contains "documentmentation" Documentation
3913 3913 Error in FAQ Documentation
3903 3903 favicon.ico *.djangoproject.com
3868 3868 traceback when trying to attach image file to ticket *.djangoproject.com
3798 3798 order_with_respect_to fails unless column manually added Documentation
3843 3843 setting up django with mod_python and apache. Documentation
3889 3889 incorrect anchor on link Documentation
3886 3886 DB_API, Meta options -> unique_together: List of lists or tuple of tuples? Documentation
3540 3540 permalink documentation is incomplete and contains errors Documentation
3801 3801 Improvement: In mod_python description, PythonPath for windows environment must be 'double-escaped' Documentation
3875 3875 Addition of HttpResponseBadRequest (HTTP Status code 400) Uncategorized
3840 3840 "Settings file" is unclear in modpython docs. Documentation
3858 3858 Tutorial 1 needs to be updated to reflect changes in 0.96 Documentation
3855 3855 Typo in docs/testing.txt Documentation
3834 3834 dispatcher.connect and custom parameters Uncategorized
3856 3856 link to 0.95 version on installation document is broken Documentation
3820 3820 DebugCursorWrapper not working on Oracle Uncategorized
3850 3850 0.96 Release notes conflict with Downloads page recommendation to use SVN *.djangoproject.com
3814 3814 Missing tag in "regroup" example Documentation
3792 3792 .96 Release Docs link to 404 in .95 docs Documentation
3781 3781 Docs enhancement to clarify the use of contrib apps Documentation
250 250 1 Metasystem needs a BinaryField Metasystem
3079 3079 [patch] allow to disable POST handling in create_update generic views Generic views
3795 3795 new 0.96 ./docs/install.txt references previous django version of 0.95 Documentation
3819 3819 Release notes 0.96 has a 404 *.djangoproject.com
3648 3648 CMemcache support for faster memcached access. Core (Cache system)
3793 3793 "they is" ain't good Documentation
3816 3816 typo in Sessions docs Documentation
3808 3808 Typos in cache middleware and 'if' templatetag comments Uncategorized
3805 3805 Add a 0.96 version to Trac *.djangoproject.com
3802 3802 sqlinitialdata referenced in django-admin docs, but not actually defined anywhere Documentation
3784 3784 No (obvious) way to restrict an entire site to logged in users Uncategorized
3789 3789 The tutorial is down! Documentation
3772 3772 Incorrect usage of `get_serializer` in docs Documentation
3783 3783 Small issue with tutorial Uncategorized
3755 3755 Copyright year on djangoproject.com *.djangoproject.com
3767 3767 get_object_or_404() -- Raise Http404 with reason Uncategorized
3661 3661 Serializers shoud have a option for serializing model properties Core (Serialization)
3751 3751 Trac shows traceback on code.djangoproject.com *.djangoproject.com
3752 3752 permalink documentation invalid Documentation
3631 3631 the built-in truncatewords filter can't deal with chinese Uncategorized
3704 3704 Localization stuff & humanize improvements Uncategorized
3677 3677 Installation tries to download setuptools but gets 404 Uncategorized
1381 1381 'django.views.generic.date_based.archive_index' doesn't return latest objects first Generic views
1320 1320 django.views.generic.create_update.delete_object does not handle IntegrityError exception Generic views
3693 3693 Minor reStructured text formatting fix in defaultfilters.py Documentation
3667 3667 Useful optional argument for generic views Generic views
3685 3685 Better wording for docs/contributing.txt Documentation
3682 3682 View/Page Caching Uncategorized
3658 3658 Expand triage docs to discuss resolution states Documentation
3333 3333 Documentation should use relative links, not hard-coded djangoproject.com links Documentation
3586 3586 Only add the Vary: Cookie header when the request actually varies on the cookie Uncategorized
3641 3641 django_bash_completion rev 4646 errors on OS X Tools
3676 3676 Non English content in the Django Website community feed aggregator *.djangoproject.com
3646 3646 ABSOLUTE_URL_OVERRIDES docs are inconsistent with how they actually work Documentation
3636 3636 I'd like my full name and URL in AUTHORS Documentation
3653 3653 Chapter 9 prompts error and cannot read any further *.djangoproject.com
3617 3617 Invalid link in documentation, _ vs. - mistake Documentation
3628 3628 Link to "loading fixtures" from documentation/testing/fixtures is broken Documentation
482 482 1 ForeignKey inline editing drops records in the Admin application Core (Cache system)
3611 3611 [multi-db] select_related stuck in recursive loop Uncategorized
3612 3612 [multi-db] select_related stuck in recursive loop Uncategorized
3610 3610 1 broken link in django-admin.txt Uncategorized
3602 3602 1 Improved psycopg2 info in docs Documentation
1850 1850 djangoproject.com would benefit from a project incubation area *.djangoproject.com
3181 3181 [patch] list_detail.object_list doesn't support custom querysets Generic views
2268 2268 generic views should call Manipulator.prepare() Generic views
2182 2182 IntegerField gets bogus validator_list from parent class Documentation
1982 1982 Add a object_detail and object_list generic views that are "based" on a lookup Generic views
2565 2565 1 Documentation should clarify lazy nature of querysets Documentation
2264 2264 1 docs should mention that delete() cascades Documentation
3039 3039 1 authentication docs myuser.permissions example wrong Documentation
3325 3325 1 Include distribution specific notes Documentation
3241 3241 1 [patch] memcached backend can't use keys containing spaces Core (Cache system)
834 834 1 authentication documentation should document the viewfuncs in django.views.auth.login Documentation
1248 1248 [patch] API Reference Documentation
3455 3455 1 Documentation for "choices" should mention "get_FOO_display" Documentation
3319 3319 1 [patch] django-admin.py/manage.py documentation missing a couple options Documentation
3135 3135 1 Docs should clearly explain the "error message e-mails" feature Documentation
2592 2592 1 [patch] tutorial01.txt should note that you can't name your site "site" Documentation
760 760 2 Error reason not seen when 500 template is missing contrib.admin
3390 3390 1 Deserializer cannot handle circular and forward references to object instances Core (Serialization)
639 639 1 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
3448 3448 1 python help() parsing problem for django.core.mail Documentation
3354 3354 1 Tutorial pages on website should direct users to django-users with problems Documentation
3249 3249 1 [patch] inconsistent documentation on pagination with generic view object_list Documentation
3170 3170 1 [patch] object_list should pass last_on_page and first_on_page Generic views
2014 2014 3 [patch] Error messages of RequiredIfOtherField* validators are not userfriendly Validators
2642 2642 Timezone handling is incorrect: Uses GMT instead of localtime Generic views
2759 2759 "allow_future" missing from date based generic views Generic views
2071 2071 1 [patch] PasswordField needs documentation Documentation
3572 3572 We've Listed Django Code on Netjaxer.com Uncategorized
613 613 1 prevent raw_post_data parsing on defined view functions Core (Other)
5 5 1 Add a cache=NUM_SECONDS argument to QuerySet Metasystem
3504 3504 1 Missing self in authentification doc Documentation
343 343 2 One-to-one relations - different primary_key Metasystem
393 393 3 [patch] Filters don't take the str() value of a var Core (Other)
3552 3552 Unable to connect with webdav/ dreamweaver 8 Uncategorized
3551 3551 Django scripts should have associated bash complete entries Uncategorized
2837 2837 missing context_instance explanation in the template documentation Documentation
3513 3513 Adding Django documentation to KDevelop Documentation
3521 3521 Semantic disconnect on djangoproject.com homepage *.djangoproject.com
3524 3524 Models: Sub String for a character field Uncategorized
2906 2906 Information about 404 and 500 error handlers is only in tutorial Documentation
3498 3498 Django tutorial lists wrong 'installed apps' entry Documentation
3497 3497 Recent code changes RSS doesn't work *.djangoproject.com
3477 3477 Changeset 4485 broke django? Uncategorized
3478 3478 Installation Question Uncategorized
1380 1380 Better title ordering on project website *.djangoproject.com
3159 3159 Documentation says about "symlinking" Documentation
3147 3147 [patch] Add Path files to docs contributing/#using-branches Documentation
3443 3443 Please update my entry in Authors Documentation
3076 3076 Docs should recommend psycopg2, not recommend against it Documentation
3391 3391 [patch] django.views.generic.list_detail.object_list - add context variables on pagination Generic views
547 547 1 [patch] XMLRPC support for django Tools
3320 3320 1 [patch] update simplejson to the 1.5 version Core (Serialization)
3399 3399 1 Reports tab isn't highlighted in Trac *.djangoproject.com
3392 3392 "Recent code changes" link on /documentation/ in TicketModule *.djangoproject.com
3385 3385 "Template inheritance" from "design philosophies" Uncategorized
3365 3365 Error in permission docs Uncategorized
3302 3302 [patch] move documention snippet from models-api to django-admin Documentation
3363 3363 Please reopen a few tickets Uncategorized
3336 3336 Link to Ticket System on "Community" page is broken *.djangoproject.com
2296 2296 [patch] MEDIA_URL should be documented as requiring a trailing slash with a path component Documentation
3346 3346 Document that Admin search_fields can be from related models Documentation
1883 1883 Django documentation site stylesheet: h4 headings shouldn't be uppercase *.djangoproject.com
3348 3348 Reopen #1961 Uncategorized
3347 3347 wiki page DjangoPoweredSites needs reverted Uncategorized
1207 1207 [patch] Manipulators ignore default values, fields can't be omitted from forms Core (Other)
3339 3339 RSS on code.djangoproject.com/timeline doesn't work after upgrade *.djangoproject.com
3321 3321 One more typo in docs/testing.txt Documentation
870 870 1 Cool CSS display bug in the calendar widget in the admin view contrib.admin
3317 3317 1 Typoes in testing.txt Documentation
3318 3318 Out of date info on contributing.txt Documentation
3144 3144 Changeset logs page (trac) render some components wrongly *.djangoproject.com
631 631 Document common security precautions Documentation
2995 2995 Trac source code highlighting is broken *.djangoproject.com
65 65 5 [i18n] Internationalization and localisation contrib.admin
389 389 2 [patch] admin interface only sorts by first ordering field contrib.admin
242 242 5 Traceback when viewing tag docs. contrib.admin
529 529 1 Add support for GenericForeignKey Contrib apps
87 87 1 [patch] Oracle database support Database layer (models, ORM)
338 338 2 ManyToMany fields don''t work in the generic views Generic views
2424 2424 Django_admin will report errors when try to save objects, where another object, which has a many_to_many field, is edit_inlined Metasystem
230 230 1 FloatField with MySQL Backend fails silently Database layer (models, ORM)
472 472 1 ImageField description should include link to pitfall or FAQ Documentation
463 463 1 [patch] new mysql.DatabaseWrapper - solving multiple MySQL problems Core (Other)
105 105 3 Make collapse class to work in two ways contrib.admin
435 435 1 Exception thrown out when doing do_html2python Core (Other)
238 238 5 Database tests fail with sqlite Database layer (models, ORM)
374 374 2 [patch] Filtering BooleanField does not work with SQLite contrib.admin
381 381 Tutorial 1, the name of the file to modify is missing Documentation
329 329 3 RSS framework needs an easier interface contrib.syndication
122 122 [patch] Build models using fieldname=FieldClass Core (Other)
581 581 2 RSS framework needs unit tests contrib.syndication
349 349 2 [patch] Bad styling in Admin interface contrib.admin
447 447 1 [PATCH] Add pubdate elements to RSS feeds. contrib.syndication
383 383 Tutorial 2, 'clearing' field to signify deletion of object doesn't Documentation
180 180 2 request.POST doesn't work in django_admin.py runserver Tools
739 739 tutorial and docs translations Documentation
211 211 [Patch] Remove edit_inline_type / edit_inline verbosity Metasystem
3158 3158 Outdated documentation/tutorial1 "Let's look at what startproject created:..." Documentation
2435 2435 Wording errors in Tutorial 4 Documentation
510 510 1 [patch] Defend admin against CSRF attacks contrib.admin
2940 2940 [patch] settings.MANAGERS does not default to settings.ADMINS Documentation
61 61 2 [patch] auth.User admin form shouldn't require people to edit hashes contrib.admin
337 337 2 DateTime fields don't work in the generic views Generic views
512 512 1 Admin list_filter doesn't work for BooleanField with MySQL contrib.admin
1619 1619 FileField upload broken in generic views Generic views
3296 3296 Broken coderenderer in trac *.djangoproject.com
3290 3290 1 [patch] Dummy cache class doesn't conform to BaseCache interface Core (Cache system)
3229 3229 Documentation glitch in Install.txt Documentation
3167 3167 2 [patch] Fast-cgi deployment documentation should encourage users supplement it hosting providers documentation. Documentation
3277 3277 1 [patch] typos in docs/testing.txt Documentation
3261 3261 Missing imports in example. Documentation
3242 3242 Configuring the template system in standalone mode Documentation
3236 3236 [patch] docs/newforms.txt typos fixed Documentation
3225 3225 1 [patch] Typo in middleware doc Documentation
3226 3226 1 [patch] docs/settings.txt still has some pre-magic-removal examples Documentation
3223 3223 Missing # in "documentation/model_api section" "Field name restrictions" Documentation
3207 3207 djangobook.com should point newbies to djangoproject.com/documentation Documentation
3137 3137 [patch] Docs should give notice that sessions don't auto purge Documentation
3118 3118 [patch] errata in UPDATE/INSERT section in DB-API document Documentation
1302 1302 [patch] archive_month should provide next_month and previous_month objects Generic views
318 318 Missing ')' in SlugField code example *.djangoproject.com
3049 3049 djangoproject.com should prominently link to djangobook.com *.djangoproject.com
3068 3068 Docutils error in settings documentation page Documentation
3085 3085 Typo on testing documentation page Documentation
3072 3072 object_detail docstring says "Generic list of objects" Generic views
813 813 1 we need spam protection for the ticket system :-( *.djangoproject.com
2931 2931 "if request.POST" should read "if request.method == 'POST'" Documentation
3056 3056 generic views: ability to disable caching Generic views
3046 3046 1 make documentation available as a zip package Documentation
3021 3021 clean up attachment spam on TitleIndex and RecentChanges *.djangoproject.com
3000 3000 typo in docs/testing.txt Documentation
2757 2757 [patch] new-admin changes for manipulators are not being used in documentation Documentation
2994 2994 1 Can't revert vandalism in AJAX wiki page *.djangoproject.com
2987 2987 1 [patch] Minor tweaks to syndication documentation Documentation
2979 2979 2 Django Trac code browser is broken *.djangoproject.com
1694 1694 get_list()->objects.all() in tutorial1.txt Documentation
808 808 forms.txt bug Documentation
1833 1833 Small errors in the tutorial [documentation issue] Documentation
2219 2219 Skip the step to edit the settings.py Documentation
605 605 Template filenames mentioned by CRUD view docs aren't accurate Documentation
195 195 1 Patch: Allow callables in the extra_context dictionary of django.views.generic.date_based Core (Other)
287 287 1 slugify description incorrect Documentation
241 241 2 Add a django.contrib.markup app Core (Other)
239 239 1 Initializing a model instance should not require fields with blank Metasystem
825 825 1 Not clear there are more lines of code available in the debug 500 traceback Generic views
2732 2732 [patch] Fix FastCGI documentation in the shared-hosting case Documentation
618 618 1 [patch] (reopened) Support for non-standard database port Database layer (models, ORM)
2964 2964 [PATCH] typo in docstring for django.views.generic.simple.redirect_to() Generic views
1378 1378 [patch] Please add svn:ignore for Django dirs *.djangoproject.com
2971 2971 [patch] Doc update- incorrect example template code in authentication.txt Documentation
848 848 authentication doc should be more clear on permission handling Documentation
981 981 SQL insert files located in every app should be documented Documentation
377 377 1 [patch] Allow template_name argument to django.views.auth.login.login Generic views
587 587 1 [patch] Allow iteration through formfields in a FormWrapper Template system
193 193 1 Uploaded binary files are corrupted on Windows Core (Other)
553 553 1 Adding fields is non-trivial due to lack of database data type generic mapping Core (Other)
2966 2966 [PATCH] add extra_context parameter to django.views.generic.direct_to_template Generic views
2963 2963 "How to serve static files" doc contains invalid example Documentation
2967 2967 [patch] tutorial 4 fixes Documentation
846 846 Syndication feed framework documentation references rss.Feed from the old framework Documentation
642 642 [patch] Docs: EmailField clarification Documentation
271 271 "ManyToOneField" seen in Model Reference should read "ForeignKey" Documentation
280 280 1 add _pre_delete and _post_delete hooks Core (Other)
207 207 1 TimeFormat seconds function has unused second argument (w/ patch) Template system
448 448 formfield documentation uses IntegerField with choices, even though that doesn't work Documentation
799 799 1 new error templates expose secret keys Core (Other)
515 515 7 [patch] additional set of cache backends Core (Cache system)
424 424 1 Timeline page doesn't display link to RSS feed *.djangoproject.com
2958 2958 Location vs Directory in apache configuration Documentation
612 612 1 [patch] decorator for managing cache-control header Core (Cache system)
170 170 2 Unicode field names cause UnicodeEncodeError in main admin handler contrib.admin
1360 1360 "manage.py sql polls" raises exception Documentation
2954 2954 Mark completed milestones *.djangoproject.com
1666 1666 [patch] [magic-removal] render_to_response '.html' updates for documentation Documentation
1704 1704 [magic-removal] [patch] Small corrections to tutorials Documentation
1464 1464 [magic-removal] [patch] Need to update tutorials Documentation
1682 1682 Line 180 in /docs/tutorial04.txt needs a '.html' Documentation
1492 1492 Typo in transations.txt Documentation
1645 1645 [magic-removal] tutorial03.txt: Template names in render_to_response are missing the extension. Documentation
1071 1071 [patch] generic views (object_list/object_detail/date) should take login_required as a parameter Generic views
1676 1676 docs/generic_views.txt needs slight update Documentation
1700 1700 [magic-removal] [patch] docs/generic_views.txt document update Documentation
1246 1246 'djp.com/documentation/templates/#using-the-built-in-reference' should note that appending /doc/ yields the described documentation. Documentation
828 828 1 Same function used for GET and POST Database layer (models, ORM)
830 830 Add AUTHORS file to distribution Documentation
2957 2957 email addresses and spam crawlers *.djangoproject.com
2950 2950 FAQ says APIs will be stable in 'Summer 2006' Documentation
2941 2941 Typo on Validators Documentation Documentation
2738 2738 Forms, fields, and manipulators formatting Documentation
2929 2929 Docs refer to DEFAULT_MIME_TYPE instead od DEFAULT_CONTENT_TYPE Documentation
698 698 1 Exceptions thrown after CONTROL-C typed to stop test web server. Core (Management commands)
175 175 1 select_related does not work in both directions.. Database layer (models, ORM)
179 179 1 Time zone doesn't work right under django_admin.py runserver Core (Management commands)
1779 1779 Fixed model syntax in db-api.txt Documentation
763 763 [patch] fix for 'file' cache Core (Cache system)
664 664 1 Document 'singular' argument for ManyToMany fields Documentation
574 574 2 [patch] fix small CSS bug in admin interface contrib.admin
135 135 Document mod_python behavior with more than one SETTINGS in a vhost Documentation
174 174 Tutorial01 translated to brazilian portuguese Documentation
1542 1542 Old documentation pages don't all point to current docs Documentation
52 52 A couple of minor errors in the documentation on the site Documentation
1510 1510 [patch] Minor documentation glitch Documentation
1399 1399 [patch] [magic removal branch] Add 'template_model_name' to generic view list_detail.py Generic views
1111 1111 Documentation Error in custom validator example Documentation
780 780 wrong closing tag in an example of the modpython documentation Documentation
1295 1295 slug typo in generic views docs Documentation
670 670 2 djangoproject website should be updated to reflect recent admin changes *.djangoproject.com
464 464 1 [patch] Modification of django.core.mail: more fields, using dicts to pass arguments Core (Other)
1450 1450 magic-removal: auth_permission changed layout, no doc on changes Documentation
610 610 1 XSLT as templating engine. contrib.admin
703 703 2 Decorators to restrict views based on REQUEST_METHOD would be great. Core (Other)
2610 2610 Docs on auth context processor are incorrect Documentation
1663 1663 problem(?) in vote() function of views.py in tutorial04.txt of magic-removal /docs Documentation
1072 1072 Does the server code.djangoproject.com have enscript instaled? Documentation
221 221 Missing argument for ForeignKey in documentation Documentation
752 752 1 Base Classes for Trees Metasystem
417 417 Tutorial 2 doesn't make the settings module clear enough for the admin server. Documentation
773 773 CACHE_MIDDLEWARE_GZIP is documented but not used Documentation
606 606 Admin documentation section URL not mentioned in docs Documentation
298 298 1 Need impovement to POST.copy() Core (Other)
2646 2646 Spurious comma in Syndication/Atom1Feed Example Usage causes example code to fail. Documentation
608 608 Allow objects with future dates to display in date based generic views Generic views
2047 2047 [PATCH] Tutorial 3 text does not reflect reality for error message Documentation
62 62 Change tutorial to use easy development server, not mod_python Documentation
1434 1434 [patch] magic-removal: object pagination doctest Documentation
782 782 "Django at a glance" has wrong download link *.djangoproject.com
1870 1870 Documentation: templates are searched as a app sub-dir Documentation
2572 2572 [patch] settings.txt should list all languages Documentation
1229 1229 [patch] magic-removal: date-based generic views should all support allow_empty Generic views
288 288 2 Document custom template tags systyem Documentation
1189 1189 Extra Commas in Model Example Documentation
2012 2012 We need a central place to list things that are being developed Documentation
2054 2054 [PATCH] Update core description in the model API to clarify behaviour Documentation
1203 1203 [patch] Typos in cache.py Core (Cache system)
210 210 1 Some tables are unreadable due to white text on white background *.djangoproject.com
2387 2387 "object_list" is empty in archive_year generic view Generic views
132 132 1 REMOTE_ADDR not in WSGI-environ Core (Other)
2235 2235 Typo in docs for inclusion_tag decorator Documentation
774 774 Typo in 'User authentication in Django' documentation article? *.djangoproject.com
1206 1206 Typo in generic views docs Documentation
1599 1599 [magic-removal] tutorial01.txt: bugs in example of using the shell Documentation
1097 1097 Add deployable example configs for mod_python/FastCGI/SCGI/Lighttpd etc Documentation
379 379 1 Add OS, Python version, database version fields to ticket tracker *.djangoproject.com
2147 2147 1 [patch] Fixes FileField/UploadField in update_object Generic views
876 876 Typo in trunk/docs/forms.txt Documentation
2117 2117 djangoproject.com/community/ doesn't seem to be updating itself *.djangoproject.com
328 328 1 [patch] Add a archive_week date-based generic view Core (Other)
992 992 [patch] archive_month generic view leaves out last day of month Generic views
2758 2758 [patch] Broken link in README Documentation
439 439 Add support info to top of "Create New Ticket" page *.djangoproject.com
495 495 1 manipulators inherit from admin Metasystem
2362 2362 [patch] update_object is unable to update objects with OneToOneFields Generic views
959 959 1 [patch]Template improvements Template system
1563 1563 [patch] generic views should accept `manipulator` parameter Generic views
1786 1786 Reordering of RemovingTheMagic by topics Documentation
2845 2845 [patch] Various spelling corrections to docs Documentation
1787 1787 Regeneration of permissions after magic-removal switch Documentation
2354 2354 [patch] add validate to tutorial1 Documentation
961 961 1 [patch] Add automatic thumbnail generation to ImageFields Core (Other)
2096 2096 [patch] small M-R fix for example in ' template language for programmers' doc Documentation
576 576 2 [patch] don't show 'add another' button in popup contrib.admin
757 757 1 Cannot set primary key value manually for new objects. Core (Other)
972 972 better explain choices usage in the model docs Documentation
1945 1945 Problem following the tutorial when using non English characters Internationalization
906 906 1 [patch] Typo in password_reset_form template contrib.admin
603 603 1 Improved template error messages Template system
832 832 1 [patch] Sessions should be able to expire at the end of a browser session Core (Other)
282 282 Database is locked *.djangoproject.com
356 356 1 [patch]: simple XML-RPC support for Django Core (Other)
868 868 1 broken link for download contrib.admin
723 723 Document django-admin installperms Documentation
1931 1931 [patch] update_object view assumes that object's absolute URL does not change Generic views
2176 2176 [patch] Typo fix for keyword argument in DB API documentation Documentation
874 874 [patch] Always serve technical_error views as text/html Generic views
810 810 serving static files documentation Documentation
1509 1509 [patch] add anonymous-only caching to CacheMiddleware Core (Cache system)
272 272 1 Error while executing contrib.admin
1285 1285 Documentation error in the DB API about Relationships Documentation
466 466 1 Model tutorial fails Documentation
732 732 slightly update de-translation Translations
2404 2404 HttpResponse undefined in generic views Generic views
850 850 'myproject.urls' in tutorial02.txt Documentation
437 437 1 [patch] In memory file cache Core (Cache system)
284 284 Request for https access to the svn repository *.djangoproject.com
252 252 Update shared hosting FAQ *.djangoproject.com
907 907 forms.txt: new_data = place.__dict__ fails for ManyToManyFields Documentation
647 647 [patch] cache middleware blows out when gets "unmarked" response Core (Cache system)
165 165 1 Should mod_python config use PythonOption instead of SetEnv for settings? Core (Other)
1540 1540 Typos in db-api.txt Documentation
535 535 3 Refactor admin code to clean it up contrib.admin
1335 1335 [patch] Documentation syntax error in db_api.txt related to startswith Documentation
2143 2143 [patch] docs/forms.txt refers to API used before the merge of the magic-removal branch Documentation
1696 1696 [magic-removal] [patch] tutorial04.txt "polls.py"? Documentation
537 537 1 Typo in patch committed to svn contrib.admin
620 620 1 [patch] make limit_choices_to work with raw_id_admin contrib.admin
1447 1447 [magic-removal] [patch] Old-style DB API fixes Generic views
1449 1449 magic-removal: django_content_type changed layout, that needs docs Documentation
226 226 1 MetaWeblog API Support Core (Other)
1018 1018 Printable Documentation Documentation
1588 1588 Documentation grammar addition Documentation
963 963 1 Save not working with non-integer foreign keys Database layer (models, ORM)
1811 1811 Small inconsistency in the Django overview [documentation issue] Documentation
123 123 1 Typo in the model_api/#field-types Documentation
300 300 1 ImportError in simple setup Core (Other)
118 118 1 flatfiles should be called flatpages Core (Other)
1263 1263 [patch] [magic-removal] Update docs to note database naming-convention change Documentation
1644 1644 Sample FormWrapper templates don't pluralize error message properly Documentation
905 905 1 [patch] Add _pre_set and _post_set hooks to models Core (Other)
949 949 1 [patch] include template tag should support select_template type list Template system
2077 2077 [PATCH] Update model examples __repr__ page to __str__ Documentation
2687 2687 Invalid example in user auth docs Documentation
635 635 A small tipo in docs Documentation
1231 1231 Spaceless tag documentation missing in "http://myserver/admin/doc/tags" Documentation
260 260 1 ManyToMany fields need raw_id_admin contrib.admin
305 305 1 sql code was not white space safe? Database layer (models, ORM)
1303 1303 djangoproject.com aggregator feed *.djangoproject.com
866 866 1 [patch] django.views.static.serve opens files in text mode Core (Other)
1653 1653 [patch] Documentation for FileField and Manipulators Documentation
366 366 Document meta.LazyDate() technique Documentation
1016 1016 Ability to specify decorators for generic views Generic views
1119 1119 Time zone configuration does not work properly Generic views
2046 2046 [PATCH] Tutorial 3 lists wrong template name Documentation
667 667 [patch] extra_lookup_kwargs and extra_context in infodicts should accept callbacks Generic views
1583 1583 [patch] django.parts.media.photos no longer exists contrib.admin
253 253 1 Admin add interface is looking for key that doesn't exist contrib.admin
695 695 sqlupdate, creates sql to update the database based on an updated model file Database layer (models, ORM)
1362 1362 [patch] magic-removal: User messages Generic views
290 290 Typo in tutorial 4? Documentation
986 986 “Download in other formats” in the Django Trac code browser *.djangoproject.com
867 867 1 [PATCH] Add new (negation) lookup types (e.g., doesnotstartwith, doesnotcontain, etc.) Database layer (models, ORM)
1156 1156 Typo in URL Dispatcher Docs. Documentation
842 842 [patch] Technical 500 response broken in the presence of a local variable named "items" Core (Other)
237 237 1 get_absolute_url doesn't show up right in admin contrib.admin
302 302 1 object.save() doesn't update, re-inserts contrib.admin
1365 1365 The current template.txt docs don't say *how* to get to the built in template reference pages Documentation
1225 1225 Change year in the Documentation to 2006 Documentation
2403 2403 [patch] forms documentation should use flatten_data rather than __dict__ Documentation
2199 2199 1 [patch] Can't delete generic foreign key in Admin contrib.admin
697 697 Optional object_list for archive_year Generic views
636 636 1 Restrict editing of records to owner or person with certain role. Core (Other)
1773 1773 Person example in model-api.txt has indentation error Documentation
2546 2546 [patch] Authentication documentation formatting fix Documentation
2649 2649 [patch] update to documentation to mention side effect of editable=False on manipulators Documentation
2769 2769 [patch] Small documentation fixes Documentation
2773 2773 django.views.defaults.server_error should use RequestContext Generic views
2733 2733 Need to branch documentation for 0.95 *.djangoproject.com
1638 1638 Specific shortcomings of development server should be documented Documentation
110 110 1 Documentation on pagination needed Documentation
1880 1880 [patch] typo in cache docs Documentation
2661 2661 html code for badges does not validate *.djangoproject.com
2670 2670 look_up types in CAPITAL letters (following the Documentation) cause error-message Documentation
2654 2654 document the follow argument for maniplators Documentation
372 372 1 problems loading custom filters? Template system
258 258 1 Cannot create many-many relationships within the same table Database layer (models, ORM)
213 213 1 error submitting empty times contrib.admin
209 209 1 errors from tutorial 1 Documentation
194 194 1 get_image_dimensions does not work on Windows Core (Other)
184 184 1 Add django architecture documentation Documentation
140 140 1 Memcached cache backend should support multiple servers Core (Cache system)
57 57 Add to Apache configuration for tutorial (part 2) Documentation
2601 2601 Question on tutorial1 Documentation
2580 2580 Incomplete HTML code in "Template Inheritance" documentation Documentation
2561 2561 memcached backend ignores default timeout? Core (Cache system)
2541 2541 [patch] CacheMiddleware depends on AuthenticationMiddleware is CACHE_ANONYMOUS_ONLY=True Core (Cache system)
2429 2429 [patch] Error in Tutorial 4 Documentation
2509 2509 django.views.generic.list_detail.object_detail and previous/next Generic views
672 672 get_absolute_url isn't nice contrib.syndication
2486 2486 Capitalize "?P" in redirect_to example in /documentation/generic_views/ Documentation
2464 2464 Tiny mistake in "Formfields and manipulators" doc (I guess) Documentation
2428 2428 Community RSS feed is broken (/rss/community) *.djangoproject.com
2433 2433 [patch]Adds allow_future for date-based generic views. Generic views
2396 2396 Cache change fails under fcgi Core (Cache system)
2399 2399 1 HttpResponse import missing from views/generic/create_update.py Generic views
2392 2392 [patch] One more fix to r3395(CACHE_MIDDLEWARE_ANONYMOUS_ONLY) Core (Cache system)
2385 2385 "date_list" is empty in "archive_index" generic view Generic views
2355 2355 [patch] tutorial3 limit missing Documentation
2356 2356 Typo in tutorial 3 Documentation
2347 2347 [patch] document the use of multiple template expressions for the {% blocktrans %} tag Documentation
2295 2295 sessions doc page doesn't mention the INSTALLED_APP Documentation
2294 2294 TRAC spam filter causes problems in updating the DjangoPoweredSites wiki *.djangoproject.com
2305 2305 Broken anchor *.djangoproject.com
2291 2291 Django Powered Sites list got truncated: TRAC BUG? *.djangoproject.com
2236 2236 Error in aggregator RSS feeds titles *.djangoproject.com
2274 2274 settings documentation is outdated Documentation
2263 2263 [patch] broken link in `docs/authentication.txt` Documentation
2254 2254 Add way to override POST content for generic create_update views Generic views
2252 2252 [patch] Add a patch attachment guideline to ticket submission page *.djangoproject.com
2218 2218 AttributeError in syndication/feeds.py Documentation
2200 2200 Generic Views should have user_passes_test=func argument Generic views
1983 1983 Trac timeline RSS feed is broken *.djangoproject.com
1703 1703 [magic-removal] [patch] Updated forms and manipulator documentation (forms.txt) Documentation
2141 2141 bad indentation in example code Documentation
450 450 3 [patch] Give generic views support for dynamic lookup keywords Generic views
1872 1872 Documentation: module level methods Documentation
2000 2000 [patch] allow generic views to respond with non text/html content types Generic views
339 339 MySQL code for session changes in wiki incorrect? Documentation
2064 2064 Need documentation for low-level API for writing your own SQL Documentation
900 900 1 [patch] Premature close of postgres connection with multiple threads Database layer (models, ORM)
1800 1800 Convert model examples to post-magic-removal API Documentation
2067 2067 Egg option on download page has disappeared *.djangoproject.com
1918 1918 Current documentation for subclassing a model fails to mention it doesn't work anymore Documentation
1733 1733 Documentation for slicing QuerySets is misleading Documentation
2060 2060 re-sequence the options on the download page to emphasize development version *.djangoproject.com
2118 2118 Correction to add-ons documentation Documentation
2114 2114 Broken Link In 0.90 Docs Documentation
2085 2085 Little error in Trac installation *.djangoproject.com
1748 1748 ReStructuredText errors don't stand out from HTML documentation Documentation
2057 2057 auto_now_add doc improvement Documentation
1971 1971 Trac upgrade broke "table of contents" macro *.djangoproject.com
1988 1988 commit hooks don't work with current trac installation any more *.djangoproject.com
2001 2001 Incorrect tag usage in templates_python.txt Documentation
1965 1965 Django's Trac Timeline RSS feed stopped working *.djangoproject.com
1962 1962 http://www.djangoproject.com/documentation/models/repr/ needs to be updated to note the change to __str__ Documentation
1960 1960 Missing link to Sites Management in Documentation Documentation
1741 1741 Provide a Nightly Tarball of SVN version *.djangoproject.com
1936 1936 Docs still mention save and delete hooks Documentation
1886 1886 syncdb needs documentation Documentation
151 151 1 javascript clock not dismissed by clicking "cancel"; several references to ljworld.com in the src code contrib.admin
1912 1912 documentation/tutorial1 corrections Documentation
1768 1768 Erroneous discussion of repr in docs/tutorial02.txt? Documentation
1871 1871 All the Model Field Names are in Upper Case Documentation
1842 1842 "OR lookups" page in on-line docs is outdated *.djangoproject.com
1753 1753 Docutils Error in Generic Views Page *.djangoproject.com
1783 1783 Documentation page needs a link to the transactions document Documentation
1216 1216 possible problem with runtests and database creation - some setups miss creation rights for users Documentation
1742 1742 [patch] Docs/db-api.txt has small formatting glitches Documentation
1765 1765 [patch] incorrect table name in docs/tutorial01.txt Documentation
1747 1747 Error in docs/model-api.txt Documentation
1739 1739 link to non-existing page on transactions "See the transaction management documentation" wich points to "http://www.djangoproject.com/documentation/transaction/" The latter does not seem to exist. *.djangoproject.com
1738 1738 [patch] cache/__init__.py needs some trivial adaptions for m-r (imports) Core (Cache system)
1710 1710 Tutorial 4 Unneeded Import Documentation
1718 1718 [patch] error in add_ons doc Documentation
1695 1695 tutorial4.txt(42): create->created Documentation
1712 1712 [magic-removal] [patch] Remove a syntax error from model-api.txt document Documentation
1698 1698 WARP TOUR Documentation
1232 1232 Promote Snakes and Rubies talk on djangoproject.com *.djangoproject.com
1319 1319 Idea: promote rapid pace of Django development on djangoproject.com homepage *.djangoproject.com
1674 1674 [patch] generic update_object does not handle model with pk named other than "id" Generic views
1643 1643 Generic views need to be updated for template extension change Generic views
1639 1639 [patch] missing backquote in docs/model-api.txt Documentation
1627 1627 [patch] A bunch of typos in comments/docs Documentation
1325 1325 Replacing a ticket attachement in Trac causes a traceback *.djangoproject.com
1589 1589 Code example seems to be missing some code. Documentation
1580 1580 Document never_cache decorator in magic-removal Documentation
1557 1557 [patch] typo in django.views.generic.create_update user messages Generic views
1546 1546 Bad link Documentation
704 704 1 AttributeError with non-standard primary key name contrib.admin
1502 1502 Make (?P) url parameters available to filter a generic view's queryset. Generic views
1487 1487 docs/model-api for ForeignKeyField lacks option to specify model name Documentation
1478 1478 [patch] [magic-removal] Generic views, keeping up with the changes Generic views
1452 1452 magic-removal: missing options from old query language Documentation
1457 1457 [patch] add support for the if-modified-since header for static content Generic views
1058 1058 Error in wordwrap filter documentation Documentation
1101 1101 Memcached: fallback method not working. Core (Cache system)
1439 1439 Error in transaction docs Documentation
948 948 Documentation on the built-in-reference needs to be more prominent Documentation
676 676 1 [patch] a _post_init hook for model classes to initialize fields from outside content Metasystem
966 966 1 [patch] add 'not'-variants to some lookup kwargs Core (Other)
542 542 3 [patch] Add an "or cancel" link to add, edit, and delete admin views. contrib.admin
1318 1318 add notes on deprecated classes to admin css docs Documentation
1279 1279 dead links: documentation Documentation
1160 1160 Add get_<choicesfield>_display() to the docs Documentation
1128 1128 Description of URLconf algorithm has unfinished sentence Documentation
1060 1060 http://www.djangoproject.com/community/ is not search engine friendly *.djangoproject.com
887 887 save manipulator throws UnboundLocalError when saving new files Metasystem
1031 1031 Add some notes so mysql users can use ForeignKey fields Documentation
816 816 [Patch]FileField doesn't work in generic view Generic views
968 968 page not found ->http://www.djangoproject.com/documentation/models/or_lookups/ Documentation
970 970 broken link at http://www.djangoproject.com/documentation/db_api/#or-lookups Documentation
953 953 1 helper functions to get/set file dependant cache data Core (Cache system)
947 947 [patch] is_paginated is true when number of pages is 1 Generic views
942 942 ordering bug Documentation
795 795 Documentation mismatch regarding "Many-to-one relationships that can be null" *.djangoproject.com
933 933 update "django-admin.py sql polls" output in tutorial01 Documentation
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
895 895 Forms Reference not Linked to Documentation Index Documentation
839 839 Fixed small typo in cache docs Documentation
823 823 1 [patch] Fix HTML in error-template Generic views
819 819 Broken database examples link on djangoproject.com *.djangoproject.com
761 761 1 [patch] typo in file cache backend Core (Cache system)
301 301 Last update on Community page *.djangoproject.com
255 255 1 FileField doesn't work contrib.admin
735 735 Trac report on how long ago tickets have been touched *.djangoproject.com
503 503 1 Field objects with required arguments shouldn't be keyword arguments. Core (Other)
516 516 Discrepancy in usage naming of login template file Template system
675 675 1 [Patch] PasswordField does not respect length and maxlength parameters Core (Other)
678 678 I would like to see a tutorial describing how to edit One-To-Many relationships Documentation
655 655 [doc] model_api - validator_list is incomplete Documentation
630 630 Error in docs Documentation
604 604 1 Total number of results not available in paginated object_list generic view Generic views
592 592 Error in tutorial 2 Documentation
591 591 [patch] Docs: Subclassing wrong object Documentation
363 363 1 Patch to make sqlall use a database specific initial data file over the database agnostic one Metasystem
568 568 2 the JING setting and the EMAIL_IDENT setting Core (Other)
563 563 [patch] minor typo in cache.txt Documentation
559 559 1 Tutorials should use different project name Documentation
234 234 1 Make simple cache thread-safe Core (Cache system)
551 551 1 patches in trac don't give the format=txt link for download of the actual patch *.djangoproject.com
4 4 1 Add a db cache backend Core (Cache system)
492 492 1 {elsif} and nested Core (Other)
487 487 [patch] minor typo in cache.txt Documentation
483 483 1 Possibility to remove child records when doing the inline editing contrib.admin
478 478 1 error with sqlite and admin contrib.admin
477 477 1 js errors in code.djangoproject.com *.djangoproject.com
432 432 Trac throwing errors when attempting to replace attachment *.djangoproject.com
392 392 django sets up memcache incorrectly when arguments are given Core (Cache system)
354 354 1 Unit tests fail with old version of MySQLdb Tools
314 314 'name' option doesn't exist / not obvious in model reference Documentation
390 390 corrections for model reference documentation Documentation
431 431 1 Templates should support multiple level of lookups Template system
430 430 Model examples need to be update to the new syntax Documentation
358 358 2 djangoproject.com should have Trac 0.9.pre *.djangoproject.com
427 427 1 trac problem *.djangoproject.com
426 426 1 ContentTypeDoesNotExist thrown whenever CRUD actions are performed in admin contrib.admin
401 401 Overview Question *.djangoproject.com
375 375 Naming inconsistency in date_based.py Generic views
369 369 1 put the D back in CRUD for FileField contrib.admin
370 370 1 Omitting terminal slash in form action breaks POST data due to redirect Core (Other)
353 353 1 mysql breaks on model sqlite3 likes Database layer (models, ORM)
336 336 generic views delete_object documentation typo Documentation
277 277 1 CommonMiddleware URL rewriting discards POST data Core (Other)
324 324 1 IPAddressField fails Database layer (models, ORM)
244 244 [patch] Make new get_values() function more forgiving of mistakes Metasystem
164 164 1 mysql/pgsql not implemented in django.core.cache? Core (Cache system)