This website requires JavaScript.
Explore
Help
Sign In
test0908
/
django
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
de912495ab
django
/
tests
/
requirements
/
base.txt
9 lines
65 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fixed #19196 -- Added test/requirements
2013-07-02 01:58:04 +08:00
bcrypt
docutils
Fixed #21538 -- Added numpy to test/requirements/base.txt Thanks Tim Graham for the report
2013-12-03 01:21:48 +08:00
numpy
Fixed #19196 -- Added test/requirements
2013-07-02 01:58:04 +08:00
Pillow
PyYAML
Fixed #21032 -- pip 1.4 can't install pytz.
2013-09-07 11:11:55 +08:00
pytz > dev
Fixed #19196 -- Added test/requirements
2013-07-02 01:58:04 +08:00
selenium
Fixed #3214 -- Stopped parsing SQL with regex. Avoided introducing a new regex-based SQL splitter in the migrations framework, before we're bound by backwards compatibility. Adapted this change to the legacy "initial SQL data" feature, even though it's already deprecated, in order to facilitate the transition to migrations. sqlparse becomes mandatory for RunSQL on some databases (all but PostgreSQL). There's no API to provide a single statement and tell Django not to attempt splitting. Since we have a more robust splitting implementation, that seems like a good tradeoff. It's easier to add a new keyword argument later if necessary than to remove one. Many people contributed to both tickets, thank you all, and especially Claude for the review. Refs #22401.
2014-04-26 16:22:48 +08:00
sqlparse