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
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-02-11
Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.
Christopher Adams
2014-02-08
Fixed #16192 -- Made unique error messages in ModelForm customizable.
Loic Bistuer
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-12-07
Fixed #21568 -- Added missing ModelMultipleChoiceField to_python method
Claude Paroz
2013-11-30
Fixed #20867 -- Added the Form.add_error() method.
Loic Bistuer
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-25
Fixed #21489 -- Make formsets directly importable from django.forms.
Loic Bistuer
2013-11-20
Fixed #21472 -- Fixed inline formsets display when parent pk is 0
Claude Paroz
2013-11-16
Fixed a regression caused by fix for #21428
Anssi Kääriäinen
2013-11-16
Fixed #21428 -- editable GenericRelation regression
Anssi Kääriäinen
2013-11-03
Fixed all E226 violations
Alex Gaynor
2013-11-03
Fixed #20849 -- ModelForms do not work well with prefetch_related.
Jim Bailey
2013-10-30
Fixed #14877 -- repeated deletion using formsets
Anssi Kääriäinen
2013-10-24
Start attacking E231 violations
Alex Gaynor
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
2013-10-14
Fixed #19617 -- Refactored Form metaclasses to support more inheritance scena...
Loic Bistuer
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-08-29
Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()
Tim Graham
2013-08-22
Fixed model.__eq__ and __hash__ for no pk value cases
Anssi Kääriäinen
2013-08-04
Deprecated SortedDict (replaced with collections.OrderedDict)
Curtis Maloney
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-23
Fixed #10284 -- ModelFormSet.save(commit=False) no longer deletes objects
Tim Graham
2013-07-13
Fixed #20582 -- Allowed default Form.label_suffix to be translated
Claude Paroz
2013-06-29
Advanced deprecation warnings for Django 1.7.
Aymeric Augustin
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
[prev]
[next]