.. |
aggregation
|
Fixed #18056 - Cleared aggregations on DateQuery.add_date_select
|
2012-07-16 19:52:31 +03:00 |
basic
|
[py3] Removed longs.
|
2012-07-22 09:29:53 +02:00 |
choices
|
…
|
|
custom_columns
|
[py3] Replaced unicode/str by six.text_type/bytes.
|
2012-07-22 09:29:54 +02:00 |
custom_managers
|
[py3] Replaced unicode/str by six.text_type/bytes.
|
2012-07-22 09:29:54 +02:00 |
custom_methods
|
…
|
|
custom_pk
|
[py3] Replaced unicode/str by six.text_type/bytes.
|
2012-07-22 09:29:54 +02:00 |
defer
|
Fixed #17485 -- Made defer work with select_related
|
2012-06-26 18:08:42 +03:00 |
delete
|
[py3] Added Python 3 compatibility for xrange.
|
2012-07-22 09:29:56 +02:00 |
distinct_on_fields
|
…
|
|
empty
|
…
|
|
expressions
|
[py3] Replaced unicode/str by six.text_type/bytes.
|
2012-07-22 09:29:54 +02:00 |
field_defaults
|
[py3] Removed longs.
|
2012-07-22 09:29:53 +02:00 |
field_subclassing
|
[py3] Ported django.utils.encoding.
|
2012-08-07 12:00:22 +02:00 |
files
|
Fixed #18515 -- Conditionally regenerated filename in FileField validation
|
2012-06-26 18:18:44 +02:00 |
fixtures
|
[py3] Used compatible imports of StringIO.
|
2012-08-08 14:50:01 +02:00 |
fixtures_model_package
|
Removed unneeded u prefixes
|
2012-06-19 17:37:28 +02:00 |
force_insert_update
|
Fixed various dodgy behaviours
|
2011-12-17 17:37:24 +00:00 |
generic_relations
|
Fixed widget parent class in generic_relations test
|
2012-07-03 11:57:15 +02:00 |
get_latest
|
…
|
|
get_object_or_404
|
…
|
|
get_or_create
|
…
|
|
invalid_models
|
…
|
|
known_related_objects
|
…
|
|
lookup
|
[py3] Replaced unicode/str by six.text_type/bytes.
|
2012-07-22 09:29:54 +02:00 |
m2m_and_m2o
|
[py3] Replaced unicode/str by six.text_type/bytes.
|
2012-07-22 09:29:54 +02:00 |
m2m_intermediary
|
[py3] Replaced unicode/str by six.text_type/bytes.
|
2012-07-22 09:29:54 +02:00 |
m2m_multiple
|
…
|
|
m2m_recursive
|
…
|
|
m2m_signals
|
…
|
|
m2m_through
|
…
|
|
m2o_recursive
|
…
|
|
many_to_many
|
…
|
|
many_to_one
|
[py3] Replaced unicode/str by six.text_type/bytes.
|
2012-07-22 09:29:54 +02:00 |
many_to_one_null
|
[py3] Added Python 3 compatibility for xrange.
|
2012-07-22 09:29:56 +02:00 |
model_forms
|
Fixed #5524 -- Do not remove cleaned_data when a form fails validation
|
2012-08-04 14:22:23 +02:00 |
model_formsets
|
[py3] Replaced unicode/str by six.text_type/bytes.
|
2012-07-22 09:29:54 +02:00 |
model_inheritance
|
[py3] Replaced unicode/str by six.text_type/bytes.
|
2012-07-22 09:29:54 +02:00 |
model_inheritance_same_model_name
|
…
|
|
model_package
|
…
|
|
mutually_referential
|
…
|
|
one_to_one
|
…
|
|
or_lookups
|
…
|
|
order_with_respect_to
|
[py3] Replaced unicode/str by six.text_type/bytes.
|
2012-07-22 09:29:54 +02:00 |
ordering
|
…
|
|
pagination
|
[py3] Replaced unicode/str by six.text_type/bytes.
|
2012-07-22 09:29:54 +02:00 |
prefetch_related
|
[py3] Replaced unicode/str by six.text_type/bytes.
|
2012-07-22 09:29:54 +02:00 |
properties
|
…
|
|
proxy_model_inheritance
|
Fixed #18083 -- Fixed cascade deletion with proxy model of concrete subclass. Thanks Simon Charette for report and patch.
|
2012-04-09 22:41:20 +00:00 |
proxy_models
|
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
|
2012-06-07 18:08:47 +02:00 |
raw_query
|
…
|
|
reserved_names
|
…
|
|
reverse_lookup
|
…
|
|
save_delete_hooks
|
[py3] Replaced unicode/str by six.text_type/bytes.
|
2012-07-22 09:29:54 +02:00 |
select_for_update
|
[py3] Fixed remaining Python 3 syntax errors.
|
2012-07-22 09:29:53 +02:00 |
select_related
|
…
|
|
serializers
|
[py3] Used compatible imports of StringIO.
|
2012-08-08 14:50:01 +02:00 |
signals
|
[py3] Replaced unicode/str by six.text_type/bytes.
|
2012-07-22 09:29:54 +02:00 |
str
|
…
|
|
tablespaces
|
…
|
|
test_client
|
[py3] Updated urllib/urllib2/urlparse imports.
|
2012-07-22 09:29:55 +02:00 |
timezones
|
[py3] Fixed access to dict keys/values/items.
|
2012-08-07 12:00:22 +02:00 |
transactions
|
…
|
|
unmanaged_models
|
…
|
|
update
|
[py3] Replaced unicode/str by six.text_type/bytes.
|
2012-07-22 09:29:54 +02:00 |
update_only_fields
|
Fixed #18362 - Made model.save() update_fields accept attnames
|
2012-07-05 16:43:28 +03:00 |
user_commands
|
[py3] Used compatible imports of StringIO.
|
2012-08-08 14:50:01 +02:00 |
validation
|
Fix a test that relied on an exception outliving the `except` block, which doesn't happen on py3k.
|
2012-08-07 07:22:25 -07:00 |
validators
|
…
|
|
__init__.py
|
…
|
|