This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-02-01 21:29:24 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
/
models
History
Tim Graham
b60375d4bb
Fixed
#25129
-- Made model instance defaults work with migrations (refs
#24919
).
2015-07-21 09:19:40 -04:00
..
class.txt
…
conditional-expressions.txt
Refs
#14030
-- Improved expression support for python values
2015-02-12 08:46:25 +11:00
database-functions.txt
Fixed
#24894
-- Added contrib.postgres.functions.TransactionNow
2015-06-15 14:03:17 -04:00
expressions.txt
Fixed
#24952
-- Fixed example SQL in Func() expressions docs
2015-06-08 15:14:15 +01:00
fields.txt
Fixed
#25129
-- Made model instance defaults work with migrations (refs
#24919
).
2015-07-21 09:19:40 -04:00
index.txt
…
instances.txt
Fixed mistake in Model.from_db() example.
2015-07-03 09:08:22 -04:00
lookups.txt
…
meta.txt
Renamed RemovedInDjangoXYWarnings for new roadmap.
2015-06-24 16:08:20 -04:00
options.txt
Fixed
#24881
-- Clarified Meta.order_with_respect_to documentation
2015-06-19 07:01:54 -04:00
querysets.txt
Fixed
#24997
-- Enabled bulk_create() on proxy models
2015-07-02 13:53:51 -04:00
relations.txt
…