summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2012-09-27Fixed a small oversight in auth testsPreston Holmes
2012-09-27Fixed #18979 -- Avoid endless loop caused by "val in PermLookupDict"Anssi Kääriäinen
2012-09-26Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mailAdrien Lemaire
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-09-25Fixed #19020 -- Do not depend on dict order in formtools testsClaude Paroz
2012-09-24Fixed #18072 -- Made more admin links use reverse() instead of hard-coded rel...Ramiro Morales
2012-09-24Enlarged exception catching when testing for GDAL presenceClaude Paroz
2012-09-23[py3] Allowed bytes in get_prep_value for a GeometryClaude Paroz
2012-09-23[py3] Fixed unicode string in geoapp testClaude Paroz
2012-09-23[py3] Updated PostGIS adapterClaude Paroz
2012-09-23[py3] Fixed outdated map() call in GIS sql compilerClaude Paroz
2012-09-23[py3] Fixed GEOS/GDAL testsClaude Paroz
2012-09-23[py3] Added buffer/memoryview compatibilityClaude Paroz
2012-09-22Fixed #18968 -- Only use separate GML regex for SpatiaLite < 3.0Brian Galey
2012-09-22Made geo3d tests independent from each otherClaude Paroz
2012-09-22Fixed #16835 -- add groups to auth.user admin list_filterDan Loewenherz
2012-09-21Fixed #10853 -- Skipped some sessions tests with dummy cache backendClaude Paroz
2012-09-20Fixed #16577 -- Added a map_creation block in openlayers.js templateClaude Paroz
2012-09-20Fixed #17687 -- Made LayerMapping router-awareClaude Paroz
2012-09-17Added tests for d21f3d9b171a3cbff4c8ce7a9dbb8b8be3f21bac.Florian Apolloner
2012-09-17Only update `last_login` instead of the whole user object in `update_last_log...Florian Apolloner
2012-09-15Fixed #18530 -- Fixed a small regression in the admin filters where wrongly f...Julien Phalip
2012-09-15Fixed #17948 -- Isolated auth tests from custom template loadersClaude Paroz
2012-09-15Used ST_AsText for testing PostGIS raw queryClaude Paroz
2012-09-13Removed unused quoting/encoding in gis db backendClaude Paroz
2012-09-13Fixed #18795 -- Fixed failing GeoDjango testsClaude Paroz
2012-09-12[py3] Fixed GeoDjango mutable list testsClaude Paroz
2012-09-12Made minimal changes to make gis test suite start with Python 3Claude Paroz
2012-09-12Fixed test output check when password is blankClaude Paroz
2012-09-12Fixed #18182 -- Made is_usable_password check if hashing algorithm is correctClaude Paroz
2012-09-09Fix Python 3 test failure introduced in a78dd109.Carl Meyer
2012-09-08Adjust d7853c5 to not show ignorable warnings when running tests.Malcolm Tredinnick
2012-09-08Internal refactoring; moving LOOKUP_SEP up one level.Malcolm Tredinnick
2012-09-08Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names.Carl Meyer
2012-09-08Remove a couple unused imports.Carl Meyer
2012-09-08Removed warning check in test_load_overlong_keyClaude Paroz
2012-09-08Moved the admin inline JS to new JS files for cleanliness.Travis Swicegood
2012-09-08Fixed #18054 -- Deprecated contrib.markup. Thanks to simukis for the initial ...Preston Holmes
2012-09-08Remove Admin's swallowing of AttributeError (#16655, #18593, #18747)Travis Swicegood
2012-09-07Fixed #18781 -- Reduced max session cookie size.Aymeric Augustin
2012-09-07Removed many uses of bare "except:", which were either going to a) silence re...Alex Gaynor
2012-09-07[py3k] Silence many warnings while running the tests.Alex Gaynor
2012-09-07wrap long words in field labels on admin forms, closes #18755Dan Loewenherz
2012-09-04Negligible spacing fix in auth/forms.pyAdrian Holovaty
2012-08-31Merge pull request #313 from davidfischer/masterFlorian Apolloner
2012-08-30Replaced some smart_xxx by force_xxx equivalentClaude Paroz
2012-08-29Fixed comment typoDavid Fischer
2012-08-29Replaced many smart_bytes by force_bytesClaude Paroz
2012-08-26Made model instance history admin view link not hard-coded. Refs #15294.Ramiro Morales
2012-08-25Fixed #17448 -- Improved test and documented raw-sql gis queryClaude Paroz