summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-08Refs #27849 -- Removed empty Q() hack in filtered Aggregate.as_sql().Simon Charette
2017-12-08Made session loading in cached_db engine more DRY.Jozef
2017-12-08Improved performance of loading DateTimeField on Oracle and MySQL.Sergey Fedoseev
2017-12-08Simplified widgets.Select._choice_has_empty_value().Sergey Fedoseev
2017-12-07Fixed #28906 -- Removed unnecessary bool() calls.Tim Graham
2017-12-07Fixed #28907 -- Removed unnecessary if statements.Tim Graham
2017-12-07Fixed #28791 -- Allowed commands that don't require settings to work if the D...geekodour
2017-12-07Fixed #28891 -- Documented Origin's loader attribute.M Somerville
2017-12-07Fixed typo in docs/ref/contrib/admin/index.txt.Sam Collins
2017-12-07Refs #23919 -- Replaced super() calls for old-style classes.Nick Pope
2017-12-07Fixed import in docs/ref/models/conditional-expressions.txt example.Mohammad Esmaeilbeygi
2017-12-06Fixed #28893 -- Removed unnecessary dict.items() calls.Tim Graham
2017-12-06Fixed #28870 -- Added support for functools.partialmethod serialization in mi...Sergey Fedoseev
2017-12-06Simplified BaseModelAdmin.lookup_allowed() a bit.Sergey Fedoseev
2017-12-06Fixed #28877 -- Made ordinal template filter results more localizable.Tzu-ping Chung
2017-12-06Added "Python 3 Only" trove classifier.Nick Pope
2017-12-06Fixed #28886 -- Updated prefix for example django.contrib.auth.urls URLs.Tim Graham
2017-12-06Fixed #28883 -- Doc'd that the uuid URL path converter matches lowercase only...Tim Graham
2017-12-05Refs #28876 -- Fixed incorrect foreign key constraint name for models with qu...Mariusz Felisiak
2017-12-05Refs #28876 -- Fixed incorrect class-based model index name generation for mo...Mariusz Felisiak
2017-12-05Removed 'development' word in contributing docsClaude Paroz
2017-12-05Fixed #28890 -- Removed newlines between MultiWidget's subwidgets.Nick Pope
2017-12-05Added stub release notes for 1.11.9.Tim Graham
2017-12-05Fixed typo in docs/ref/models/expressions.txt.Igor Starikov
2017-12-04Fixed #28873 -- Used dict.setdefault() to set model and form field defaults.Дилян Палаузов
2017-12-04Fixed #28860 -- Removed unnecessary len() calls.Дилян Палаузов
2017-12-04Simplified django.utils.cache.get_max_age().Jozef
2017-12-04Fixed grammer in docs/releases/2.0.txt.David Szotten
2017-12-04Fixed typo in docs/topics/testing/advanced.txt. (#9416)Sergey Fedoseev
2017-12-02Added stub release notes for 2.0.1.Tim Graham
2017-12-02Refs #28871 -- Fixed admin_views selenium test failure.Tim Graham
2017-12-02Added release dates for 2.0 and 1.11.8.Tim Graham
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