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
/
db
/
models
/
fields
/
__init__.py
Age
Commit message (
Expand
)
Author
2014-04-21
[1.7.x] Fixed queries that may return unexpected results on MySQL due to type...
Erik Romijn
2014-04-21
[1.7.x] Appeased flake8 2.1.0.
Aymeric Augustin
2014-03-26
[1.7.x] Fixed the PostGIS circular imports caused by 1506c71a95.
Simon Charette
2014-03-25
[1.7.x] Fixed field deconstruction tests failures introduced by 1506c71a95.
Simon Charette
2014-03-25
[1.7.x] Fixed #12030 -- Validate integer field range at the model level.
Simon Charette
2014-03-14
Fixed #22001 -- Ensure db_type is respected.
Marc Tamlyn
2014-03-14
Fixed #22272 -- Fixed regression in DecimalField when using decimal_places=0.
Baptiste Mispelon
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 typo in internal CharField method
Chris Wilson
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-03-03
Edited model and field checks for grammar and consistency.
Russell Keith-Magee
2014-02-11
Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.
Christopher Adams
2014-02-10
Fixed #17673 -- Forbid field shadowing.
Christopher Medrela
2014-02-08
Fixed #16192 -- Made unique error messages in ModelForm customizable.
Loic Bistuer
2014-01-25
Unroll choices iterators in field deconstruction
Andrew Godwin
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2014-01-18
Fixed #16187 -- refactored ORM lookup system
Anssi Kääriäinen
2014-01-17
Fixed #21785: Bad handling of both auto_now and _add on deconstruct
Andrew Godwin
2014-01-08
Changed parent class calls to super in Field subclasses
maurycyp
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 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-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-12-06
Added missing deconstruct() methods.
Baptiste Mispelon
2013-12-04
Add clone() method to Field to get clean copies of it.
Andrew Godwin
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-17
Fixed #21285 -- Fixed E121,E122 pep8 warnings
Alasdair Nicol
2013-10-13
Fixed #19560 -- Identified field in warning for naive datetime.
Aymeric Augustin
2013-09-28
Fixed #20439 -- Started deprecation of IPAddressField
Erik Romijn
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-09-07
Negligible style fix.
Aymeric Augustin
2013-09-06
Fixed #10164 -- Made AutoField increase monotonically on SQLite
Chris Wilson
2013-08-30
Fixed #20999 - Allow overriding formfield class with choices, without subclas...
Carl Meyer
2013-08-29
Fixed #14786 -- Fixed get_db_prep_lookup calling get_prep_value twice if prep...
Tim Graham
2013-08-09
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-07-31
Fixed #20649 -- Allowed blank field display to be defined in the initial list...
Alex Couper
2013-07-31
Fixed #20348 -- Consistently handle Promise objects in model fields.
Tai Lee
2013-07-27
Fixed a number of minor misspellings.
Julien Phalip
2013-07-22
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-07-14
Fixed #20746 -- Removed Python 2.6 specific code/docs
Tim Graham
2013-07-12
Fixed #20740 -- GenericIPAddressField should pass protocol to formfield()
Tim Graham
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-06-28
Ported over Field.deconstruct() from my schema alteration branch.
Andrew Godwin
2013-06-22
Remove EmailField max_length default removal in deconstruct()
Andrew Godwin
[next]