index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
sqlite3
/
creation.py
Age
Commit message (
Expand
)
Author
2014-03-09
Reorganized the database test settings
Shai Berger
2013-09-06
Fixed #10164 -- Made AutoField increase monotonically on SQLite
Chris Wilson
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-03-11
Added an API to control database-level autocommit.
Aymeric Augustin
2013-03-02
Add a BinaryField model field
Claude Paroz
2012-10-22
Fixed #19162 -- Wrong indentation.
Jan Bednařík
2012-08-08
[py3] Replaced raw_input by input
Claude Paroz
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-03-13
Fixed #16329 -- Fixed detection of transaction-handling capabilities when all...
Ramiro Morales
2011-07-06
Fixed #16250 -- Made test database creation support code in the PostgreSQL DB...
Ramiro Morales
2011-06-11
Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...
Jannis Leidel
2010-12-08
Fixed error introduced in r14666 that results in the message reporting the te...
Ramiro Morales
2010-08-07
Rationalized the verbosity levels (including introducing a new super-verbose ...
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-17
Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten...
Karen Tracey
2008-09-01
Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django...
Jacob Kaplan-Moss
2008-08-16
Fixed #8355: Removed some whitespace that was apparently causing difficulty w...
Russell Keith-Magee
2008-08-15
Fixed #8331 -- Added style parameter to sqlite backend implementation of sql_...
Russell Keith-Magee
2008-08-11
Fixed #5461 -- Refactored the database backend code to use classes for the cr...
Russell Keith-Magee
2008-07-18
Fixed #7805 -- Removed ImageField.get_internal_type() because it doesn't offe...
Adrian Holovaty
2007-09-19
Fixed #231: all fields that should take max_length now do. Thanks, Don Spauld...
Jacob Kaplan-Moss
2007-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-07-20
Added a db_type() method to the database Field class. This is a hook for calc...
Adrian Holovaty
2007-05-21
Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code
Malcolm Tredinnick
2007-01-08
Fixed #1477: URLFields now accept a maxlength parameter. Thanks, Matt Croydon.
Jacob Kaplan-Moss
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty