summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
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-15Favored text (StringIO) over binary content for deserializationClaude Paroz
2012-06-14IfParser.next() method renamed to avoid confusion with iterator protocol.Luke Plant
2012-06-14Reverted part of 169b1a40 which was mistakenly applied to a non-iterator class.Luke Plant
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-14Fixed #12140 -- Fixed http.urlencode result for empty listsClaude Paroz
2012-06-13Fixed connection.queries encoding handling on OracleAnssi Kääriäinen
2012-06-13Fixed #18461 -- Ensured that last_executed_query returns UnicodeClaude Paroz
2012-06-12Cleaned up locale-related encoding issuesClaude Paroz
2012-06-11Fixed #18463 -- Forced type() argument to be a byte stringClaude Paroz
2012-06-11Fixed #18451 -- Vastly improved class based view documentation.Jannis Leidel
2012-06-10Fixed #18457 -- Fixed encoding error in yaml deserializerClaude Paroz
2012-06-10Corrected way to get URL of object in admin history templateLuke Plant
2012-06-09Fixed #17159 -- Validated returned number of next|previous_page_numberClaude Paroz
2012-06-09Reverted 905e33f, now that DatabaseFeatures does not need confirmClaude Paroz
2012-06-09Fixed #17760 -- Implemented callable database features as cached propertiesClaude Paroz
2012-06-09Fixed #16418 -- Made generic views work with ModelFormsAnssi Kääriäinen
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
2012-06-08Used git log instead of git show for last commit's timestampAnssi Kääriäinen
2012-06-08Merge pull request #123 from apollo13/ticket18381Aymeric Augustin
2012-06-07Fixed #18433 -- Fixed "View on Site" link in inline admin for models with cus...Daniel Hepper
2012-06-07Fixed #18432 -- Prevented the ForeignKey field from creating an invalid query...Jann Kleen
2012-06-07Fixed #18363 -- Added Python 3 compatibility layer.Claude Paroz
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-06-07Don't escape object ids when passing to the contenttypes.shortcut view.Florian Apolloner
2012-06-07Fixed #18397 -- Avoided referencing lawrence.com.Aymeric Augustin
2012-06-07Fixed #10200 -- Raised CommandError when errors happen in loaddata.Claude Paroz
2012-06-07Fixed #14502 -- Added a verbatim template tag.Aymeric Augustin
2012-06-06Small cleanup in prefetch_related codeLuke Plant
2012-06-06Fixed #18309 - Prefetch related does not work for fkey to multitable inherite...Luke Plant
2012-06-06Made TestNoInitialDataLoading pass with MySQL (Refs #15926)Claude Paroz
2012-06-06Fixed #18184 -- Moved algorithm identification code to hashers moduleClaude Paroz
2012-06-06Delayed encoding of password and salt in password checking.Claude Paroz
2012-06-06Fixed #17328 -- Added OpenLayersWidget _has_changed methodClaude Paroz
2012-06-06Fixed #17736 -- Kept maximal floating-point accuracy in from_bboxClaude Paroz
2012-06-05Fixed #15926 -- Added option --no-initial-data to syncdb and flush.Honza Kral
2012-06-05Merge branch 'master' of https://github.com/django/djangomartin.bohacek
2012-06-05Ticket #17804 fix.martin.bohacek
2012-06-04Used skipUnless decorator to skip tests in geos tests.Claude Paroz
2012-06-03Fixed #17138 -- Made the sensitive_variables decorator work with object methods.Julien Phalip
2012-06-03Remove the summary attribute of the tableSamuel Sutch
2012-06-02Fixed #14478 -- Isolated messages tests from custom TEMPLATE_CONTEXT_PROCESSORSClaude Paroz
2012-06-02Made sitemaps tests use override_settings. Refs #14478Claude Paroz
2012-06-01Made inspectdb tests deal with a smaller generated models.py file.Ramiro Morales
2012-06-01Fixed a typo in a comment. Refs #17742.Aymeric Augustin