summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2017-12-26Refs #28956 -- Removed usage of jQuery's deprecated event methods in admin Ja...Tim Graham
2017-12-26Refs #28956 -- Removed usage of jQuery's deprecated .selector property in adm...Tim Graham
2017-12-26Updated minified admin JavaScript for the latest closure compiler.Tim Graham
2017-12-13Fixed #28898 -- Corrected admin check to allow a OneToOneField in ModelAdmin....Rodrigo Pinheiro Marques de Araújo
2017-12-12Fixed #28896 -- Reallowed filtering a queryset with GeometryField=None.Sergey Fedoseev
2017-12-11Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.Nick Pope
2017-12-08Made session loading in cached_db engine more DRY.Jozef
2017-12-07Fixed #28906 -- Removed unnecessary bool() calls.Tim Graham
2017-12-07Fixed #28907 -- Removed unnecessary if statements.Tim Graham
2017-12-07Refs #23919 -- Replaced super() calls for old-style classes.Nick Pope
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-04Fixed #28860 -- Removed unnecessary len() calls.Дилян Палаузов
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-01Updated contrib translations from TransifexClaude Paroz
2017-11-30Fixed #28866 -- Made InlineAdminFormSet include InlineModelAdmin's Media befo...Vasiliy Bolshakov
2017-11-29Fixed #28702 -- Made query lookups for CIText fields use citext.Mads Jensen
2017-11-28Fixed #28853 -- Updated connection.cursor() uses to use a context manager.Jon Dufresne
2017-11-24Used bytes.hex() and bytes.fromhex() in postgis.pgraster to simplify.Sergey Fedoseev
2017-11-23Used bytes.hex() and bytes.fromhex() to simplify.Sergey Fedoseev
2017-11-18Fixed #26184 -- Allowed using any lookups in ModelAdmin.search_fields.Krzysztof Nazarewski
2017-11-17Refs #28814 -- Fixed "SyntaxError: Generator expression must be parenthesized...Tim Graham
2017-11-14Fixed #28795 -- Removed 'not in' checks and used dict.setdefault().Дилян Палаузов
2017-11-11Fixed #28534 -- Made JSONField.has_changed() ignore key order and consider Tr...shanghui
2017-11-08Fixed #28751 -- Corrected the error message for inactive users in AdminAuthen...shanghui
2017-11-08Fixed #28645 -- Reallowed AuthenticationForm to raise the inactive user error...shanghui
2017-11-07Fixed #28585 -- Calculated admin's change form multipart context variable fro...Claude Paroz
2017-11-07Fixed #28758 -- Fixed RangeMax/MinValueValidators crash with unbound ranges.Imran Iqbal
2017-11-07Refs #28518 -- Improved performance of assigning values to GeometryFields.Sergey Fedoseev
2017-11-07Fixed #28769 -- Replaced 'x if x else y' with 'x or y'.Дилян Палаузов
2017-11-06Fixed #28776 -- Fixed a/an/and typos in docs and comments.Дилян Палаузов
2017-11-04Simplified GeometryField.select_format().Sergey Fedoseev
2017-11-03Fixed #28571 -- Added a prompt to bypass password validation in createsuperuser.Tom
2017-11-03Fixed #28768 -- Added Slovak char map for Javascript slug generation.Ondrej Kolimar
2017-11-01Fixed #28749 -- Added subquery support for ArrayField's __in lookup.Michał Pasternak
2017-10-31Refs #23919 -- Updated references to urllib.quote() to Python 3 location.Ville Skyttä
2017-10-25Fixed #28740 -- Added 'continent_code' and 'continent_name' in GeoIP2.city() ...Ryan Verner
2017-10-23Fixed #28706 -- Moved AuthenticationFormn invalid login ValidationError to a ...Jon Dufresne
2017-10-20Fixed #28577 -- Added checks for ArrayField and JSONField to prevent mutable ...Flávio Juvenal
2017-10-20Fixed #27515 -- Made AuthenticationForm's username field use the max_length f...Lucas Connors
2017-10-16Fixed typo in MessageMiddleware.process_response() docstring.Joe Arthur
2017-10-14Fixed #28713 -- Prevented ModelBackend.get_all_permissions() from mutating ge...Yuri Kaszubowski Lopes
2017-10-12Refs #28248 -- Clarified the precision of PASSWORD_RESET_TIMEOUT_DAYS.Tim Graham
2017-10-12Fixed #28688 -- Made admin's URLify.js skip removal of English words if non-A...Sævar Öfjörð Magnússon
2017-10-09Fixed #28591 -- Added an error message for createsuperuser --username= (blank).Hasan Ramezani
2017-10-09Fixed #28685 -- Fixed awkward wrapping of Select2 chips.Johannes Hoppe
2017-10-06Fixed #28665 -- Change some database exceptions to NotImplementedError per PE...Simon Charette
2017-10-02Fixed #28490 -- Removed unused code in admin.E108 check.Hunter Richards
2017-10-02Refs #23919 -- Removed unneeded float()/int() calls.Mariusz Felisiak