index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
Age
Commit message (
Expand
)
Author
2013-12-11
Fixed #21563 -- Single related object descriptors should work with `hasattr`.
Simon Charette
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-12-06
Added missing deconstruct() methods.
Baptiste Mispelon
2013-12-06
Fixed error in ManyToManyField.deconstruct().
Baptiste Mispelon
2013-12-04
Add clone() method to Field to get clean copies of it.
Andrew Godwin
2013-11-29
Use 'update_fields' in RelatedManager.clear() when bulk=False.
Loic Bistuer
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-27
Added a bulk option to RelatedManager remove() and clear() methods
Loic Bistuer
2013-11-27
Used simpler queries for m2m clearing when possible.
Anssi Kääriäinen
2013-11-27
Fixed #21169 -- Reworked RelatedManager methods use default filtering
Loic Bistuer
2013-11-13
Fixed #21410 -- prefetch_related() for ForeignKeys with related_name='+'
Loic Bistuer
2013-11-07
Fixed #17001 -- Custom querysets for prefetch_related.
Loic Bistuer
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
More attacking E302 violators
Alex Gaynor
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-10-11
Fixed assorted flake8 errors.
Tim Graham
2013-10-05
Fixed #21174 -- transaction control in related manager methods
Anssi Kääriäinen
2013-10-04
Fixed #21217 -- Avoid connecting `(pre|post)_init` signals to abstract senders.
Simon Charette
2013-10-03
Fixed #21216 -- Allow `OneToOneField` reverse accessor to be hidden.
Simon Charette
2013-09-30
Fixed #3871 -- Fixed regression introduced by 04a2a6b.
Loic Bistuer
2013-09-30
Fixed #13724: Corrected routing of write queries involving managers.
Russell Keith-Magee
2013-09-28
Fixed #20439 -- Started deprecation of IPAddressField
Erik Romijn
2013-09-25
Fixed #3871 -- Custom managers when traversing reverse relations.
Loic Bistuer
2013-09-18
Fixed #12568 -- no error when accessing custom field's descriptor
Anssi Kääriäinen
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 #20989 -- Removed explicit list comprehension inside dict() and tuple()
Tim Graham
2013-08-29
Fixed #14786 -- Fixed get_db_prep_lookup calling get_prep_value twice if prep...
Tim Graham
2013-08-21
Fixed #20946 -- model inheritance + m2m failure
Anssi Kääriäinen
2013-08-21
Fixed #20820 -- Model inheritance + m2m fixture loading regression
Anssi Kääriäinen
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-26
Fixed related model lookup regression
Anssi Kääriäinen
2013-07-23
Fixed #20761 -- Reworded ForeignKey default error message
ersran9
2013-07-23
Minor change to get_extra_descriptor_filter()
Anssi Kääriäinen
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-07-02
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-07-01
Removed some conditional code only needed under Python 2.6.
Aymeric Augustin
2013-06-30
Removed a comment that wasn't adding a value.
Alex Gaynor
2013-06-29
Advanced deprecation warnings for Django 1.7.
Aymeric Augustin
2013-06-29
Fixed #20660 -- Do not try to delete an unset FieldFile
Claude Paroz
[next]