index
:
django.git
fix-31295
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
2010-08-09
[soc2010/query-refactor] Merged up to trunk r13556, resolved merge conflicts
archive/soc2010/query-refactor
Alex Gaynor
2010-05-23
Fixed #13592 -- Make sure the SelectDateWidget works with dates before 1900 w...
Jannis Leidel
2010-05-21
Fixed #13560 -- Fixed localization of widgets.
Jannis Leidel
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-05-03
Fixed Python2.4 incompatibility introduced in r13041: datetime.strptime class...
Karen Tracey
2010-04-28
Fixed #12986 -- Ensured that SelectDateField repopulates correctly when USE_L...
Russell Keith-Magee
2010-04-28
Fixed #13431 -- Corrected a unicode literal in select widgets. Thanks to gutw...
Russell Keith-Magee
2010-04-27
Fixed #12749 -- Corrected a problem with validation of inline primary keys. T...
Russell Keith-Magee
2010-04-27
Fixed #13407 -- Corrected verbose names for autogenerated m2m models, and cle...
Russell Keith-Magee
2010-03-31
Restored pre-r10062 behavior allowing None from formfield_callback to exclude...
Brian Rosner
2010-03-27
Fixed #13023 - Removed ambiguity with regard to the max_num option of formset...
Jannis Leidel
2010-03-27
Fixed #13032 - Added localize parameter to form fields to be able to selecti...
Jannis Leidel
2010-03-18
Fixed #13138: Ensure required=False on a model form field overrides
Karen Tracey
2010-03-16
Fixed #12881: Corrected handling of inherited unique constraints. Thanks for ...
Karen Tracey
2010-03-16
Fixed #12434: Made pretty_name handle empty string and None as input. Thanks ...
Karen Tracey
2010-03-12
Fixed #11801 -- Corrected form validation to ensure you can still get deleted...
Russell Keith-Magee
2010-03-09
Fixed #12048 - MultiWidget does not define `__deepcopy__`
Luke Plant
2010-03-08
Fixed #11183 - BaseForm init leaves pointers pointing back to base_fields
Luke Plant
2010-03-07
Fixed #12858. DateTime related widgets now handle custom formats properly in ...
Joseph Kocherhans
2010-03-06
Fixed #12960. The return value of ModelForm.clean() is now applied to the mod...
Joseph Kocherhans
2010-03-03
Expanded the fix in [12663] to cover CSS declarations, which were also affect...
James Bennett
2010-03-03
Fixed #12879: Declaring the same JS file multiple times in a single Media ins...
James Bennett
2010-03-01
Fixed #12779 - Sanitize numeric form field input according to decimal and tho...
Jannis Leidel
2010-02-25
Fixed #12901. Again. Model validation will not be performed on excluded field...
Joseph Kocherhans
2010-02-23
Fixed #9336. Changed CheckboxInput to render 'True' and 'False' input strings...
Joseph Kocherhans
2010-02-23
Fixed #12878. Formset-wide errors are now rendered properly as html.
Joseph Kocherhans
2010-02-23
Fixed #12420. Now that OneToOneField allows assignment of None, stop guarding...
Joseph Kocherhans
2010-02-23
Fixed a few more spots related to #11859. Thanks, cramm and Alex Gaynor.
Joseph Kocherhans
2010-02-23
Fixed #12285. ModelForm raises a more informative error if it doesn't have a ...
Joseph Kocherhans
2010-02-23
Fixed #11860. Changed NullBooleanSelect's _has_changed method to repect diffe...
Joseph Kocherhans
2010-02-22
Fixed #12901. Exclude overridden form fields from model field validation. Tha...
Joseph Kocherhans
2010-02-22
Fixed #7777 -- Added validation handling for NaN, Inf and -Inf in DecimalFiel...
Russell Keith-Magee
2010-02-14
Fixed #6054: work around PIL's installation brokeness by detecting either of ...
Jacob Kaplan-Moss
2010-02-10
Fixed #12698. Model.clean() used with a ModelForm no longer causes a KeyError...
Joseph Kocherhans
2010-02-01
Fixed #12692 - Properly handle the extra clause of admin inline formsets. Als...
Jannis Leidel
2010-01-26
Fixed #12508 - Added ability to dynamically add inlines in the admin app.
Jannis Leidel
2010-01-21
Fixed #12596. Calling super from a ModelForm's clean method is once again opt...
Joseph Kocherhans
2010-01-12
Fixed #12510. Changed ModelChoiceField to stop using some of its superclasses...
Joseph Kocherhans
2010-01-12
Fixed #12512. Changed ModelForm to stop performing model validation on fields...
Joseph Kocherhans
2010-01-10
Fixed #9223 -- Added support for declarative widgets to ModelForm. I declare ...
Adrian Holovaty
2010-01-10
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2010-01-09
Fixed #12466 - Set HTML class attributes for each field separately. Thanks fo...
Jannis Leidel
2010-01-09
Fixed #11301 - Properly hide SplitHiddenDateTimeWidget. Thanks to David Gould...
Jannis Leidel
2010-01-09
Fixed #11843 - Give MultipleHiddenInput different IDs. Thanks Chris Beaven.
Jannis Leidel
2010-01-05
Merged soc2009/model-validation to trunk. Thanks, Honza!
Joseph Kocherhans
2010-01-05
Fixed deprecation warning nuisance introduced in r11964. Thanks to Luke Plant...
Jannis Leidel
2009-12-30
Fixed #12444 - Date based widgets now correctly handle input values when usin...
Jannis Leidel
2009-12-22
Fixed #7980 - Improved i18n framework to support locale aware formatting (dat...
Jannis Leidel
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-17
Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than...
Jacob Kaplan-Moss
[next]