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
/
tests
/
model_forms
Age
Commit message (
Expand
)
Author
2015-02-23
[1.8.x] Guaranteed removal of temporary files during tests.
Aymeric Augustin
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
[1.8.x] Fixed E265 comment style
Collin Anderson
2015-01-13
Fixed DoS possibility in ModelMultipleChoiceField.
Tim Graham
2014-12-13
Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range
Michael Hall
2014-11-21
Fixed #23865 -- documented how to assign errors to a field in Model.clean()
Alasdair Nicol
2014-11-13
Fixed flake8 warning.
Tim Graham
2014-11-12
Fixed #23795 -- Fixed a regression in custom form fields
Baptiste Mispelon
2014-11-03
Fixed typos using https://github.com/vlajos/misspell_fixer
Veres Lajos
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-08-04
Fixed #22745 -- Prevented reevaluation of ModelChoiceField's queryset when ac...
Vincent-Vega
2014-07-31
Fixed #22808 -- Made ModelMultipleChoiceField validation more robust to inval...
Niclas Olofsson
2014-07-26
Fixed #22979 -- Moved bug* tests
Tushar Bhatia
2014-06-04
Fixed #13776 -- Fixed ModelForm.is_valid() exception with non-nullable FK and...
Anubhav Joshi
2014-05-24
Fixed #22510 -- Harden field removal to only None.
Marc Tamlyn
2014-05-08
Split ignores_nulls_in_unique_constraints feature.
Aymeric Augustin
2014-04-26
Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-03-26
Forgotten slash removal in d320863878
Claude Paroz
2014-03-22
Made ModelForms raise ImproperlyConfigured if the list of fields is not speci...
Tim Graham
2014-03-21
Removed hard-coded help_text for ManyToManyFields that use a SelectMultiple w...
Tim Graham
2014-03-21
Removed PIL compatability layer per deprecation timeline.
Tim Graham
2014-03-20
Fixed a small collection of flake8 violations that had snuck in
Alex Gaynor
2014-03-14
Merged model_forms_regress with model_forms tests
Claude Paroz
2014-03-14
Fixed #6103 -- Splitted tests in model_forms tests
Claude Paroz
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-05
Fixed #22206 -- Passed models.TextField.max_length to forms.CharField.maxlength
Chris Wilson
2014-03-04
Fixed spelling in model_forms test class names
Chris Wilson
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-08
Fixed #21745 - Feature check UniqueTest.test_unique_null
Michael Manfre
2013-11-26
Fixed #21512 -- Added more complete information about Pillow and PIL in model...
Vajrasky Kok
2013-11-03
Merge pull request #1852 from jasonamyers/cleanup/PEP8
Alex Gaynor
2013-11-03
Merging in master
Jason Myers
2013-11-03
Fixed some testfailures on jenkins.
Florian Apolloner
2013-11-03
Fixed #20849 -- ModelForms do not work well with prefetch_related.
Jim Bailey
2013-11-02
PEP8 cleanup
Jason Myers
2013-11-02
PEP8
Jason Myers
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-26
Fixed all the E203 violations
Alex Gaynor
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-23
Fixed E225 pep8 warnings.
Tim Graham
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-19
Removed unused local variables in tests.
Tim Graham
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
2013-10-15
Merge pull request #1382 from loic/ticket19617
Marc Tamlyn
2013-10-14
Fixed #21266 -- Fixed E201,E202 pep8 warnings.
Larry O'Neill
[next]