index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
forms
/
models.py
Age
Commit message (
Expand
)
Author
2013-07-13
[1.6.x] Fixed #20582 -- Allowed default Form.label_suffix to be translated
Claude Paroz
2013-06-18
Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...
Loic Bistuer
2013-06-18
Refactored ValidationError to allow persisting error params and error codes a...
Loic Bistuer
2013-06-13
Fixed #20000 -- Allowed ModelForm meta overrides for label, help_text and err...
Loic Bistuer
2013-06-06
Fixed #12337 - Honor ModelForm.Meta.exclude when saving ManyToManyFields.
Stephen Burrows
2013-05-30
Added missing stacklevel arg in forms/models.py
Claude Paroz
2013-05-23
Made fix for #9321 less buggy and more effective.
Ramiro Morales
2013-05-20
Fixed #9321 -- Deprecated hard-coding of help text in model ManyToManyField f...
Ramiro Morales
2013-05-18
Fixed argument order for localized_fields to ensure backwards compatibility
Erik Romijn
2013-05-18
Fixed #13546 -- Easier handling of localize field options in ModelForm
Erik Romijn
2013-05-09
Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...
Luke Plant
2013-04-13
Fixed #17840 -- Generalized named placeholders in form error messages
Claude Paroz
2013-04-07
Fix #15126: Better error message when passing invalid options to ModelForm.Meta.
Baptiste Mispelon
2013-03-25
Removed forced typecasting of help_text/label Field arguments
Claude Paroz
2013-03-24
Fixed #19385 again, now with real code changes
Anssi Kääriäinen
2013-03-21
Fixed #20084 -- Provided option to validate formset max_num on server.
Andrew Gorcester
2013-03-08
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...
Loic Bistuer
2013-03-07
Fixed #19997 -- Added custom EMPTY_VALUES to form fields
Claude Paroz
2013-03-01
Fixed #18898 -- Added tests with a fix for ModelMultipleChoiceField
Claude Paroz
2013-03-01
Fixed #16612 -- Improved has_changed detection for localized field values
Claude Paroz
2013-02-23
Fixed #18829 -- Fixed ModelChoiceIterator length
Klaas van Schelven
2013-02-23
Fixed #15877 -- Improved exception when ModelForm has no model class
Claude Paroz
2013-02-23
Method "save" in BaseModelFormSet is marked as alters_data
Klaas van Schelven
2013-02-08
Fixed #18906 -- Ignored to-be-deleted forms in formset validate_unique
Claude Paroz
2013-02-05
Fixed #17683 -- Make sure `BaseModelFormSet` respects defined widgets.
Simon Charette
2013-01-25
Moved has_changed logic from widget to form field
Claude Paroz
2013-01-24
Fixed #17416 -- Added widgets argument to inlineformset_factory and modelform...
Nick Sandford
2013-01-18
Avoided unnecessary recreation of RelatedObjects
Anssi Kääriäinen
2013-01-11
Fixed #10239 - Added docs for modelform_factory
Tim Graham
2012-12-28
Fix #19524 -- Incorrect caching of parents of unsaved model instances.
Aymeric Augustin
2012-12-19
Fixed #18172 -- Made models with __iter__ usable in ModelMultipleChoiceField
Patryk Zawadzki
2012-11-04
Fixed #18949 -- Improve performance of model_to_dict with many-to-many
Anton I. Sipos
2012-10-03
Fixed #14567 -- Made ModelMultipleChoiceField return EmptyQuerySet as empty v...
Stephen Burrows
2012-08-30
Fixed #18751 -- Cleaned up BaseFormSet._should_delete_form
Claude Paroz
2012-08-23
[py3] Removed duplicate imports.
Aymeric Augustin
2012-08-14
[py3] Removed a remaining use of __metaclass__.
Aymeric Augustin
2012-08-08
[py3] Fixed 'iterable but non string' detection
Claude Paroz
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-08-04
Fixed #5524 -- Do not remove cleaned_data when a form fails validation
Claude Paroz
2012-08-03
Replaced some byte strings by str() calls
Claude Paroz
2012-07-25
it's -> its
Piet Delport
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-22
[py3] Used six.with_metaclass wherever necessary.
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-19
Marked bytestrings with b prefix. Refs #18269
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-02-04
Fixed #17594 -- Stopped ModelFormset.save from running a SELECT query by rely...
Jannis Leidel
2012-01-15
Added support for specifying initial values to model formsets and inline form...
Ramiro Morales
2011-10-17
Remove several more relative imports.
Alex Gaynor
[next]