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
/
core
/
management
/
validation.py
Age
Commit message (
Expand
)
Author
2012-02-17
Documentation (and some small source code) edits from [17432] - [17537]
Adrian Holovaty
2012-02-04
Fixed #8291 -- Allowed 'pk' to be used as an ordering option in `Model.Meta`....
Julien Phalip
2011-11-12
Fix #16570: Restore ability to have decimal fields where max_digits equals de...
Karen Tracey
2011-08-25
Modify validity check from r16678 slightly to work with Oracle.
Malcolm Tredinnick
2011-08-23
Teach "django-admin.py validate" to forbid nullable primary keys.
Malcolm Tredinnick
2011-07-03
Reverted [14563] because it introduced a dependency from core on a contrib ap...
Ramiro Morales
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2010-12-29
Fixed #7726 -- Added validation of max_digits and decimal_places options to D...
Ramiro Morales
2010-11-14
Fiexed #3055 -- Validate that models target of a GenericRelation have a Gener...
Ramiro Morales
2010-11-09
Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...
Carl Meyer
2010-10-21
Fixed 14513 -- check fields with underscores for validity when ordering. Bonu...
Chris Beaven
2010-03-13
Fixed #13107: Adjusted decimal_places validation to accept 0 as a valid value...
Karen Tracey
2010-03-12
Fixed #12404 -- Improved model validation for CharField and DecimalField. Tha...
Russell Keith-Magee
2010-03-10
Fixed #11702: Catch to_field specifying a non-unique target in validation. Th...
Karen Tracey
2010-02-23
Fixed #11859. Allowed subclasses of tuple or list for choice options. Thanks,...
Joseph Kocherhans
2010-02-22
Fixed #11226 -- Corrected an validation edge case with m2m relations between ...
Russell Keith-Magee
2010-02-14
Fixed #6054: work around PIL's installation brokeness by detecting either of ...
Jacob Kaplan-Moss
2009-11-03
Fixed #10109 -- Removed the use of raw SQL in many-to-many fields by introduc...
Russell Keith-Magee
2009-04-09
Fixed #5563: `BooleanField(null=True)` now raises a validation warning tellin...
Jacob Kaplan-Moss
2008-08-29
Fixed #8687, a bad variable name in validation. Thanks, vung.
Jacob Kaplan-Moss
2008-08-23
Fixed #7042 -- The management validation command nows alerts users to the
Malcolm Tredinnick
2008-08-19
Fixed #7908: Added validation checks on attempts to create ForeignKey and M2M...
Russell Keith-Magee
2008-08-11
Fixed #5461 -- Refactored the database backend code to use classes for the cr...
Russell Keith-Magee
2008-07-29
Fixed #6095 -- Added the ability to specify the model to use to manage a Many...
Russell Keith-Magee
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner
2008-04-27
Merged the queryset-refactor branch into trunk.
Malcolm Tredinnick
2007-12-02
Fixed #3323 -- More robust error handling for related objetcs. Thanks, Greg
Malcolm Tredinnick
2007-10-21
Fixed #3265 -- Made it a validation error to have field names with trailing
Malcolm Tredinnick
2007-09-14
Negligible formatting change to [6211]
Adrian Holovaty
2007-09-14
Fixed #5445: added some compatibility code for the lack of __iter__ in Jython...
Jacob Kaplan-Moss
2007-08-16
Major refactoring of django.core.management -- it's now a package rather than...
Adrian Holovaty