~ubuntu-branches/debian/sid/sqlalchemy/sid

« back to all changes in this revision

Viewing changes to lib/SQLAlchemy.egg-info/SOURCES.txt

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski
  • Date: 2012-01-29 23:29:50 UTC
  • mfrom: (1.4.18)
  • Revision ID: package-import@ubuntu.com-20120129232950-1mw4zn2xy2o51ua5
Tags: 0.7.5-1
* New upstream release
  - minumum required python-sphinx version bumped to 1.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
CHANGES_PRE_06
3
3
LICENSE
4
4
MANIFEST.in
5
 
README
6
5
README.py3k
 
6
README.rst
7
7
README.unittests
8
8
distribute_setup.py
9
9
ez_setup.py
75
75
doc/_sources/orm/extensions/orderinglist.txt
76
76
doc/_sources/orm/extensions/sqlsoup.txt
77
77
doc/_static/basic.css
 
78
doc/_static/comment-bright.png
 
79
doc/_static/comment-close.png
 
80
doc/_static/comment.png
78
81
doc/_static/default.css
79
82
doc/_static/docs.css
80
83
doc/_static/doctools.js
 
84
doc/_static/down-pressed.png
 
85
doc/_static/down.png
81
86
doc/_static/file.png
82
87
doc/_static/init.js
83
88
doc/_static/jquery.js
87
92
doc/_static/searchtools.js
88
93
doc/_static/sidebar.js
89
94
doc/_static/underscore.js
 
95
doc/_static/up-pressed.png
 
96
doc/_static/up.png
 
97
doc/_static/websupport.js
90
98
doc/build/Makefile
91
99
doc/build/conf.py
92
100
doc/build/contents.rst
155
163
doc/build/templates/genindex.mako
156
164
doc/build/templates/layout.mako
157
165
doc/build/templates/page.mako
 
166
doc/build/templates/rtd_layout.mako
158
167
doc/build/templates/search.mako
159
 
doc/build/templates/site_base.mako
160
168
doc/build/templates/static_base.mako
161
169
doc/build/texinputs/Makefile
162
170
doc/build/texinputs/sphinx.sty
229
237
examples/custom_attributes/__init__.py
230
238
examples/custom_attributes/custom_management.py
231
239
examples/custom_attributes/listen_for_events.py
 
240
examples/declarative_reflection/__init__.py
 
241
examples/declarative_reflection/declarative_reflection.py
232
242
examples/dynamic_dict/__init__.py
233
243
examples/dynamic_dict/dynamic_dict.py
234
244
examples/elementtree/__init__.py
430
440
test/engine/test_execute.py
431
441
test/engine/test_parseconnect.py
432
442
test/engine/test_pool.py
 
443
test/engine/test_processors.py
433
444
test/engine/test_reconnect.py
434
445
test/engine/test_reflection.py
435
446
test/engine/test_transaction.py
469
480
test/orm/test_compile.py
470
481
test/orm/test_composites.py
471
482
test/orm/test_cycles.py
 
483
test/orm/test_default_strategies.py
472
484
test/orm/test_defaults.py
473
485
test/orm/test_deprecations.py
474
486
test/orm/test_descriptor.py