summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-27Refs #2495 -- Documented that MySQL cannot have TextField(unique=True).Tim Graham
2015-08-27Fixed #24201 -- Added order_with_respect_to support to GenericForeignKey.Alex Hill
2015-08-27Fixed #24590 -- Cached calls to swappable_setting.Markus Holtermann
2015-08-27Fixed #25280 -- Properly checked regex objects for equality to prevent infini...Markus Holtermann
2015-08-26Fixed #25308 -- Made MigrationQuestioner respect MIGRATION_MODULES setting.Jeremy Satterfield
2015-08-26Added 'subtransactions' to spelling wordlist.Tim Graham
2015-08-25Fixed #25311 -- Removed vague language about "partial commits" from docs.Tim Graham
2015-08-25Fixed #14217 -- Added validation for field name collision when using model in...sarthakmeh
2015-08-25Updated PROJ.4 link to new GitHub wiki.David Sanders
2015-08-25Fixed #25309 -- Corrected that ATOMIC_REQUESTS applies per view not per request.Tim Graham
2015-08-25Fixed #25295 -- Restored 'no active translation' after language overrideClaude Paroz
2015-08-24Fixed #25302 -- Prevented BrokenLinkEmailsMiddleware from reporting 404s when...Maxime Lorant
2015-08-24Fixed #23727 -- Inhibited the post_migrate signal when using serialized_rollb...Tommy Beadle
2015-08-24Fixed #25047 -- Improved "Conflicting migrations" error message.Tim Graham
2015-08-22Tweak some examples.Aymeric Augustin
2015-08-22Recommend relative imports within Django components.Aymeric Augustin
2015-08-22Fixed #25300 -- Added unit tests for BoundField.id_for_labelMaxime Lorant
2015-08-22Forwardported release note for refs #25040.Tim Graham
2015-08-21Removed BaseForm._raw_value().Tim Graham
2015-08-21Fixed #25284 -- Documented removal of implicit QuerySet __in lookups.Tim Graham
2015-08-20Refs #24914 -- Added docs for more auth mixin methods.Tim Graham
2015-08-20Fixed typo in tests/migrations/test_autodetector.py.Tim Graham
2015-08-20Added a test to ensure empty sessions are saved.Tim Graham
2015-08-20Fixed #24951 -- Fixed AssertionError in delete queries involving a foreign/pr...Tim Graham
2015-08-19Refs #12400 -- Added supports_geometry_field_unique_index GIS db feature.Jani Tiainen
2015-08-19Fixed #25153 -- Moved 'polls' first in tutorial's INSTALLED_APPS.Tim Graham
2015-08-19Fixed #25285 -- Provided unknown command message with plain django-admin.pyClaude Paroz
2015-08-19Recommended the JavaScript Cookie library instead of jQuery cookie.Marc
2015-08-19Refs #24451 -- Corrected Django version for {% cycle %} deprecation.Tim Graham
2015-08-19Fixed style issues in testing docsMarkus Holtermann
2015-08-18Added stub release notes for 1.8.5.Tim Graham
2015-08-18Added a note in .gitignore to discourage pull requests containing IDE specifi...Tim Graham
2015-08-18Fixed #25225 -- Simplified code to remove GEOSIndexErrorTim Graham
2015-08-18Used consistent capitalization and hyphenation of "class-based views" in docs.Anton Strogonoff
2015-08-18Added two more tests for user-entered passwords when creating a superuser.David Gibbons
2015-08-18Corrected inconsistent indentation in django/contrib/admin/static/admin/js/ur...Pedro Maltez
2015-08-18Fixed typo in django/contrib/admin/static/admin/js/urlify.js.Pedro Maltez
2015-08-18Added today's issue to the security archive.Tim Graham
2015-08-18Fixed DoS possiblity in contrib.auth.views.logout()Tim Graham
2015-08-18Added stub release notes for security releases.Tim Graham
2015-08-18Fixed #24755 -- Hid operations from dependency apps when merging migrationsMarkus Holtermann
2015-08-17Refs #23266 -- Fixed ticket number reference in a queries test.Tim Graham
2015-08-17Corrected trove classifiers for Python version support.Tim Graham
2015-08-17Limited line length in docs/ref/contrib/messages.txt example.Anton Strogonoff
2015-08-15Refs #21554 -- Added some assertions to a model_inheritance_regress test.Richard Mitchell
2015-08-15Fixed #25180 -- Prevented varchar_patterns_ops and text_patterns_ops indexes ...Caio Ariede
2015-08-15Fixed #24935 -- Refactored common conditional GET handling.Denis Cornehl
2015-08-15Fixed #24986 -- Added support for annotations in DISTINCT queries.Valentina Mukhamedzhanova
2015-08-15Fixed #25064 -- Allowed empty join columns.Alex Hill
2015-08-14Refs #23843 -- Updated Oracle annotations workaround to reflect latest status.Tim Graham