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
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2013-12-29
Changed get_validation_errors to use an app config.
Aymeric Augustin
2013-12-28
Changed get_model to raise an exception on errors.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Removed unused attribute app_errors of the app cache.
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
2013-12-17
Moved django.db.models.loading to django.apps.cache.
Aymeric Augustin
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-11-24
Fixed #21391 -- Allow model signals to lazily reference their senders.
Simon Charette
2013-11-02
Fixed flake8 E241
Boryslav Larin
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-11-02
Fixed #21375 -- related_name='+' clashed with other '+' names
Anssi Kääriäinen
2013-10-17
Fixed #21285 -- Fixed E121,E122 pep8 warnings
Alasdair Nicol
2013-10-11
Fixed #8918 -- Made FileField.upload_to optional.
Tim Graham
2013-09-23
Fixed #14028 - Added validation for clashing db_columns.
Helen ST
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-08-24
Fixed #20814 -- Improved model field accessor clash error messages
Christopher Medrela
2013-06-07
Fixed #19925 - Added validation for REQUIRED_FIELDS being a list
Chris Streeter
2013-05-28
Fixed #20484 -- Added model validation for GenericIPAddressField
Tim Graham
2013-05-18
Fixed #20430 - Enable iterable of iterables for model choices
Donald Stufft
2013-05-14
Fixed #19934 - Use of Pillow is now preferred over PIL.
Daniel Lindsley
2013-03-24
Fixed #19385 again, now with real code changes
Anssi Kääriäinen
2013-02-15
Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on custom U...
Russell Keith-Magee
2013-01-18
Avoided unnecessary recreation of RelatedObjects
Anssi Kääriäinen
2012-11-24
Removed some stray debug lines introduced accidentally in c8985a8.
Russell Keith-Magee
2012-11-24
Fixed #19806 -- Ensure that content types and permissions aren't created for ...
Russell Keith-Magee
2012-11-04
Fixed #5805 -- it is now possible to specify multi-column indexes. Thanks to ...
Alex Gaynor
2012-10-20
Fixed #19150 -- Added validation for USERNAME_FIELD being included in REQUIRE...
Russell Keith-Magee
2012-10-02
Fixed #19049 -- Ensure that swapped models aren't included in reverse field c...
Russell Keith-Magee
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-08-30
Replaced some smart_xxx by force_xxx equivalent
Claude Paroz
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-04-22
Fixed #5893 -- Added a flag to FilePathField to allow listing folders, in add...
Alex Gaynor
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
[next]