index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
models
/
base.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[1.9.x] Fixed #25984 -- Corrected RuntimeError message in ModelBase.__new__().
Varun Sharma
2015-12-24
1
-3
/
+3
*
[1.9.x] Fixed #25715 -- Fixed Model.refresh_from_db() with ForeignKey w/on_de...
Tim Graham
2015-11-21
1
-1
/
+1
*
[1.9.x] Fixed #25730 -- Made Model.__str__() always return str instances.
Simon Charette
2015-11-11
1
-1
/
+1
*
Fixed #25296 -- Prevented model related object cache pollution when create() ...
Raphael Merx
2015-09-19
1
-0
/
+3
*
Fixed #24201 -- Added order_with_respect_to support to GenericForeignKey.
Alex Hill
2015-08-27
1
-28
/
+32
*
Fixed #14217 -- Added validation for field name collision when using model in...
sarthakmeh
2015-08-25
1
-1
/
+7
*
Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()
Tim Graham
2015-08-10
1
-0
/
+24
*
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-27
1
-3
/
+8
*
Fixed #16891 -- Made Model/QuerySet.delete() return the number of deleted obj...
Alexander Sosnovskiy
2015-05-22
1
-1
/
+1
*
Fixed #24693 -- Added label and label_lower property to Model._meta
Luis Del Giudice
2015-05-02
1
-7
/
+2
*
Fixed #24578 -- Fixed crash with QuerySet.update() on FK to O2O fields.
Tim Graham
2015-04-09
1
-1
/
+1
*
Fixed #24215 -- Refactored lazy model operations
Alex Hill
2015-03-25
1
-12
/
+11
*
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-03-25
1
-16
/
+16
*
Renamed ForeignObject.related_field to target_field
Anssi Kääriäinen
2015-03-25
1
-2
/
+2
*
Fixed #24479 -- Added system check to prevent both ordering and order_wrt.
Jon Dufresne
2015-03-21
1
-4
/
+11
*
Fixed #15579 -- Added ability to delete only child models in multi-table inhe...
Andriy Sokolovskiy
2015-03-17
1
-2
/
+2
*
Fixed #24418 -- Prevented crash in refresh_from_db with null fk
Claude Paroz
2015-02-27
1
-1
/
+1
*
Fixed #24328 -- cleaned up Options._get_fields() implementation
Anssi Kääriäinen
2015-02-20
1
-1
/
+2
*
Fixed #24351, #24346 -- Changed the signature of allow_migrate().
Loic Bistuer
2015-02-20
1
-1
/
+1
*
Disallowed importing concrete models without an application.
Aymeric Augustin
2015-02-10
1
-35
/
+9
*
Removed unnecessary parentheses in model check messages.
Tim Graham
2015-02-09
1
-16
/
+20
*
Fixed #24249 -- Improved field shadowing validation in model multi-inheritance.
Aron Podrigal
2015-02-09
1
-1
/
+1
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-9
/
+16
*
Fixed #15321 -- Honored ancestors unique checks.
Aron Podrigal
2015-02-03
1
-2
/
+2
*
Fixed #23617 -- Added get_pk_value_on_save()
Anssi Kääriäinen
2015-02-03
1
-0
/
+3
*
Advanced deprecation warnings for Django 1.9.
Tim Graham
2015-01-19
1
-2
/
+1
*
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2015-01-06
1
-31
/
+38
*
Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions
Daniel Pyrathon
2015-01-02
1
-5
/
+3
*
Fixed #24007 -- Ensure apps registry's ready before unpickling models
Claude Paroz
2014-12-17
1
-0
/
+2
*
Changed internal storing of abstract and concrete managers to be in a single ...
Markus Holtermann
2014-12-15
1
-2
/
+1
*
Fixed #901 -- Added Model.refresh_from_db() method
Anssi Kääriäinen
2014-11-28
1
-1
/
+67
*
Fixed #21794 -- Removed deprecation warning for abstract models outside an app.
Carl Meyer
2014-11-19
1
-6
/
+4
*
Fixed #21612 -- Made QuerySet.update() respect to_field
Karen Tracey
2014-11-16
1
-2
/
+2
*
Fixed #22967 -- Made Model._do_update consistent
Jozef Knaperek
2014-11-12
1
-2
/
+8
*
Fixed #11775 -- Made ABSOLUTE_URL_OVERRIDES work with models that don't defin...
Tim Graham
2014-09-09
1
-14
/
+5
*
Limited lines to 119 characters in django/
Tim Graham
2014-09-05
1
-6
/
+20
*
Fixed name of database connection feature
Shai Berger
2014-07-14
1
-1
/
+1
*
Fixed #19501 -- added Model.from_db() method
Anssi Kääriäinen
2014-07-01
1
-0
/
+10
*
Fixed problem introduced with #refs 13711.
Anubhav Joshi
2014-06-23
1
-1
/
+1
*
Fixed #13711 -- Model check added to ensure that auto-generated column name i...
Anubhav Joshi
2014-06-17
1
-1
/
+72
*
Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets f...
Anubhav Joshi
2014-06-11
1
-1
/
+20
*
Fixed #22690 -- Added a check for proxy models containing fields.
Craig de Stigter
2014-06-02
1
-3
/
+16
*
Fixed #22711 -- Adjusted ordering checks to allow implicit relation fields.
Vincent-Vega
2014-06-01
1
-1
/
+9
*
Fixed typo.
Tim Graham
2014-05-16
1
-1
/
+1
*
Fixed #18389 -- Fixed the way contribute_to_class is called
Vlad Starostin
2014-05-16
1
-1
/
+3
*
Fixed #22539 -- Copied exclude argument in Model.full_clean() to prevent side...
Yehonatan Daniv
2014-05-01
1
-0
/
+2
*
Use the new implementation of `six.with_metaclass`.
Simon Charette
2014-04-29
1
-11
/
+1
*
Appeased flake8 2.1.0.
Aymeric Augustin
2014-04-21
1
-1
/
+1
*
Fixed #22356 -- Added a check to make sure unique_together fields are local.
Marc Egli
2014-04-14
1
-0
/
+13
*
Fixed #22236 -- Removed inappropriate usage of signals
Claude Paroz
2014-04-05
1
-5
/
+6
[next]