summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-01Fixed #28871 -- Fixed initialization of autocomplete widgets in "Add another"...Tim Graham
2017-12-01Fixed #28849 -- Fixed referenced table and column rename on SQLite.Simon Charette
2017-12-01Used a separate admin site for autocomplete tests.Tim Graham
2017-12-01Fixed #28863 -- Fixed filter on annotation that contains Q.Sergey Fedoseev
2017-12-01Fixed #28305 -- Fixed "Cannot change column 'x': used in a foreign key constr...Tim Graham
2017-12-01Added Kabyle languageClaude Paroz
2017-12-01Updated contrib translations from TransifexClaude Paroz
2017-12-01 Updated core translations from TransifexClaude Paroz
2017-11-30Fixed #28866 -- Made InlineAdminFormSet include InlineModelAdmin's Media befo...Vasiliy Bolshakov
2017-11-30Fixed #28856 -- Fixed a regression in caching of a GenericForeignKey pointing...Simon Charette
2017-11-29Fixed #28702 -- Made query lookups for CIText fields use citext.Mads Jensen
2017-11-29Fixed #28834 -- Followed ancestor links on field cache lookup failure.Simon Charette
2017-11-28Fixed #28837 -- Fixed test client crash if an exception with more than one ar...Nicolas Delaby
2017-11-28Fixed #28853 -- Updated connection.cursor() uses to use a context manager.Jon Dufresne
2017-11-28Fixed #28854 -- Replaced type(True) with bool in sqlite's SchemaEditor.Дилян Палаузов
2017-11-28Fixed #28773 -- Forced pot files to use UNIX-style newlinesClaude Paroz
2017-11-27Fixed #28848 -- Fixed SQLite/MySQL crash when ordering by a filtered subquery...Raphael Michel
2017-11-26Refs #27954 -- Fixed typo in django/db/backends/postgresql/client.py comment.Mariusz Felisiak
2017-11-24Removed unused words from docs/spelling_wordlist.Mariusz Felisiak
2017-11-24Used bytes.hex() and bytes.fromhex() in postgis.pgraster to simplify.Sergey Fedoseev
2017-11-23Linked to prefetch_related_objects func in DB optimization docs.Luke Plant
2017-11-23Used bytes.hex() and bytes.fromhex() to simplify.Sergey Fedoseev
2017-11-22Fixed typo in docs/topics/forms/media.txt.Hyunwoo Park
2017-11-21Fixed #28820 -- Eliminated an extra query with QuerySet.update() on proxy mod...Yan Mitrofanov
2017-11-21Clarified who the AdminEmailHandler emails.Frédéric Massart
2017-11-21Fixed #28817 -- Made QuerySet.iterator() use server-side cursors after values...Dražen Odobašić
2017-11-21Added assertion helpers for PostgreSQL's server-side cursor tests.Tim Graham
2017-11-20Fixed #28804 -- Fixed "Unknown system variable 'transaction_isolation'" on Ma...Tim Graham
2017-11-18Fixed #26184 -- Allowed using any lookups in ModelAdmin.search_fields.Krzysztof Nazarewski
2017-11-18Fixed #28810 -- Replaced '%' style logging formatting with str.format() style.Chris Lamb
2017-11-17Fixed #28815 -- Fixed ExtractYear imports in docs/ref/models/expressions.txt.Benjamin Bach
2017-11-17Refs #28814 -- Fixed test_runner failure on Python 3.7.Tim Graham
2017-11-17Refs #28814 -- Fixed "SyntaxError: Generator expression must be parenthesized...Tim Graham
2017-11-17Fixed #28798 -- Removed unused django.utils.dates.WEEKDAYS_REV, MONTHS_3_REV.Chris Lamb
2017-11-16Fixed #28802 -- Fixed typo in docs/topics/auth/default.txt.Tim Graham
2017-11-16Fixed #28796 -- Doc'd backwards incompatibility when reverse() receives bytes...Tim Graham
2017-11-15Updated main translation catalogClaude Paroz
2017-11-15Fixed test failures due to ordering differences on PostgreSQL 10.Tim Graham
2017-11-14Fixed #28792 -- Fixed index name truncation of namespaced tables.Simon Charette
2017-11-14Fixed invalid escape sequence warning in check_framework test.Tim Graham
2017-11-14Fixed #28794 -- Fixed tx_isolation deprecation warning on MySQL 5.7.20+.Sergey Fedoseev
2017-11-14Fixed #28786 -- Doc'd middleware ordering considerations due to CommonMiddlew...Tim Graham
2017-11-14Fixed #28795 -- Removed 'not in' checks and used dict.setdefault().Дилян Палаузов
2017-11-13Used BaseSimpleSerializer for serializing str and bytes in migrations.Sergey Fedoseev
2017-11-13Simplified choices iterators in tests.model_fields.models.Sergey Fedoseev
2017-11-12Fixed #28781 -- Added QuerySet.values()/values_list() support for union(), di...Mariusz Felisiak
2017-11-11Refs #26447 -- Removed outdated ETag comment in CommonMiddleware.Tim Graham
2017-11-11Fixed #28534 -- Made JSONField.has_changed() ignore key order and consider Tr...shanghui
2017-11-11Simplified Field.get_choices().Sergey Fedoseev
2017-11-11Removed unneeded iter() call in IfNode.nodelist.Sergey Fedoseev