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-03 13:34:26 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
History
Sergey Fedoseev
22ff86ec52
Refs
#28459
-- Made Oracle get_db_converters() return converter for empty strings only when it's needed.
2017-08-10 10:33:05 -04:00
..
apps
…
bin
…
conf
…
contrib
Fixed
#28465
-- Unified index SQL creation in DatabaseSchemaEditor
2017-08-08 17:37:43 +02:00
core
Fixed argument name in call_command() docstring.
2017-08-09 18:05:05 -04:00
db
Refs
#28459
-- Made Oracle get_db_converters() return converter for empty strings only when it's needed.
2017-08-10 10:33:05 -04:00
dispatch
…
forms
Simplified Float/DecimalField.validate() with math.isfinite().
2017-08-09 20:41:39 -04:00
http
…
middleware
…
template
…
templatetags
…
test
…
urls
…
utils
…
views
Fixed
#28457
-- Updated the design of the 'Congrats' page for new Django projects.
2017-08-07 10:33:55 -04:00
__init__.py
…
__main__.py
…
shortcuts.py
…