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
Age
Commit message (
Expand
)
Author
2013-11-03
Fixed all E226 violations
Alex Gaynor
2013-11-03
Merge pull request #1852 from jasonamyers/cleanup/PEP8
Alex Gaynor
2013-11-03
Merge pull request #1861 from milmazz/E251
Alex Gaynor
2013-11-03
Merging in master
Jason Myers
2013-11-03
Fixed #20849 -- ModelForms do not work well with prefetch_related.
Jim Bailey
2013-11-03
Fixed flake8 E251 violations
Milton Mazzarri
2013-11-02
Fixing E302 Errors
Jason Myers
2013-11-02
Fixed the remaining E302 violations int eh django package
Alex Gaynor
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-11-02
Fixed flake8 E241
Boryslav Larin
2013-11-02
Merge pull request #1848 from rayashmanjr/master
Alex Gaynor
2013-11-02
Correct flake8 violation E261
Ray Ashman Jr
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-30
Fixed #14877 -- repeated deletion using formsets
Anssi Kääriäinen
2013-10-26
Fixed all the E203 violations
Alex Gaynor
2013-10-26
Fixed up some more flake8 violations (this particular violation still has man...
Alex Gaynor
2013-10-24
Start attacking E231 violations
Alex Gaynor
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-23
Fixed E225 pep8 warnings.
Tim Graham
2013-10-22
Removed import * in tests.
Tim Graham
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-17
Fixed #21270 -- Fixed E701 pep8 warnings
Alasdair Nicol
2013-10-14
Fixed #8620 -- Updated the Form metaclass to support excluding fields by shad...
Loic Bistuer
2013-10-14
Fixed #19617 -- Refactored Form metaclasses to support more inheritance scena...
Loic Bistuer
2013-10-12
Fixed #21173 -- Stopped fixing format for date-based widgets at init time
Claude Paroz
2013-10-11
Fixed assorted flake8 errors.
Tim Graham
2013-10-10
Used "is" for comparisons with None.
Tim Graham
2013-09-28
Fixed #20931 -- Fixed select widgets nested choice rendering
Christopher Babiak
2013-09-28
Fixed #20439 -- Started deprecation of IPAddressField
Erik Romijn
2013-09-21
Ensured that BoundField.as_widget always returns properly localized fields.
Florian Apolloner
2013-09-19
Fixed #9532 -- Added min_num and validate_min on formsets.
yokomizor
2013-09-16
Added backwards compatability shims for util modules.
Tim Graham
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-09-10
Improved deprecation warning for change in form boolean values.
Tim Graham
2013-09-10
Fixed #19298 -- Added MultiValueField.__deepcopy__
Tim Graham
2013-09-10
Fixed #5749 -- Added field_name as a key in the _html_output dict
e0ne
2013-09-10
Fixed #20841 -- Added messages to NotImplementedErrors
Gregor MacGregor
2013-09-06
Fixed a number of flake8 errors -- particularly around unused imports and loc...
Alex Gaynor
2013-09-06
Fixed #4287 -- Fixed NaN and +/- Infinity handling in FloatField
Daniel Langer
2013-09-05
Took advantage of django.utils.six.moves.urllib.*.
Aymeric Augustin
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-08-29
Added SplitHiddenDateTimeWidget to django.forms.widgets.__all__
Tomer Chachamu
2013-08-29
Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()
Tim Graham
2013-08-28
Fixed #20986 -- Enabled SelectDateWidget to use custom months
Loic Bistuer
2013-08-22
Fixed model.__eq__ and __hash__ for no pk value cases
Anssi Kääriäinen
2013-08-22
Moved translator comment just above the target string
Claude Paroz
2013-08-13
Fixed #20555 -- Make subwidget id attribute available
Matt Johnson
2013-08-08
Revert change to the default Form.clean()
Marc Tamlyn
[prev]
[next]