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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #24227 -- Removed ManyToManyField special casing in model_to_dict().
Tim Graham
2016-05-11
1
-1
/
+4
*
Fixed #26429 -- Added a timestamp to merge migration names.
Raphael Gaschignard
2016-05-11
2
-3
/
+9
*
Fixed #25005 -- Made date and time fields with auto_now/auto_now_add use effe...
Iacopo Spalletti
2016-05-09
3
-7
/
+70
*
Replaced `six.callable` with `callable`.
Ville Skyttä
2016-05-08
1
-1
/
+1
*
Fixed #25945, #26292 -- Refactored MigrationLoader.build_graph()
Jarek Glowacki
2016-05-08
3
-134
/
+214
*
Fixed #26593 -- Leveraged deferrable_sql() in SchemaEditor
Markus Holtermann
2016-05-07
2
-5
/
+2
*
Fixed #26555 -- Gave deconstructible objects a higher priority during seriali...
Markus Holtermann
2016-05-04
1
-11
/
+12
*
Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()
Claude Paroz
2016-05-04
6
-79
/
+40
*
Normalized "an SQL" spelling.
Ville Skyttä
2016-05-03
3
-5
/
+5
*
Refs #26565 -- Errored nicely when using Prefetch with a values() queryset.
Simon Charette
2016-05-03
1
-0
/
+2
*
Refs #16508 -- Made Model.__init__() aware of virtual fields.
Michal Petrucha
2016-05-03
1
-2
/
+5
*
Refs #22936 -- Moved more of Field.get_db_prep_lookup() to lookups.
Tim Graham
2016-05-02
2
-17
/
+38
*
Fixed #26058 -- Delegated os.path bits of FileField's filename generation to ...
Cristiano
2016-04-30
1
-7
/
+24
*
Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...
Anssi Kääriäinen
2016-04-29
5
-136
/
+55
*
Fixed #26557 -- Converted empty strings to None when saving GenericIPAddressF...
Joshua Phillips
2016-04-29
1
-1
/
+1
*
Refs #26521 -- Adjusted CreateModel bases validation to account for mixins.
Simon Charette
2016-04-28
1
-6
/
+5
*
Refs #26521 -- Added the duplicated value to CreateModel validation messages.
Simon Charette
2016-04-27
1
-4
/
+4
*
Fixed #26521 -- Validated CreateModel bases, fields and managers for duplicates.
James Robert
2016-04-27
1
-0
/
+20
*
Refs #22936 -- Removed unused code in Field.get_db_prep_lookup().
Tim Graham
2016-04-25
1
-20
/
+2
*
Removed unused Q.clone().
Tim Graham
2016-04-25
1
-10
/
+0
*
Removed unused/untested Field.get_choices_default()/value_to_string() methods.
Tim Graham
2016-04-25
2
-33
/
+1
*
Removed unused BaseExpression.refs_aggregate().
Tim Graham
2016-04-22
2
-56
/
+1
*
Fixed #26320 -- Deprecated implicit OneToOnField parent_link.
Tim Graham
2016-04-22
1
-0
/
+5
*
Removed unused ForeignObject.attnames/get_defaults().
Tim Graham
2016-04-22
1
-7
/
+0
*
Removed unused ForeignObjectRel.get_choices() limit_to_currently_related argu...
Tim Graham
2016-04-22
1
-10
/
+4
*
Refs #3254 -- Added full text search to contrib.postgres.
Marc Tamlyn
2016-04-22
2
-1
/
+9
*
Fixed #26528 -- Allowed any iterable (e.g. tuple) as validators kwarg for for...
Loïc Bistuer
2016-04-22
1
-3
/
+6
*
Fixed #26475 -- Added functools.partial() support to migrations autodetector.
Matthew Schinckel
2016-04-19
1
-0
/
+3
*
Fixed #26498 -- Fixed TimeField microseconds round-tripping on MySQL and SQLite.
Lukasz Wiecek
2016-04-18
1
-1
/
+1
*
Fixed #26486 -- Fixed a select_related() + defer() MTI edge case.
Tim Graham
2016-04-13
1
-1
/
+0
*
Refs #16508 -- Renamed the current "virtual" fields to "private".
Michal Petrucha
2016-04-13
5
-20
/
+54
*
Refs #22936 -- Moved IntegerField.get_prep_lookup() logic to lookups.
Tim Graham
2016-04-12
2
-6
/
+22
*
Fixed #26351 -- Added MySQL check to warn about strict mode option
Claude Paroz
2016-04-08
1
-0
/
+23
*
Refs #26351 -- Added check hook to support database-related checks
Claude Paroz
2016-04-08
1
-1
/
+4
*
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-08
20
-152
/
+178
*
Fixed #26458 -- Based Avg's default output_field resolution on its source fie...
Simon Charette
2016-04-05
1
-4
/
+6
*
Fixed #25850 -- Made migrate/makemigrations error on inconsistent history.
Attila Tovt
2016-04-05
2
-1
/
+30
*
Fixed E402 flake8 warnings.
Tim Graham
2016-04-04
2
-15
/
+15
*
Fixed W503 flake8 warnings.
Tim Graham
2016-04-04
17
-68
/
+66
*
Fixed #26075 -- Added clearer wording for one-off values in makemigrations
Susan Tan
2016-04-03
1
-2
/
+4
*
Fixed #26441 -- Added model Field.db_check() method
Markus Holtermann
2016-04-03
2
-7
/
+21
*
Fixed #26443 -- Corrected timezone.now in MigrationQuestioner prompt
Iacopo Spalletti
2016-04-03
1
-1
/
+1
*
Fixed #11560 -- Allowed proxy model multiple-inheritance from the same concre...
Akshesh
2016-03-30
1
-3
/
+3
*
Fixed #26384 -- Fixed renaming the PK on a model with a self-referential FK o...
Alex Hill
2016-03-29
1
-1
/
+9
*
Fixed #24932 -- Added Cast database function.
Claude Paroz
2016-03-29
1
-0
/
+33
*
Fixed #25759 -- Added keyword arguments to customize Expressions' as_sql().
Kai Feldhoff
2016-03-29
2
-17
/
+27
*
Fixed #26413 -- Fixed a regression with abstract model inheritance and explic...
Simon Charette
2016-03-28
1
-1
/
+9
*
Sorted single letter imports per the latest version of isort.
Tim Graham
2016-03-28
3
-5
/
+5
*
Avoided need to import model fields in models/functions.py.
Claude Paroz
2016-03-28
1
-5
/
+3
*
Normalized Func.as_sqlite() signature.
Tim Graham
2016-03-28
1
-2
/
+2
[next]