Lev

(levkk)

Most Active Role

N/A

Most Active Component

N/A

Activity Timeline

[No data in this time period]

Components

[No data in this time period]

Tickets

Trac Ticket (303) Reporter (1) Owner (0) Commenter (0) Summary Component
34566 34566 ModelAdmin get_field_queryset uses related admin ordering, but not related admin querysets. contrib.admin
34699 34699 Filtering on annotated TruncSecond expression gives unexpected result. Database layer (models, ORM)
27029 27029 Make EmailValidator accept non-ASCII characters in local part Core (Other)
34262 34262 Queryset grouped by annotation with aggregates on another annotated expression crashes on MySQL with sql_mode=only_full_group_by. Database layer (models, ORM)
897 897 Bi-Directional ManyToMany in Admin contrib.admin
373 373 Add support for multi-column primary keys. Database layer (models, ORM)
470 470 Add Field.db_default for defining database defaults Database layer (models, ORM)
27674 27674 Deprecate GeoModelAdmin and OSMGeoAdmin GIS
34976 34976 startproject and startapp should provide feedback Core (Management commands)
34609 34609 Deprecate format_html calls without args or kwargs Utilities
34547 34547 Deprecate DatabaseOperations.field_cast_sql(). Database layer (models, ORM)
34034 34034 Adding a class on ChoiceWidget subwidgets is excessively difficult Forms
34555 34555 ModelBase metaclass implementation prevents addition of model fields via __init_subclass__ Database layer (models, ORM)
27617 27617 Add contributor facing documentation for the ORM Documentation
27106 27106 Document which template filters can be used in Python code (and how) Documentation
34746 34746 High CPU/memory consumption when a 5XX is raised with large local variables Error reporting
34118 34118 Python 3.12 compatibility Core (Other)
34125 34125 Limiting QuerySet crashes on union() with a single non-empty query Database layer (models, ORM)
34045 34045 Admin changelist checkboxes do not have labels contrib.admin
34654 34654 Post-normalization performed on the Username field leading to the bypass of the whitespace stripping contrib.auth
34789 34789 `filter_horizontal` duplicates entries in "Chosen" column after instance is added via in another field using the "plus" JS action contrib.admin
34838 34838 GeoDjango database functions incompatible with GeneratedField Database layer (models, ORM)
34853 34853 Accept-Language Header takes precedence over cookie for format localization Internationalization
34943 34943 Support passing unique constraint names to bulk_create(). Database layer (models, ORM)
14974 14974 Add support for translation backends other than gettext Internationalization
27752 27752 Fix and test admin_order_field set for the __str__ of a model contrib.admin
27465 27465 Allow EmailMessage to load attachments from the Storage API Core (Mail)
34593 34593 Django admin list does same Count query twice when there are no filters contrib.admin
35001 35001 Add related object icon (green plus sign) is not fully visible in some screens contrib.admin
34995 34995 Add link for admin's related widget is in the wrong place contrib.admin
34968 34968 MultiPartParser silent large header fields size failures HTTP handling
34987 34987 "Expression contains mixed types" exception when performing window function on query that also has aggregates. Database layer (models, ORM)
34944 34944 Missing or misinferred attributes in output fields of generated fields Database layer (models, ORM)
34919 34919 Missing scope attribute in admin doc table headers. contrib.admindocs
34958 34958 Intermittent `messages_tests.tests.TestLevelTags.test_lazy` test failure Core (Other)
34963 34963 Recursive and other "combinator" queries broken in django-cte Uncategorized
34939 34939 Widget templates not refreshing Forms
34937 34937 Provide a get_form_kwargs for the ModelAdmin contrib.admin
34930 34930 Parallel tests fail on Python 3.11+ when IsolatedAsyncioTestCase is used Testing framework
27403 27403 Document that prefetch_related doesn't guarantee transactional consistency Documentation
34923 34923 MESSAGE_TAGS ignored in 5.0a1 contrib.messages
34918 34918 Assigning model instance to `_id`/attname field saves correctly, but breaks accessing the field Database layer (models, ORM)
34911 34911 Admindocs index skips from h1 to h3 contrib.admindocs
34906 34906 Need help with makemigrations Database layer (models, ORM)
34840 34840 Django 4.2 casts text fields when testing IS NULL, preventing use of partial indexes Database layer (models, ORM)
34808 34808 Some aggregation functions may return None; this isn't well documented Documentation
34889 34889 Broken fallback for prefetchers that only implement get_prefetch_queryset Database layer (models, ORM)
34581 34581 Filters should not implicitly mark unsafe strings as safe without escaping Template system
34888 34888 CSRF verification failed in django 4 when nginx serves the webserver CSRF
34867 34867 [Date Input Localization] Accept-Language Header Takes Precedence Over Language Set With Cookie Internationalization
34834 34834 Use `search` role for the admin changelist search form contrib.admin
34820 34820 Migrations crashes when changing ForeignObject properties. Database layer (models, ORM)
34730 34730 Add an assertMessages assertion contrib.messages
34451 34451 Incorrect exception handling within the django exception handler Error reporting
34796 34796 Deleting child table does not delete rows in parent table when using multi-table inheritance Database layer (models, ORM)
34792 34792 Creating and saving a model using a custom primary key field can yield a bad "id" value on the instance Database layer (models, ORM)
34781 34781 Clarify documentation of `request` objects in the `django.server` logging namespace. Core (Other)
34783 34783 No module named 'smtp' when trying to send an email Core (Mail)
34780 34780 Tests don't pass on Python 3.11.4. Core (Other)
34764 34764 Add support for Clusterized Redis deployments Core (Cache system)
34728 34728 OR operator on queryset does not work as expected Database layer (models, ORM)
34532 34532 Form.default_renderer is ignored in formsets. Forms
34677 34677 Django Admin built-in password reset feature has UI issues contrib.admin
34697 34697 Migration serializer for sets results in non-deterministic order. Migrations
34687 34687 Apps.clear_cache() does not clear get_swappable_settings_name cache. Core (Other)
34661 34661 Peppering user passwords contrib.auth
34652 34652 Async support in admin view contrib.admin
34539 34539 `get_prep_value` no longer called for JSONField Database layer (models, ORM)
34544 34544 DBMS_LOB.SUBSTR() is unnecessary for "IS NULL" condition on Oracle. Database layer (models, ORM)
34525 34525 index_together warning after migration to new style Database layer (models, ORM)
34541 34541 StorageRouter File uploads/storage
34527 34527 Unexpected behavior with division in aggregation Database layer (models, ORM)
34489 34489 feature: Support for PostgreSQL table partitioning Database layer (models, ORM)
34434 34434 psycopg 3 cursor.execute no longer accepts Python tuple binding Database layer (models, ORM)
34439 34439 mod_wsgi for django with conda environment in Windows doesn't work HTTP handling
34388 34388 Added support for direct usage of Choices classes on model fields Database layer (models, ORM)
27397 27397 Querying with an integer larger than SQLite supports crashes with OverflowError Database layer (models, ORM)
34396 34396 Add Postgres+Windows to CI Uncategorized
34176 34176 Annotation's original field-name can clash with result field name over aggregation Database layer (models, ORM)
34302 34302 SpatialReference.srid incorrectly assumes first AUTHORITY value to be projection SRID GIS
34329 34329 django-formset new app - i am facing the issue Uncaught (in promise) SyntaxError: JSON.parse Forms
34311 34311 Update serialization examples from unique_together to UniqueConstraint Documentation
34304 34304 Adding and removing a conditional UniqueConstraint to ForeignKey multiple times crashes on MySQL Database layer (models, ORM)
34255 34255 Annotation/group by with an expression on psycopg3 Database layer (models, ORM)
34296 34296 Formset validation does not consider UniqueConstraint with F() expressions. Database layer (models, ORM)
34294 34294 File locking fails if argtypes redefined on Windows. File uploads/storage
34227 34227 Multi-level FilteredRelation with select_related() may set wrong related object. Database layer (models, ORM)
34266 34266 Add ClosestPoint function to GeoDjango GIS
34260 34260 models.FloatField documentation doesn't mention that +inf, -inf, and NaN are database-dependent. Documentation
34253 34253 migrations don't apply Uncategorized
34237 34237 FileField does not take upload_to into account when setting unique=True File uploads/storage
34241 34241 Django admin not showing seconds for list_display nor readonly DateTimeField contrib.admin
34220 34220 Cannot import csrf_input_lazy from partially initialized module. Template system
34082 34082 "mysql server has gone away" on 404, 403 or 401 Database layer (models, ORM)
34236 34236 Django logging when in production with Gunnicron Documentation
34165 34165 migrate management command does not respect database parameter when adding Permissions. contrib.auth
34204 34204 Django cannot load when Python is compiled with --without-doc-strings enabled Core (Other)
34160 34160 Django 4.1 Expression contains mixed types for (Big/Small)IntegerFields. Database layer (models, ORM)
34131 34131 Postgres AutoField change from serial to identity Database layer (models, ORM)
34137 34137 model.refresh_from_db() doesn't clear cached generic foreign keys contrib.contenttypes
34080 34080 __exact lookup on nested arrays with None values fails on PostgreSQL. contrib.postgres
34093 34093 Admin theme switcher icon should resize according to browser font size contrib.admin
34091 34091 Invalid SQL: FROM clauses can be omitted when QuerySet is accessed from multiple threads Database layer (models, ORM)
28000 28000 Avoid SET/DROP DEFAULT unless a field changes from null to non-null Migrations
34068 34068 `runserver 0`'s "Starting development server at <address>" doesn't work Core (Management commands)
34030 34030 add SystemCheckError for LocaleMiddleware Core (Management commands)
34055 34055 InlineModelAdmin and permissions on the instances shown in the in-line contrib.admin
34002 34002 PasswordResetView should work with AbstractBaseUser subclasses without is_active field. contrib.auth
14411 14411 Inline delete not prompting cascade delete warning contrib.admin
27147 27147 Add support for defining bounds in postgres range fields contrib.postgres
27624 27624 Optimize ORM by using more immutable data structures Database layer (models, ORM)
14035 14035 Cannot access POST after request.encoding was set to a custom value HTTP handling
27131 27131 send_mail() error on Python 2 if smtp server uses CRAM-MD5 auth method Core (Mail)
32838 32838 ✅ Migrations create extra index when foreign key is also part of a unique constraint Database layer (models, ORM)
27604 27604 Use set_signed_cookie for contrib.messages Cookie storage contrib.messages
27807 27807 Overriding username validators doesn't work as documented contrib.auth
27906 27906 assertInHTML('<a/><b/>', '<a/><b/><c/>') fails Testing framework
27257 27257 Use the ->> operator when filtering builtin text lookups on JSONField keys contrib.postgres
27871 27871 Django keeps making the same migration over and over again Migrations
27996 27996 Add pgcrypto extension and GEN_RANDOM_UUID function to contrib.postgres contrib.postgres
27399 27399 Segfault when running GDALBandTests on OSX 10.11.6 GIS
27686 27686 calls to request.user.is_authenticated returns vary by cookie header for all users contrib.sessions
27160 27160 Document that running the Django test suite requires creating the databases and, on PostgresQL, a superuser Documentation
17 17 Metasystem optimization: Share select_related in memory Database layer (models, ORM)
27164 27164 Database routers examples could be more realistic Documentation
27272 27272 Add a on_delete RESTRICT handler to allow cascading deletions while protecting direct ones Database layer (models, ORM)
27910 27910 Allow using an Enum class in model Field choices Database layer (models, ORM)
14722 14722 @last_modified should ignore lack of etag method when USE_ETAGS is enabled. HTTP handling
14675 14675 Update docs and project template to avoid "import *" for url patterns Core (Other)
14204 14204 Take advantage of SQLite support for FK constraints Database layer (models, ORM)
27025 27025 Python 3.6 compatibility Core (Other)
27595 27595 Database converters are not run for related fields referencing related fields Database layer (models, ORM)
27731 27731 Squashmigrations doesn't optimize AlterField related_name across AlterUniqueTogether/AlterIndexTogether Migrations
27398 27398 Make SimpleTestCase.assertRedirects() URL comparison ignore ordering of query parameters Testing framework
820 820 Add "view" permission to compliment add/change/delete contrib.admin
27543 27543 AttributeError: '_Frame' object has no attribute 'f_back' / Django and celery error logging gone wrong Error reporting
27267 27267 Renaming a primary key fails with "cannot drop constraint on table because other objects depend on it" Migrations
14642 14642 save_as=True and generic inline in admin gives IndexError contrib.contenttypes
27895 27895 Test Client fails to decode json response with unicode characters Testing framework
27998 27998 LogEntry messages do not list m2m fields that were changed when an object is changed via ModelAdmin contrib.admin
27931 27931 Clarify the meaning of "django catch-all logger" Documentation
27982 27982 Possible bug related to queryset union Database layer (models, ORM)
27241 27241 Annotate doesn't work with PostgreSQL views anymore Database layer (models, ORM)
27974 27974 Degraded performance when rendering ChoiceField with lots of options and DEBUG=True Template system
27365 27365 Fields suddenly not found. Database layer (models, ORM)
27992 27992 Cleaned form values does not save to model Forms
27231 27231 Initialize forms in ModelAdmin like View (i.e. add get_form_kwargs to contrib.admin) contrib.admin
27981 27981 date/time filter docs inaccurate about how localization works Documentation
27882 27882 Allow template fragment caching for unlimited time Template system
27475 27475 Bug in admin with date_hierarchy and Daylight savings contrib.admin
27901 27901 Unicode subclasses can't be saved to TextField with MySQL and Python 2 Database layer (models, ORM)
27742 27742 Unexpected migration on Parent -> child model inheritence Migrations
27683 27683 Change default transaction isolation level to READ COMMITTED on MySQL Database layer (models, ORM)
27798 27798 Add a standardised approach for packaged apps to define default settings Core (Other)
14606 14606 Application module imported twice when running development server Core (Other)
27757 27757 The link of the "view_on_site" button is not formed according to the returning result of the "get_absolute_url" method. contrib.admin
27762 27762 Concurrency Safety Documentation Documentation
27746 27746 Database migration fail when removing a child model containing only foreignkeys in a multi-table inheritance context on MySQL Migrations
27632 27632 Oracle backend fails to execute a query with an aggregation that contains an expression in the GROUP BY. Database layer (models, ORM)
27687 27687 Dateformat issue using django basic logging formatter Utilities
27054 27054 makemigrations tries to create django_migrations in external database Migrations
27596 27596 LiveServerTestCase in 1.10.4 doesnt close server ports properly Testing framework
27355 27355 Add PostgreSQL Extension operation example to reference page Documentation
27569 27569 Resolve reverse url with named groups regular expression to sprintf output formatters not specifying kwargs key / value pairs. Core (URLs)
27553 27553 tutorial python manage.py runserver creates NameError: name 'include' is not defined Documentation
27528 27528 No default object-level permissions provider contrib.auth
27525 27525 Revert to previous migration automatically after failure when using MySQL backend Migrations
27406 27406 Signals pre_delete and post_delete break logical relationship of models and behave in diffrently with different backends Database layer (models, ORM)
27200 27200 Provide makemigrations router.allow_migrate() with a model_name Migrations
27444 27444 Django StaticLiveServerTestCase: view cannot query test-database properly Testing framework
27346 27346 Stop setting the Content-Length header in ConditionalGetMiddleware HTTP handling
27328 27328 return `Set-Cookie` if sessionid= None value contrib.sessions
27350 27350 Attaching signals to abstract models don't work as it used to be Database layer (models, ORM)
27351 27351 Add support for composite fields Database layer (models, ORM)
27330 27330 Generic CreateView/UpdateView doesn't send the kwargs to get_context_data Generic views
27193 27193 ORDER BY clause not included in subqueries using select_for_update() Database layer (models, ORM)
27306 27306 Document relation between auto_now/auto_now_add and timezones Documentation
27210 27210 smtp EmailBackend doesn't honor fail_silently=True when receiving a socket level connection error Core (Mail)
27264 27264 Model Meta is overwriten by abstract parent class Database layer (models, ORM)
27259 27259 ManyToOneRel.name uses relatemodelname instead of relatedmodelname_set Database layer (models, ORM)
27227 27227 Full text search by UUIDField returns DataError Database layer (models, ORM)
27239 27239 Unexpected behavior on get_FIELDNAME_display when as int as value Database layer (models, ORM)
27142 27142 makemigrations fails on special database connections Migrations
27144 27144 annotating across a ManyToManyField returns duplicate results Database layer (models, ORM)
27114 27114 Migrations: AttributeError: can't set attribute Migrations
27014 27014 Raster support for spatial lookup breaks filtering by annotations GIS
27045 27045 Document that AUTH_PASSWORD_VALIDATORS doesn't apply to create_user() and create_superuser() Documentation
27038 27038 Migration being created even when no change was made. Migrations
27002 27002 Redundant database query rendering a ModelChoiceField with RadioSelect or CheckboxSelectMultiple Forms
27024 27024 BaseGeometryWidget logs a false positive: Error creating geometry from value '' GIS
14030 14030 Use F() objects in aggregates(), annotates() and values() Database layer (models, ORM)
14415 14415 Multiple aliases for one database: testing problems Testing framework
14518 14518 Field.to_python not called on foreign key IDs Database layer (models, ORM)
14087 14087 django.core.management.get_commands only sees commands in the last package of a namespace package Core (Other)
14483 14483 Implement subqueries in geodjango spatial lookup GIS
14434 14434 AdminSite should rely on self.has_permission for all permission checks contrib.admin
14319 14319 Add signals test_setup and test_teardown to Django test suite runner Options Testing framework
14051 14051 Signals for transaction commit/rollback Database layer (models, ORM)
14825 14825 LocaleMiddleware should store language preferences if possible Internationalization
23 23 Add support for ValidationWarning Forms
14512 14512 Documentation & tools for decorating class-based-views. Generic views
14765 14765 Unnecessary usage of NodeList in ForNode (template rendering) Template system
694 694 [patch] TEMPLATE_DIRS should allow project root relative paths Template system
14802 14802 feature request: add a method to Fields that is used to render the field as read-only contrib.admin
14705 14705 Model Field Order not influenced by MRO of superclasses Database layer (models, ORM)
14970 14970 Inconsistency in handling of managed/unmanaged transactions Database layer (models, ORM)
14633 14633 Reorganize settings reference docs Documentation
14040 14040 Python syntax errors in module loading propagate up Core (Other)
14976 14976 Add is_html flag to contrib.messages contrib.messages
14039 14039 FileField special-casing breaks MultiValueField including a FileField Forms
14694 14694 defer() doesn't work with reverse relations Database layer (models, ORM)
14678 14678 Users are able to add more than one page to the same url contrib.flatpages
361 361 Some Basic Math Filters Template system
14026 14026 Setting for TRANSACTION_LEVEL on db backends Database layer (models, ORM)
14341 14341 Session middleware raises exception when unit testing HttpResponseForbidden Testing framework
14843 14843 Filter like "striptags" that also removes tag contents Template system
26 26 Admin validation errors cause FileUploadFields to be reset contrib.admin
14597 14597 request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl HTTP handling
14648 14648 Annotated date querysets fail if spatial backend is used GIS
14360 14360 Clarify documentation of triage states Documentation
14140 14140 There is no way to override admin templates to the project level Template system
14386 14386 Standardize Site/RequestSite access; looser coupling of sites framework in contrib Contrib apps
14820 14820 Use `TextField` instead of `PositiveIntegerField` in docs and examples for generic relations. Documentation
14924 14924 I18N looks for translations in the reverse order of the apps Internationalization
14634 14634 Sessions are unnecessarily complex contrib.sessions
14446 14446 auth.views.password_reset_confirm should never be cached contrib.auth
14617 14617 Docs should mention runserver's automatic serving of static files Documentation
14652 14652 Sessions seem to be improperly using Pickle to hash a dictionary contrib.sessions
14572 14572 Minor fix for generic inline formsets contrib.contenttypes
14896 14896 Delete leads to IntegrityError : bad cascading rule when there's a ManyToManyField pointing to a class having subclasses. Database layer (models, ORM)
14623 14623 DateTimeField(auto_now=True) does not change when update is called Database layer (models, ORM)
14824 14824 django.utils.get_format_modules doesn't respect USE_L10N Internationalization
14401 14401 Add a contributing HOWTO page for new contributors Documentation
14955 14955 URLField validation should use HEAD requet instead of GET Core (Other)
14388 14388 Logging documentation typos Documentation
14301 14301 django crashes on email address that passed validate_email() (utf8-tld) Core (Mail)
14426 14426 Factor "mysite" out of all code example import statements Documentation
14612 14612 Password reset page leaks user count contrib.auth
14954 14954 AttributeError: 'dict' object has no attribute 'status_code' Uncategorized
342 342 Add a way for fields to be displayed in the admin without being editable contrib.admin
399 399 Bigint field object needed Database layer (models, ORM)
689 689 Honor Web server provided authentication Core (Other)
285 285 WSGIRequest should set request.path to full uri path HTTP handling
528 528 Add a documentation generator that creates a PDF or HTML files locally Documentation
14608 14608 Adding a INPhoneNumberField to indian localflavor contrib.localflavor
14390 14390 set_password functionality outside of the User model contrib.auth
811 811 IPv6 address field support Core (Other)
14206 14206 contrib:admin dynamic list_display support contrib.admin
14614 14614 Dont send Request message when handle_uncaught_exception() Core (Other)
14854 14854 Follow PEP 8 -- Style Guide for Python Code Core (Other)
14986 14986 TestCase: increase verbosity for TestCase.fixtures usage Testing framework
14420 14420 Can't do validation on ModelFormSets to prevent deletion when there is only one object in formset and it is to be deleted Forms
14439 14439 Improve documentation on how to run the GIS test suite GIS
14561 14561 Missing step in tutorial Documentation
14482 14482 better documentation of flow of save in admin Documentation
14126 14126 blocktrans count is parsing incorrectly Translations
14246 14246 aggregation_regress tests don't run on Postgres that supports StdDev Uncategorized
14068 14068 Fixture loading issue with multi database setting Core (Serialization)
14086 14086 Tests don't pass on Python 2.4 because of a try/except/finally contrib.sessions
14062 14062 Correcting Python version requirement on FAQ install page Documentation
607 607 Admin option to show/hide fields contrib.admin
461 461 Support use of pypgsql instead of psycopg Database layer (models, ORM)
659 659 Selecting by month with DateField is broken with sqlite3 backend Database layer (models, ORM)
115 115 Models CRUD via web services Core (Other)
191 191 Pydoc integration Core (Other)
743 743 new-admin: lookup_val2 not defined in BooleanFieldFilterSpec of django.contrib.admin.views.main contrib.admin
787 787 High-level feeds ('Feed' subclasses) don't pick up author details contrib.syndication
601 601 Unique_together documentation update Documentation
362 362 Anonymous sessions should try to prevent session-stealing Core (Other)
185 185 Chaining views Core (Other)
251 251 [patch] Add "AND" and "OR" clauses to the SQL query syntax Metasystem
216 216 sqlite3 broken post rev 329 Metasystem
163 163 Option to leave off __exact Template system
155 155 django-admin initializes mysite.com in meta table without way to change that contrib.admin
55 55 add a logger to django Tools
171 171 Bug, I think, in foreign keys and SQLite Database layer (models, ORM)
952 952 [patch] Allow for database client encoding configuration from project settings Database layer (models, ORM)
863 863 Atom Feeds should pick up "updated" and "published" elements automatically from auto_now and auto_now_add fields contrib.syndication
631 631 Document common security precautions Documentation
65 65 [i18n] Internationalization and localisation contrib.admin
501 501 {{ block.super }} returns value of the most remote ancestor contrib.syndication
581 581 RSS framework needs unit tests contrib.syndication
242 242 Traceback when viewing tag docs. contrib.admin
87 87 [patch] Oracle database support Database layer (models, ORM)
122 122 [patch] Build models using fieldname=FieldClass Core (Other)
170 170 Unicode field names cause UnicodeEncodeError in main admin handler contrib.admin
416 416 Automate site introspection for url pattern modules, view methods, template directories, and applications contrib.admin
890 890 database tables should be imported directly, not thru django.models.[app_name].[table_name.lower()]s Database layer (models, ORM)
913 913 [patch] incorrect `list_filter` field error message a bit stranger than necessary contrib.admin
119 119 Serving media Core (Other)
608 608 Allow objects with future dates to display in date based generic views Generic views
350 350 "offset" keyword does not work on MySQL 3.x Database layer (models, ORM)
847 847 users.create_user fails if User is subclassed using replaces_module = 'auth.users' Metasystem
78 78 Add a test suite for core functionality Tools
911 911 [patch] Make template system scoped to the parser contrib.admin
356 356 [patch]: simple XML-RPC support for Django Core (Other)
237 237 get_absolute_url doesn't show up right in admin contrib.admin
214 214 [patch] Allow selecting individual fields in SQL SELECT statements via the models API Metasystem
672 672 get_absolute_url isn't nice contrib.syndication
662 662 saving a newly created object without any data causes an error Core (Other)
676 676 [patch] a _post_init hook for model classes to initialize fields from outside content Metasystem
538 538 django is not zip_safe Tools
382 382 globals should show up in model methods and classes (like normal python classes) Core (Other)