.. |
basic
|
Fixed #5641 -- Handle lazy translations correctly when used as default arguments. Thanks, permon.
|
2007-10-04 01:55:51 +00:00 |
choices
|
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms FormField s and db model Field s. This is fully backwards compatible at the moment since the legacy maxlength argument is still supported. Using maxlength will, however, issue a PendingDeprecationWarning when used.
|
2007-08-05 05:14:46 +00:00 |
custom_columns
|
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms FormField s and db model Field s. This is fully backwards compatible at the moment since the legacy maxlength argument is still supported. Using maxlength will, however, issue a PendingDeprecationWarning when used.
|
2007-08-05 05:14:46 +00:00 |
custom_managers
|
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms FormField s and db model Field s. This is fully backwards compatible at the moment since the legacy maxlength argument is still supported. Using maxlength will, however, issue a PendingDeprecationWarning when used.
|
2007-08-05 05:14:46 +00:00 |
custom_methods
|
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms FormField s and db model Field s. This is fully backwards compatible at the moment since the legacy maxlength argument is still supported. Using maxlength will, however, issue a PendingDeprecationWarning when used.
|
2007-08-05 05:14:46 +00:00 |
custom_pk
|
Fixed #3703 -- Added pk property to models. Thanks, Collin Grady and jeromie@gmail.com.
|
2007-09-16 01:57:25 +00:00 |
empty
|
Renumbered all the doctest examples so that they are ordered correctly on the doc pages.
|
2007-03-23 20:17:04 +00:00 |
field_defaults
|
Fixed #5641 -- Handle lazy translations correctly when used as default arguments. Thanks, permon.
|
2007-10-04 01:55:51 +00:00 |
field_subclassing
|
Added the small changes necessary to make creating custom model fields easier.
|
2007-11-05 13:59:42 +00:00 |
fixtures
|
Fixed a typo. I think I should get full marks for getting all the letters right, but some people insist they should be in the right order, too.
|
2007-09-16 10:49:27 +00:00 |
generic_relations
|
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms FormField s and db model Field s. This is fully backwards compatible at the moment since the legacy maxlength argument is still supported. Using maxlength will, however, issue a PendingDeprecationWarning when used.
|
2007-08-05 05:14:46 +00:00 |
get_latest
|
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms FormField s and db model Field s. This is fully backwards compatible at the moment since the legacy maxlength argument is still supported. Using maxlength will, however, issue a PendingDeprecationWarning when used.
|
2007-08-05 05:14:46 +00:00 |
get_object_or_404
|
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms FormField s and db model Field s. This is fully backwards compatible at the moment since the legacy maxlength argument is still supported. Using maxlength will, however, issue a PendingDeprecationWarning when used.
|
2007-08-05 05:14:46 +00:00 |
get_or_create
|
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms FormField s and db model Field s. This is fully backwards compatible at the moment since the legacy maxlength argument is still supported. Using maxlength will, however, issue a PendingDeprecationWarning when used.
|
2007-08-05 05:14:46 +00:00 |
invalid_models
|
Fixed #3265 -- Made it a validation error to have field names with trailing
|
2007-10-21 21:53:18 +00:00 |
lookup
|
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms FormField s and db model Field s. This is fully backwards compatible at the moment since the legacy maxlength argument is still supported. Using maxlength will, however, issue a PendingDeprecationWarning when used.
|
2007-08-05 05:14:46 +00:00 |
m2m_and_m2o
|
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms FormField s and db model Field s. This is fully backwards compatible at the moment since the legacy maxlength argument is still supported. Using maxlength will, however, issue a PendingDeprecationWarning when used.
|
2007-08-05 05:14:46 +00:00 |
m2m_intermediary
|
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms FormField s and db model Field s. This is fully backwards compatible at the moment since the legacy maxlength argument is still supported. Using maxlength will, however, issue a PendingDeprecationWarning when used.
|
2007-08-05 05:14:46 +00:00 |
m2m_multiple
|
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms FormField s and db model Field s. This is fully backwards compatible at the moment since the legacy maxlength argument is still supported. Using maxlength will, however, issue a PendingDeprecationWarning when used.
|
2007-08-05 05:14:46 +00:00 |
m2m_recursive
|
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms FormField s and db model Field s. This is fully backwards compatible at the moment since the legacy maxlength argument is still supported. Using maxlength will, however, issue a PendingDeprecationWarning when used.
|
2007-08-05 05:14:46 +00:00 |
m2o_recursive
|
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms FormField s and db model Field s. This is fully backwards compatible at the moment since the legacy maxlength argument is still supported. Using maxlength will, however, issue a PendingDeprecationWarning when used.
|
2007-08-05 05:14:46 +00:00 |
m2o_recursive2
|
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms FormField s and db model Field s. This is fully backwards compatible at the moment since the legacy maxlength argument is still supported. Using maxlength will, however, issue a PendingDeprecationWarning when used.
|
2007-08-05 05:14:46 +00:00 |
manipulators
|
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms FormField s and db model Field s. This is fully backwards compatible at the moment since the legacy maxlength argument is still supported. Using maxlength will, however, issue a PendingDeprecationWarning when used.
|
2007-08-05 05:14:46 +00:00 |
many_to_many
|
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms FormField s and db model Field s. This is fully backwards compatible at the moment since the legacy maxlength argument is still supported. Using maxlength will, however, issue a PendingDeprecationWarning when used.
|
2007-08-05 05:14:46 +00:00 |
many_to_one
|
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms FormField s and db model Field s. This is fully backwards compatible at the moment since the legacy maxlength argument is still supported. Using maxlength will, however, issue a PendingDeprecationWarning when used.
|
2007-08-05 05:14:46 +00:00 |
many_to_one_null
|
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms FormField s and db model Field s. This is fully backwards compatible at the moment since the legacy maxlength argument is still supported. Using maxlength will, however, issue a PendingDeprecationWarning when used.
|
2007-08-05 05:14:46 +00:00 |
model_forms
|
Fixed #4787, #5913 -- Updating the queryset on a ModelChoiceField or ModelMultipleChoiceField now updates its widget's choices. The clean methods for ModelChoiceField and ModelMultipleChoiceField were changed to only allow choices in the specified queryset (instead of allowing all choices returned by the queryset model's default manager).
|
2007-11-13 14:36:29 +00:00 |
model_inheritance
|
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms FormField s and db model Field s. This is fully backwards compatible at the moment since the legacy maxlength argument is still supported. Using maxlength will, however, issue a PendingDeprecationWarning when used.
|
2007-08-05 05:14:46 +00:00 |
mutually_referential
|
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms FormField s and db model Field s. This is fully backwards compatible at the moment since the legacy maxlength argument is still supported. Using maxlength will, however, issue a PendingDeprecationWarning when used.
|
2007-08-05 05:14:46 +00:00 |
one_to_one
|
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms FormField s and db model Field s. This is fully backwards compatible at the moment since the legacy maxlength argument is still supported. Using maxlength will, however, issue a PendingDeprecationWarning when used.
|
2007-08-05 05:14:46 +00:00 |
or_lookups
|
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms FormField s and db model Field s. This is fully backwards compatible at the moment since the legacy maxlength argument is still supported. Using maxlength will, however, issue a PendingDeprecationWarning when used.
|
2007-08-05 05:14:46 +00:00 |
ordering
|
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms FormField s and db model Field s. This is fully backwards compatible at the moment since the legacy maxlength argument is still supported. Using maxlength will, however, issue a PendingDeprecationWarning when used.
|
2007-08-05 05:14:46 +00:00 |
pagination
|
Fixed #1795 -- Added page_range to paginators in generic list views. Thanks to polarcowz@gmail.com and Marc Fargas <telenieko@telenieko.com> for the patch.
|
2007-09-14 01:01:02 +00:00 |
properties
|
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms FormField s and db model Field s. This is fully backwards compatible at the moment since the legacy maxlength argument is still supported. Using maxlength will, however, issue a PendingDeprecationWarning when used.
|
2007-08-05 05:14:46 +00:00 |
reserved_names
|
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms FormField s and db model Field s. This is fully backwards compatible at the moment since the legacy maxlength argument is still supported. Using maxlength will, however, issue a PendingDeprecationWarning when used.
|
2007-08-05 05:14:46 +00:00 |
reverse_lookup
|
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms FormField s and db model Field s. This is fully backwards compatible at the moment since the legacy maxlength argument is still supported. Using maxlength will, however, issue a PendingDeprecationWarning when used.
|
2007-08-05 05:14:46 +00:00 |
save_delete_hooks
|
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms FormField s and db model Field s. This is fully backwards compatible at the moment since the legacy maxlength argument is still supported. Using maxlength will, however, issue a PendingDeprecationWarning when used.
|
2007-08-05 05:14:46 +00:00 |
select_related
|
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms FormField s and db model Field s. This is fully backwards compatible at the moment since the legacy maxlength argument is still supported. Using maxlength will, however, issue a PendingDeprecationWarning when used.
|
2007-08-05 05:14:46 +00:00 |
serializers
|
Fixed #5553 -- Fixed a serialization problem with datetime and time objects. Thanks to pigletto for the patch.
|
2007-09-22 13:21:54 +00:00 |
signals
|
Fixed #5559: instances sent via post-save signals no longer have pks of None. Thanks, Joseph Kocherhans.
|
2007-09-24 18:27:42 +00:00 |
str
|
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms FormField s and db model Field s. This is fully backwards compatible at the moment since the legacy maxlength argument is still supported. Using maxlength will, however, issue a PendingDeprecationWarning when used.
|
2007-08-05 05:14:46 +00:00 |
test_client
|
When using assertRedirect(), allow the caller to specify relative URLs and
|
2007-11-11 03:54:21 +00:00 |
transactions
|
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms FormField s and db model Field s. This is fully backwards compatible at the moment since the legacy maxlength argument is still supported. Using maxlength will, however, issue a PendingDeprecationWarning when used.
|
2007-08-05 05:14:46 +00:00 |
user_commands
|
Fixed #5516 -- Added the ability for applications to define their own management commands. Pieces of this patch taken from a contribution by Todd O'Bryan. Thanks Todd.
|
2007-09-21 16:19:20 +00:00 |
validation
|
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms FormField s and db model Field s. This is fully backwards compatible at the moment since the legacy maxlength argument is still supported. Using maxlength will, however, issue a PendingDeprecationWarning when used.
|
2007-08-05 05:14:46 +00:00 |
__init__.py
|
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.
|
2006-05-02 01:31:56 +00:00 |