summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2012-07-22[py3] Removed longs.Aymeric Augustin
2012-07-22[py3] Switched to Python 3-compatible introspection.Aymeric Augustin
2012-07-22[py3] Used six.with_metaclass wherever necessary.Aymeric Augustin
2012-07-21Fixed #10057 -- Ensured that the 'show_delete' context variable in the admin'...Julien Phalip
2012-07-19Fixed #18504 -- Computed |naturalday in local time.Aymeric Augustin
2012-07-19Fixed #18608 -- Reduced monkey-patching in tests.Aymeric Augustin
2012-07-16Fixed #3881 -- skip saving session when response status is 500Anssi Kääriäinen
2012-07-15Removed debugging line left in previous commitClaude Paroz
2012-07-15Dropped support for GDAL < 1.5Claude Paroz
2012-07-14Fixed auth to not use an internal implementation detail of SortedDictAlex Gaynor
2012-07-09Added supplementary check for CUIT number of ar localflavorClaude Paroz
2012-07-09Fixed #18537 -- Fixed CUIT calculation in ar localflavorClaude Paroz
2012-07-08Fixed #18487 -- Made sure that protocol-relative URLs aren't processed by the...Jannis Leidel
2012-07-08Fixed #18050 -- Fixed a rather glaring bug in the handling of @import stateme...Jannis Leidel
2012-07-08Merge branch 'master' of github.com:django/djangoJannis Leidel
2012-07-08Fixed #18430 -- Use the FILE_CHARSET setting when reading from a file during ...Jannis Leidel
2012-07-07Fixed #17978 -- Fixed a minor layout issue when an inline contains a filter h...Julien Phalip
2012-07-07Merge branch 'master' of github.com:django/djangoFlorian Apolloner
2012-07-07Fixed #18254 -- Added ability to the static template tags to store the result...Jannis Leidel
2012-07-07Fixed a regression in the user admin page introduced in a92e7f37c4ae84b6b8d80...Florian Apolloner
2012-07-07Fixed #17257 - Removed outdated comment in syndication viewClaude Paroz
2012-07-06Merge pull request #176 from benspaulding/ticket_18521Adrian Holovaty
2012-07-06Fixed #18572 - Python26 string format incompatibilityLuke Plant
2012-07-03Fixed incorrect URL to object on delete confirmation and history pageLuke Plant
2012-07-03Removed various unnecessary instances of mark_safe applied to URLsLuke Plant
2012-07-03Changed a lot of internal code to use 'format_html' where appropriate/possibleLuke Plant
2012-07-01Fixed #18550 -- Ensured that the admin history view works with escaped primar...Julien Phalip
2012-06-30Isolated sitemaps test from ABSOLUTE_URL_OVERRIDESClaude Paroz
2012-06-30Fixed #18102 -- Defined min/max_length on French localflavor form fieldsClaude Paroz
2012-06-26Add reST role to templates named in some view docs.Ben Spaulding
2012-06-25Fixed #17966 -- Isolated ProfileTestCase from custom AUTH_PROFILE_MODULEClaude Paroz
2012-06-22Corrected the `instance_dict` description for form wizards.Florian Apolloner
2012-06-19Fixed #15271 -- Defined a to_python method for GeometryFieldClaude Paroz
2012-06-19Added support for gdal 1.9.danger
2012-06-18Fixed #18444 -- Replace hard coded "View on Site" URLsDaniel Hepper
2012-06-18Fixed #18450 -- Removed default values for i18n JavaScript URLs in Admin temp...Daniel Hepper
2012-06-17Fixed GIS testsuite.Florian Apolloner
2012-06-16Fixed #18420 -- Prevented the admin JS from crashing when the main form conta...Julien Phalip
2012-06-16Updated the admin's minified JS files.Julien Phalip
2012-06-16Fixed #18477 -- Fixed colspan value when a TabularInline form contains valida...Julien Phalip
2012-06-16Skip GeometryFieldTest if there's no spacial database.Julien Phalip
2012-06-14Executed SpatialRefSysTest only with spatial backendClaude Paroz
2012-06-14Discovered some geodjango tests with standard mechanismClaude Paroz
2012-06-14Fixed #17754 -- Refactored gis.measureClaude Paroz
2012-06-12Cleaned up locale-related encoding issuesClaude Paroz
2012-06-10Corrected way to get URL of object in admin history templateLuke Plant
2012-06-09Fixed #17760 -- Implemented callable database features as cached propertiesClaude Paroz
2012-06-08Cleaned whitespace errors introduced in previous commitAnssi Kääriäinen
2012-06-08Fixed #18399 – Added a way to get ContentTypes for proxy modelsSimon Charette