.. |
admin_changelist
|
…
|
|
admin_inlines
|
…
|
|
admin_ordering
|
…
|
|
admin_registration
|
…
|
|
admin_scripts
|
Fixed #1142 -- Added multiple database support.
|
2009-12-22 15:18:51 +00:00 |
admin_validation
|
Fixed #342 -- added readonly_fields to ModelAdmin. Thanks Alex Gaynor for bootstrapping the patch.
|
2009-12-22 18:29:00 +00:00 |
admin_views
|
Fixed #342 -- added readonly_fields to ModelAdmin. Thanks Alex Gaynor for bootstrapping the patch.
|
2009-12-22 18:29:00 +00:00 |
admin_widgets
|
Fixed #12367 -- Modified test urls to avoid the DeprecationWarning caused by old-style admin inclusions. Thanks to Travis Cline for the patch.
|
2009-12-14 11:19:40 +00:00 |
aggregation_regress
|
Fixed #1142 -- Added multiple database support.
|
2009-12-22 15:18:51 +00:00 |
app_loading
|
…
|
|
backends
|
Fixed #1142 -- Added multiple database support.
|
2009-12-22 15:18:51 +00:00 |
bash_completion
|
Refs #11109 -- Touched some whitespace so Trac will display some files correctly.
|
2009-12-02 00:30:00 +00:00 |
bug639
|
…
|
|
bug8245
|
…
|
|
builtin_server
|
…
|
|
cache
|
…
|
|
comment_tests
|
…
|
|
conditional_processing
|
…
|
|
context_processors
|
Fixed #12060 - equality tests between User and SimpleLazyObject-wrapped User failed.
|
2009-10-20 14:11:08 +00:00 |
csrf_tests
|
…
|
|
custom_columns_regress
|
…
|
|
custom_managers_regress
|
…
|
|
datastructures
|
…
|
|
datatypes
|
Fixed #1142 -- Added multiple database support.
|
2009-12-22 15:18:51 +00:00 |
dateformat
|
…
|
|
datetime_safe
|
…
|
|
db_typecasts
|
…
|
|
decorators
|
…
|
|
defaultfilters
|
…
|
|
defer_regress
|
Fixed #1142 -- Added multiple database support.
|
2009-12-22 15:18:51 +00:00 |
delete_regress
|
Fixed #1142 -- Added multiple database support.
|
2009-12-22 15:18:51 +00:00 |
dispatch
|
Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Thanks, Jeremy Dunck.
|
2009-12-17 22:06:41 +00:00 |
expressions_regress
|
Fixed #1142 -- Added multiple database support.
|
2009-12-22 15:18:51 +00:00 |
extra_regress
|
Fixed #1142 -- Added multiple database support.
|
2009-12-22 15:18:51 +00:00 |
file_storage
|
…
|
|
file_uploads
|
Fixed #10687: fixed request parsing when upload_handlers is empty. Thanks, Armin Ronacher.
|
2009-05-08 17:22:34 +00:00 |
fixtures_regress
|
Fixed #1142 -- Added multiple database support.
|
2009-12-22 15:18:51 +00:00 |
forms
|
Fixed #9289 - Added Swedish localflavor. Thanks to Andreas Pelme, Ludvig Ericson and Filip Noetzel for working on a patch.
|
2009-12-22 21:10:40 +00:00 |
formwizard
|
…
|
|
generic_inline_admin
|
Fixed #1142 -- Added multiple database support.
|
2009-12-22 15:18:51 +00:00 |
generic_relations_regress
|
…
|
|
get_or_create_regress
|
…
|
|
httpwrappers
|
…
|
|
humanize
|
…
|
|
i18n
|
Fixed #7980 - Improved i18n framework to support locale aware formatting (dates and numbers) and form processing.
|
2009-12-22 17:58:49 +00:00 |
initial_sql_regress
|
…
|
|
inline_formsets
|
…
|
|
introspection
|
Fixed #1142 -- Added multiple database support.
|
2009-12-22 15:18:51 +00:00 |
localflavor
|
Fixed #10969: Made US State field a CharField, fixing a few oddities in its behavior. Thanks Paul McLanahan.
|
2009-12-13 21:56:18 +00:00 |
m2m_regress
|
…
|
|
m2m_through_regress
|
…
|
|
mail
|
…
|
|
managers_regress
|
Fixed #7154 -- Inherit all model managers from abstract base classes.
|
2008-09-02 09:04:54 +00:00 |
many_to_one_regress
|
…
|
|
max_lengths
|
…
|
|
middleware
|
…
|
|
model_fields
|
Fixed #1142 -- Added multiple database support.
|
2009-12-22 15:18:51 +00:00 |
model_forms_regress
|
Fixed #12215: Added len to ModelChoiceIterator. Thanks Alex and Tobias.
|
2009-12-13 17:46:52 +00:00 |
model_formsets_regress
|
…
|
|
model_inheritance_regress
|
Fixed #1142 -- Added multiple database support.
|
2009-12-22 15:18:51 +00:00 |
model_inheritance_select_related
|
…
|
|
model_regress
|
Fixed #1142 -- Added multiple database support.
|
2009-12-22 15:18:51 +00:00 |
modeladmin
|
…
|
|
multiple_database
|
Fixed #1142 -- Added multiple database support.
|
2009-12-22 15:18:51 +00:00 |
null_fk
|
…
|
|
null_fk_ordering
|
…
|
|
null_queries
|
Improved table join handling for comparisons against NULL.
|
2009-03-06 02:02:09 +00:00 |
one_to_one_regress
|
…
|
|
pagination_regress
|
…
|
|
queries
|
Fixed #1142 -- Added multiple database support.
|
2009-12-22 15:18:51 +00:00 |
requests
|
Fixed #7494 -- Fixed build_absolute_url() for some types of (uncommon) URLs.
|
2008-08-23 17:28:12 +00:00 |
reverse_single_related
|
…
|
|
select_related_regress
|
…
|
|
serializers_regress
|
Fixed #1142 -- Added multiple database support.
|
2009-12-22 15:18:51 +00:00 |
servers
|
…
|
|
settings_tests
|
Fixed the tests I broke with [11824].
|
2009-12-12 18:45:43 +00:00 |
signals_regress
|
…
|
|
string_lookup
|
…
|
|
syndication
|
…
|
|
templates
|
Fixed #6262 -- Added a cached template loader, and modified existing template loaders and tag to be cacheable. Thanks to Mike Malone for the patch.
|
2009-12-14 12:08:23 +00:00 |
test_client_regress
|
Fixed #6262 -- Added a cached template loader, and modified existing template loaders and tag to be cacheable. Thanks to Mike Malone for the patch.
|
2009-12-14 12:08:23 +00:00 |
test_runner
|
Corrected the tests for DjangoTestRunner so they pass under Postgres.
|
2009-12-22 06:00:57 +00:00 |
test_utils
|
…
|
|
text
|
Fixed #9315 -- Handle spaces in URL tag arguments.
|
2009-04-10 04:13:27 +00:00 |
urlpatterns_reverse
|
Fixed #10326: handler500 and handler404 may now be callables. Thanks, dcwatson, adurdin.
|
2009-12-13 20:29:04 +00:00 |
utils
|
Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Thanks, Jeremy Dunck.
|
2009-12-17 22:06:41 +00:00 |
views
|
Fixed #10927 - Content Types shortcut view throws 500s instead of 404s
|
2009-12-19 15:25:16 +00:00 |
__init__.py
|
…
|
|