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
Age
Commit message (
Expand
)
Author
2010-04-28
Fixed #13431 -- Corrected a unicode literal in select widgets. Thanks to gutw...
Russell Keith-Magee
2010-04-27
Removed an import that is no longer needed after r13033.
Karen Tracey
2010-04-27
Fixed #12749 -- Corrected a problem with validation of inline primary keys. T...
Russell Keith-Magee
2010-04-27
Reverted r13021 -- Trunk no longer supports Python 2.3, so the special case i...
Russell Keith-Magee
2010-04-27
Refs #13427 -- Removed translation from verbose_name and verbose_name_plural ...
Russell Keith-Magee
2010-04-27
Fixed #13407 -- Corrected verbose names for autogenerated m2m models, and cle...
Russell Keith-Magee
2010-04-27
Fixed #12286 -- Corrected order of table creation in syncdb so that it doesn'...
Russell Keith-Magee
2010-04-26
Fixed #13419 - Updated Danish translation. Thanks, Finn Gruwier Larsen.
Jannis Leidel
2010-04-26
Fixed #13365 - Updated French translation. Thanks, Stéphane Raimbault.
Jannis Leidel
2010-04-26
Updated German translation. Also fixed #13208.
Jannis Leidel
2010-04-25
Fixed #13404 -- Reworked module_has_submodule() to allow it to work under App...
Russell Keith-Magee
2010-04-24
Fixed #13362 -- Disabled the test for bug #8245 under Python 2.3 due to diffe...
Russell Keith-Magee
2010-04-23
Fixed #11764 -- Added a missing set of parentheses in a call calculating the ...
Russell Keith-Magee
2010-04-21
Fixed #13396 -- Modified the SQLite introspection code to avoid a problem wit...
Russell Keith-Magee
2010-04-21
Fixed the model_forms doctests to not depend on writer PKs, which are db-depe...
Karen Tracey
2010-04-21
Tweak the last two tests from r13013 to test what they are intended to test i...
Karen Tracey
2010-04-21
Fixed #13328 -- Ensured that querysets on models with callable defaults can b...
Russell Keith-Magee
2010-04-21
Fixed #13389 -- Ensured that the app_loading test clears out the app cache at...
Russell Keith-Magee
2010-04-21
Fixed #13374 -- Modified a test so that it can pass under PyPy. This is a rei...
Russell Keith-Magee
2010-04-20
Revert part of r12998 that prevents the forms doctests in tests.py from running.
Karen Tracey
2010-04-20
Fixed #13387 -- Removed some duplicated departments in the French localflavor...
Russell Keith-Magee
2010-04-20
Fixed #13366 -- Corrected the field __setstate__ method to avoid a race condi...
Russell Keith-Magee
2010-04-20
Fixed #13382 -- Modified a message used for testing purposes to allow test pa...
Russell Keith-Magee
2010-04-19
Fixed #11967: use a different technique to get `ADMIN_MEDIA_PREFIX` in admin JS.
Jacob Kaplan-Moss
2010-04-19
Fixed #13373 -- Ensured that {% if %} statements will short circuit template ...
Russell Keith-Magee
2010-04-19
Fixed #13370 -- Corrected the handling of pickling for lazy() proxy objects. ...
Russell Keith-Magee
2010-04-19
Fixed #13374 -- Corrected some more minor issues causing problems for PyPy. T...
Russell Keith-Magee
2010-04-19
Fixed #13361 - Made sure jQuery is always included in the admin changelist an...
Jannis Leidel
2010-04-16
Fixed #11810 -- Fixed typo and errors that prevented `modifiable` from workin...
Justin Bronn
2010-04-16
Fixed #13358 -- Ensured that db_manager() can be used to override database ro...
Russell Keith-Magee
2010-04-16
Fixed #13357 -- Minor changes to get Django running under PyPy. Thanks to Ale...
Russell Keith-Magee
2010-04-15
Fixed #9427: Allow for autodiscover to load admin modules from apps in eggs. ...
Karen Tracey
2010-04-15
Add file mistakenly left out of r12986. Refs #13334.
Karen Tracey
2010-04-15
Fixed #13334: Restored ability to load template tags from eggs. Again thanks ...
Karen Tracey
2010-04-15
Fixed #13353: Corrected a couple of tests that were dependent on dictionary o...
Karen Tracey
2010-04-15
Fixed #13348: Restored ability to load models from apps in eggs. Thanks Ramir...
Karen Tracey
2010-04-15
Fixed a test failure under Postgres caused by primary key sequence allocation.
Russell Keith-Magee
2010-04-15
Fixed #13184 -- Document the requirement that custom model fields using Subfi...
Russell Keith-Magee
2010-04-15
Fixed #13349 -- Ensure that raw queries evaluate the entire query if the back...
Russell Keith-Magee
2010-04-15
Fixed #13328 -- Added a __getstate__/__setstate__ pair to fields so that call...
Russell Keith-Magee
2010-04-15
Fixed #13352 -- Added __repr__ method for Validation Error. Thanks to elpaso6...
Russell Keith-Magee
2010-04-14
Fixed Python 2.4 incompatibility introduced in r12972.
Karen Tracey
2010-04-14
Fixed #13335: Adjusted the r12950 fix to properly handle import errors result...
Karen Tracey
2010-04-14
Fixed #13345: Don't attempt to load the locale regressiontests subdirectory a...
Karen Tracey
2010-04-13
Fixed #13227 -- Ensure that the query cache is flushed when a QuerySet is dee...
Russell Keith-Magee
2010-04-13
Fixed #13290 - Added a section about minification of admin JavaScript files t...
Jannis Leidel
2010-04-13
Fixed #12903 - Made translating the admin action selection text easier. Thank...
Jannis Leidel
2010-04-13
Also minify the JavaScript file for pre-populated form fields in the admin.
Jannis Leidel
2010-04-13
Fixed #12882 - Moved the admin's jQuery into our own namespace to lower the r...
Jannis Leidel
2010-04-13
Fixed #13332 -- Corrected the cleanup code in the test client to avoid a refc...
Russell Keith-Magee
[prev]
[next]