summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-27Fixed #23357 -- Added small int introspection support to MySQL backend.Jon Dufresne
In the MySQL backend, updated the can_introspect_small_integer feature flag to True. In data_types_reverse, map FIELD_TYPE.SHORT to a SmallIntegerField. Added test to verify introspecting SmallIntegerFields and fixed existing tests influenced by this change.
2014-08-27Fixed #13749 -- Added link from admin site to front-end site.areski
Thanks romankrv for the suggestion.
2014-08-27Documented --database option for migrate.Tim Graham
Thanks Mike O'Connor for the reporty.
2014-08-27Fixed #23354 -- Documented that ModelChoiceField to_field_name should be a ↵Tim Graham
unique field. Thanks Keryn Knight for the suggestion.
2014-08-27Fixed tiny commit style inconsistency in committing code documentation.Erik Romijn
2014-08-26Fixed clone URL of Django git repository.Duncan Parkes
2014-08-26Lowered memory consumption in debug ouput testClaude Paroz
2014-08-26Fixed #22620 -- Emphasized role of DATABASE_ROTERS in multi-db docs.Tim Graham
Thanks Mike O'Connor for the suggestions.
2014-08-26Fixed #21567 -- Documented how to deploy multiple sites using the sites ↵Tim Graham
framework.
2014-08-26Added exception name in debug error messageClaude Paroz
This can help when some exception has no error message.
2014-08-26Fixed #23250 -- Documented that ModelMultipleChoiceField queryset may be None.Tim Graham
2014-08-26Fixed #17707, #20734 -- Added examples to URL namespacing docs.Tim Graham
Thanks Daniele Procida for review.
2014-08-26Fixed #19312 -- Documented MySQL TIMESTAMP columns cannot be used with ↵Tim Graham
USE_TZ=True.
2014-08-26Removed some more hardcoded backends in GIS testsClaude Paroz
Refs #22632. Thanks Tim Graham for the review.
2014-08-26Allowed skipIf/UnlessDBFeature to accept several feature stringsClaude Paroz
2014-08-26Document that we should also offer sha256 checksums for packagesAlex Gaynor
2014-08-26Fixed #17719 -- Documented that template syntax sequences cannot be used as ↵Tim Graham
string literals.
2014-08-26Fixed #23362 -- Clarified "database columns as attributes" in tutorial.Tim Graham
2014-08-26Fixed spelling mistake in file docs.Tim Graham
2014-08-26Added words to spelling_wordlist.Tim Graham
2014-08-26Fixed #23075 -- Added documentation on novalidate attribute and made it ↵Erik Romijn
default for admin Thanks to sehmaschine for the report and to Tim Graham for the review.
2014-08-26Clarified that makemessages -l takes a locale name, not a language code.Mitch Davis
2014-08-25Made main user disconnect after creating test user/tablespaces on OracleShai Berger
2014-08-25Removed unnecessary absolute_imports.Tim Graham
2014-08-24Alphabetized AUTHORS by first name.Halit Alptekin
2014-08-24Fixed #23355 -- Updated admin jQuery to 1.11.1.Tim Graham
2014-08-24Fixed #23131 -- Documented serialization of callable functions in migrations.Tim Graham
2014-08-23Fixed #21648 -- Deprecated is_admin_site option to auth.views.password_reset().Tim Graham
2014-08-23Fixed #22154 -- Added "Built-in" to some class-based views titles.Tim Graham
2014-08-23Fixed #23341 -- Added migration name to nonexistent migration error in ↵Raffaele Salmaso
makemigrations.
2014-08-23Clarified release preparation step about dates.Tim Graham
2014-08-23Fixed #23352 -- Added tests for MigrationGraph.{forwards,backwards}_planRaffaele Salmaso
2014-08-23Updated docs about Spatialite collect/extent supportClaude Paroz
2014-08-23Replaced no_mysql by connection featuresClaude Paroz
Refs #22632. Thanks Tim Graham for the review.
2014-08-23Replaced no_spatialite by connection featuresClaude Paroz
Refs #22632. Thanks Tim Graham for the review.
2014-08-23Replaced HAS_SPATIALREFSYS by a database featureClaude Paroz
2014-08-23Fixed #23344 -- Removed duplicate docs for file upload settings.Tim Graham
2014-08-23Fixed #22867 -- Memoized django.utils.version.get_git_changeset().Tim Graham
Restored original fix that had to be removed because the old djangoproject server was still using Python 2.6.
2014-08-23Added new supported languagesClaude Paroz
Forward port of 46393980cf from stable/1.7.x
2014-08-22Fixed #23333 -- Made urlsafe_base64_decode() return proper type on Python 3.Ian Foote
2014-08-22Tweaked docstrings from previous commit.Tim Graham
2014-08-22Fixed #23167 -- Added BaseForm.__repr__()areski
Thanks Keryn Knight for the idea.
2014-08-22Fixed #23327 -- Added 'zero' syntax to migrate help messageareski
2014-08-22Fixed #23324 -- Mentioned Site.id in contrib.sites docs.Tim Graham
2014-08-22Fixed #23342 -- Clarified warning about naive time objects.Kristian Glass
Thanks to apollo13 for suggested wording.
2014-08-22Fixed #23343 -- Typo in docs/ref/class-based-views/generic-date-based.txt.Tim Graham
2014-08-22Added docstring forgotten in 56252e7.Shai Berger
2014-08-21Update squashmigration docs to also mention circ dep errs (refs #23337)Andrew Godwin
2014-08-22Fixed schema test for Oracle 11.2.0.1 which is used in Django Project's CI.Shai Berger
Refs #23073 Workaround. Refs #22738 Repeats the mysql "offense". When the issue is solved, the Oracle special case should be made to play with the solution (that is, Oracle should be fixed the same way that mysql and the 3rd-party backneds are).
2014-08-20Added dates to release notes.Tim Graham