Julian Bez
Senior Software Engineer

Django Contributions

blast from the past · 2008-2013

13
tickets reported
11
fixed
85%
success rate

primary areas

Database ORM (5)Admin (3)Documentation (3)Contrib apps (2)Templates (1)Translations (1)

fixed tickets

#7789

get_or_create fails due to case sensitivity

Fixed bug where get_or_create() failed on MySQL with case-insensitive unique fields.

Database layer (models, ORM)·Jul 2008·26d
#7793

Sitemaps generator does not care about 50,000 URL limit

Implemented pagination to split large sitemaps into multiple files per sitemaps.org protocol.

contrib.sitemaps·Jul 2008·9d·owned
#7923

Add links when using raw_id_fields in admin

Made selected objects in raw_id_fields clickable in admin interface.

contrib.admin·Jul 2008·2750d
#7936

Add Last-Modified header to feeds

Added HTTP Last-Modified headers to syndication feeds for better caching.

contrib.syndication·Jul 2008·1529d·owned
#8316

MySQL error with custom primary_key that is not an IntegerField

Fixed foreign keys to match their referenced primary key field types in MySQL.

Database layer (models, ORM)·Aug 2008·17d·owned
#8914

FieldError in admin with GET parameters that are no fields on model

Fixed admin changelist crash when arbitrary GET parameters were added to URL.

contrib.admin·Sep 2008·46d
#10189

German translation improvements

Improved German translations with proper usage of "Website" vs "Seite".

Translations·Feb 2009·26d·owned
#10666

Aggregate with inherited columns does not work as expected

Enabled direct aggregation on fields inherited from parent models.

Database layer (models, ORM)·Mar 2009·9d
#10947

Queryset "__in" documentation missing list() call

Corrected QuerySet documentation for __in lookup with complete example.

Documentation·Apr 2009·257d
#18110

Improve template cache tag documentation

Clarified that cache fragment name argument cannot be a variable.

Documentation·Apr 2012·114d
#20793

Add Last-Modified header to generated sitemaps

Added HTTP Last-Modified headers to sitemaps for conditional requests.

contrib.sitemaps·Jul 2013·8d·owned

other tickets