summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24525 -- Fixed AssertionError in some complex queries.24525Tim Graham2015-08-274-4/+17
* Removed historical note about session serialization.Tim Graham2015-08-271-19/+13
* Refs #2495 -- Documented that MySQL cannot have TextField(unique=True).Tim Graham2015-08-271-0/+8
* Fixed #24201 -- Added order_with_respect_to support to GenericForeignKey.Alex Hill2015-08-279-64/+206
* Fixed #24590 -- Cached calls to swappable_setting.Markus Holtermann2015-08-275-29/+56
* Fixed #25280 -- Properly checked regex objects for equality to prevent infini...Markus Holtermann2015-08-274-3/+60
* Fixed #25308 -- Made MigrationQuestioner respect MIGRATION_MODULES setting.Jeremy Satterfield2015-08-262-2/+12
* Added 'subtransactions' to spelling wordlist.Tim Graham2015-08-261-0/+1
* Fixed #25311 -- Removed vague language about "partial commits" from docs.Tim Graham2015-08-251-3/+3
* Fixed #14217 -- Added validation for field name collision when using model in...sarthakmeh2015-08-253-1/+27
* Updated PROJ.4 link to new GitHub wiki.David Sanders2015-08-251-1/+1
* Fixed #25309 -- Corrected that ATOMIC_REQUESTS applies per view not per request.Tim Graham2015-08-251-2/+2
* Fixed #25295 -- Restored 'no active translation' after language overrideClaude Paroz2015-08-253-1/+8
* Fixed #25302 -- Prevented BrokenLinkEmailsMiddleware from reporting 404s when...Maxime Lorant2015-08-245-5/+43
* Fixed #23727 -- Inhibited the post_migrate signal when using serialized_rollb...Tommy Beadle2015-08-244-1/+46
* Fixed #25047 -- Improved "Conflicting migrations" error message.Tim Graham2015-08-242-2/+4
* Tweak some examples.Aymeric Augustin2015-08-225-29/+29
* Recommend relative imports within Django components.Aymeric Augustin2015-08-221-1/+2
* Fixed #25300 -- Added unit tests for BoundField.id_for_labelMaxime Lorant2015-08-221-0/+19
* Forwardported release note for refs #25040.Tim Graham2015-08-221-0/+2
* Removed BaseForm._raw_value().Tim Graham2015-08-211-9/+0
* Fixed #25284 -- Documented removal of implicit QuerySet __in lookups.Tim Graham2015-08-211-0/+16
* Refs #24914 -- Added docs for more auth mixin methods.Tim Graham2015-08-201-16/+43
* Fixed typo in tests/migrations/test_autodetector.py.Tim Graham2015-08-201-6/+6
* Added a test to ensure empty sessions are saved.Tim Graham2015-08-201-0/+39
* Fixed #24951 -- Fixed AssertionError in delete queries involving a foreign/pr...Tim Graham2015-08-204-4/+13
* Refs #12400 -- Added supports_geometry_field_unique_index GIS db feature.Jani Tiainen2015-08-193-1/+5
* Fixed #25153 -- Moved 'polls' first in tutorial's INSTALLED_APPS.Tim Graham2015-08-191-1/+1
* Fixed #25285 -- Provided unknown command message with plain django-admin.pyClaude Paroz2015-08-192-8/+20
* Recommended the JavaScript Cookie library instead of jQuery cookie.Marc2015-08-191-3/+3
* Refs #24451 -- Corrected Django version for {% cycle %} deprecation.Tim Graham2015-08-192-2/+2
* Fixed style issues in testing docsMarkus Holtermann2015-08-191-6/+11
* Added stub release notes for 1.8.5.Tim Graham2015-08-182-0/+13
* Added a note in .gitignore to discourage pull requests containing IDE specifi...Tim Graham2015-08-181-0/+4
* Fixed #25225 -- Simplified code to remove GEOSIndexErrorTim Graham2015-08-188-59/+34
* Used consistent capitalization and hyphenation of "class-based views" in docs.Anton Strogonoff2015-08-1811-15/+14
* Added two more tests for user-entered passwords when creating a superuser.David Gibbons2015-08-181-0/+66
* Corrected inconsistent indentation in django/contrib/admin/static/admin/js/ur...Pedro Maltez2015-08-181-4/+4
* Fixed typo in django/contrib/admin/static/admin/js/urlify.js.Pedro Maltez2015-08-181-1/+1
* Added today's issue to the security archive.Tim Graham2015-08-181-0/+16
* Fixed DoS possiblity in contrib.auth.views.logout()Tim Graham2015-08-185-1/+67
* Added stub release notes for security releases.Tim Graham2015-08-184-6/+16
* Fixed #24755 -- Hid operations from dependency apps when merging migrationsMarkus Holtermann2015-08-187-1/+109
* Refs #23266 -- Fixed ticket number reference in a queries test.Tim Graham2015-08-171-1/+2
* Corrected trove classifiers for Python version support.Tim Graham2015-08-171-1/+1
* Limited line length in docs/ref/contrib/messages.txt example.Anton Strogonoff2015-08-171-2/+4
* Refs #21554 -- Added some assertions to a model_inheritance_regress test.Richard Mitchell2015-08-151-1/+4
* Fixed #25180 -- Prevented varchar_patterns_ops and text_patterns_ops indexes ...Caio Ariede2015-08-155-0/+61
* Fixed #24935 -- Refactored common conditional GET handling.Denis Cornehl2015-08-154-109/+130
* Fixed #24986 -- Added support for annotations in DISTINCT queries.Valentina Mukhamedzhanova2015-08-155-4/+55