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-03-02 13:04:24 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Andriy Sokolovskiy
e4cf8c8420
Fixed
#24301
-- Added PostgreSQL-specific aggregate functions
2015-03-30 10:44:37 -04:00
..
class-based-views
…
contrib
Fixed
#24301
-- Added PostgreSQL-specific aggregate functions
2015-03-30 10:44:37 -04:00
files
…
forms
…
models
Improved docs for timezone handling for auto_now and auto_now_add
2015-03-29 22:32:05 +02:00
templates
…
applications.txt
…
checks.txt
…
clickjacking.txt
…
csrf.txt
…
databases.txt
Dropped support for PostgreSQL 9.0.
2015-03-27 12:10:55 -04:00
django-admin.txt
Fixed
#24550
-- Added migration operation description to sqlmigrate output
2015-03-30 16:31:20 +02:00
exceptions.txt
…
index.txt
…
middleware.txt
…
migration-operations.txt
…
request-response.txt
…
schema-editor.txt
…
settings.txt
…
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
Fixed
#24469
-- Refined escaping of Django's form elements in non-Django templates.
2015-03-27 19:46:20 -04:00
validators.txt
Fixed
#24531
-- Improved CommaSeparatedIntegerField validation.
2015-03-25 18:49:59 -04:00
views.txt
…